I'm OK with this change as Ant is still used for our primary build but please do so ASAP. John will be calling for a vote on M7 today.
Lawrence "Jeremy Hughes" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 02/07/2007 09:26 AM Please respond to [email protected] To [email protected] cc Subject Apply this to M7: Fwd: svn commit: r504558 - /incubator/woden/trunk/java/pom.xml Hi, I realised while the ant builds will be debug info into the .class files, the maven2 builds won't. I'd like to apply this change to the pom.xml into the M7 branch. Any objections? Cheers, Jeremy ---------- Forwarded message ---------- From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: 07-Feb-2007 14:23 Subject: svn commit: r504558 - /incubator/woden/trunk/java/pom.xml To: [EMAIL PROTECTED] Author: hughesj Date: Wed Feb 7 06:23:43 2007 New Revision: 504558 URL: http://svn.apache.org/viewvc?view=rev&rev=504558 Log: Ensure maven2 compiles with debug info, in the same way as ant Modified: incubator/woden/trunk/java/pom.xml Modified: incubator/woden/trunk/java/pom.xml URL: http://svn.apache.org/viewvc/incubator/woden/trunk/java/pom.xml?view=diff&rev=504558&r1=504557&r2=504558 ============================================================================== --- incubator/woden/trunk/java/pom.xml (original) +++ incubator/woden/trunk/java/pom.xml Wed Feb 7 06:23:43 2007 @@ -67,6 +67,7 @@ <configuration> <source>1.4</source> <target>1.4</target> + <compilerArgument>-g</compilerArgument> </configuration> </plugin> <plugin> --------------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
