[Artemis-users] Compile Artemis V9

2007-05-01 Thread Oliver Krieg
Hello, I'm trying to compile Artemis V9 via ant. This is my buildfile.xml: project name=Artemis default=build basedir=. descriptionArtemis V9/description property name=srcdir location=${basedir} / property name=jardir location=${basedir}/lib / property

Re: [Artemis-users] Compile Artemis V9

2007-05-01 Thread Tim Carver
Hi Oliver The best thing to do is get the CVS version as described on the Artemis home page (under the Development section). This contains a Makefile and a build.xml file. So you can compile using make: e.g. make clean make Or use the build.xml there to compile with ant. Regards Tim On Tue,