Danny Angus wrote:
I'm finding it fairly easy to build the HEAD, but difficult to change any code without ending up with two _different_ sets of errors, one from ant javac, the other from my IDE's build.
Danny:
This does not make sense unless your IDE is using a different project classpath declaration. Keep in mind that the build file project.class.path contains a very explicit per file inclusion of jars. If your IDL is including jar files based on directories then I could imagine some problems (and the potential need to review the current setup to make it possible for directory based includes to function properly).
Its fairly obvious, even to me, that the issue is a classpath one and also one that may not be imediatly obvious to Stephen.
It's a good assumption - I'm building, modifying and running HEAD without problem in Merlin and periodically testing under Phoenix.
Cheers, Steve.
d.
-----Original Message----- From: Jason Webb [mailto:[EMAIL PROTECTED] Sent: 24 February 2003 11:11 To: 'James Developers List' Subject: RE: [PATCH] check-targets.properties
I'm confused about the auto-getting of junit I also had to add the following line to build.xml <pathelement location="${junit.jar}"/> As well as add the following to include.properties # ----- junit ----- junit.jar=${lib.dir}/junit-3.7.jar
Is this correct, or am I barking up the wrong tree. With those changes I can pull down junit 3.7 if I don't have it and if I do then everything is OK
If this is correct I'll submit a patch for the other files
-- Jason
-----Original Message-----
From: Jason Webb [mailto:[EMAIL PROTECTED] Sent: 24 February 2003 09:49
To: James Developers List
Subject: [PATCH] check-targets.properties
The Maven style trick doesn't work as the Ant build adds the current version to the .id prop.
-- Jason
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--
Stephen J. McConnell mailto:[EMAIL PROTECTED] http://www.osm.net
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
