You are viewing a plain text version of this content. The canonical link for it is here.
Posted to woden-dev@ws.apache.org by Jeremy Hughes <hu...@apache.org> on 2007/02/07 15:26:10 UTC

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: hughesj@apache.org <hu...@apache.org>
Date: 07-Feb-2007 14:23
Subject: svn commit: r504558 - /incubator/woden/trunk/java/pom.xml
To: woden-commits@incubator.apache.org


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: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org


Re: Apply this to M7: Fwd: svn commit: r504558 - /incubator/woden/trunk/java/pom.xml

Posted by John Kaputin <KA...@uk.ibm.com>.
I have merged r504558 into M7.

John Kaputin




Lawrence Mandel <lm...@ca.ibm.com> 
07/02/2007 15:32
Please respond to
woden-dev@ws.apache.org


To
woden-dev@ws.apache.org
cc

Subject
Re: Apply this to M7: Fwd: svn commit: r504558 - 
/incubator/woden/trunk/java/pom.xml






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" <hu...@apache.org> 
Sent by: jpjhughes@gmail.com
02/07/2007 09:26 AM
Please respond to
woden-dev@ws.apache.org


To
woden-dev@ws.apache.org
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: hughesj@apache.org <hu...@apache.org>
Date: 07-Feb-2007 14:23
Subject: svn commit: r504558 - /incubator/woden/trunk/java/pom.xml
To: woden-commits@incubator.apache.org


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: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org








Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU






Re: Apply this to M7: Fwd: svn commit: r504558 - /incubator/woden/trunk/java/pom.xml

Posted by Lawrence Mandel <lm...@ca.ibm.com>.
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" <hu...@apache.org> 
Sent by: jpjhughes@gmail.com
02/07/2007 09:26 AM
Please respond to
woden-dev@ws.apache.org


To
woden-dev@ws.apache.org
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: hughesj@apache.org <hu...@apache.org>
Date: 07-Feb-2007 14:23
Subject: svn commit: r504558 - /incubator/woden/trunk/java/pom.xml
To: woden-commits@incubator.apache.org


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: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org