I agree that it needs to be in there, but this may be difficult to maintain if anyone ever regenerates the build.xml file using Maven, maybe we should push the issue with the Maven folks to get this into ant build.xml generation plugin as a default, it would then benefit all commons projects (then some).
+1
I also had to make a previous change to remove local path references (some time between b9 and rc1 these started popping up in the generated build.xml). Any clue how to prevent these?
If you know how to get maven to generate a build.xml that does everything we need, then I agree that would be better. I saw no way to do it, so to get our nightlies 2.0 compliant, I just made these changes manually. Once the maven issues are sorted out, we can go back to using a maven-generated version.
I would also like to add a goal that generates a jar without running the tests, for gump integration. If there are no objections (to either gump integration or more build.xml hacking ;-), I will make this change as well.
Phil
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
