-
Great news! Looking forward to checking it out!! Thanks for all your hard work and making this available to the community.
Philip.
2009-10-28 17:43:26 UTC in EclEmma - Java Code Coverage for Eclipse
-
Here are the hints that Darkcanuck emailed to me, which I used to successfully set up my server:
Here are some guidelines for setup, assuming that you've already installed MySQL (5.0 or later) and PHP (I'm using 5.2.9, you'll need at least 5.2 or later). You'll need an appropriate web server, preferably Apache with mod\_rewrite enabled. Without mod\_rewrite, or with a different web server,
2009-10-03 17:11:16 UTC in Robocode
-
Hi Pavel,
Actually, Darkcanuck has been very helpful and emailed me instructions on how to download/install a personal roborumble server. I've now got my own version for my class at:
http://csdl.ics.hawaii.edu/~johnson/rumble/
I think it should be pretty straightforward to create a wiki page that explains how to create a "personal" server, but Darkcanuck probably should be...
2009-10-02 18:01:18 UTC in Robocode
-
Hi Flemming,
Please, be my guest!
Philip.
2009-10-01 21:51:20 UTC in Robocode
-
Greetings, all,
I am using Robocode in my software engineering class. In order to teach my students about JUnit testing, I needed to implement a "user-level" version of the RobotTestBed class found in the sources.
One modification I needed to make was to provide a system property that points to the location of the robot jar files. This is hard-coded in the original version...
2009-09-30 03:31:14 UTC in Robocode
-
That's great news! I am swamped with start-of-semester stuff, but will definitely check this out as soon as I can.
Philip.
2009-08-13 23:54:02 UTC in EclEmma - Java Code Coverage for Eclipse
-
Greetings, all,
I am a software engineering professor at the University of Hawaii. For the past several years, I have used Eclipse-based games (CodeRuler, etc.) at the start of the semester to introduce my students to Eclipse and basic software engineering principles. This year, I have decided to switch to Robocode. I've spent the past week reading the documentation, installing the system...
2009-07-30 16:38:54 UTC in Robocode
-
I am working with Harvey on this system; let me try to also give some background information.
We are building a SOA management system. The goal is a "meta service" in Java which can start/stop/restart other independently running Java-based services. We would also like this to be cross-platform and not rely on OS-specific commands.
So, our current idea is to use JSW to...
2009-07-02 16:29:44 UTC in Java Service Wrapper
-
I have added mail.jar and jaxb to my lib/ext directory. When I run FindBugs, it reports these classes as not found:
findbugs.tool:
[findbugs] Executing findbugs from ant task
[findbugs] Running FindBugs...
[findbugs] The following classes needed for analysis were missing:
[findbugs] javax.xml.bind.annotation.XmlAttribute
[findbugs] javax.xml.bind.annotation.XmlElement...
2009-06-25 19:48:12 UTC in FindBugs
-
I think there's room for both new initiatives (such as JoCoCo) and keeping time-tested technologies alive (Emma). There's been a tremendous investment in the Emma codebase and it would be a shame if it whithers away. The lack of testing is a barrier to entry for new developers, and an impediment to major redesign/refactoring, but it would not necessarily prevent the incorporation of patches...
2009-06-25 07:32:57 UTC in EMMA code coverage