You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bi...@apache.org on 2009/08/30 01:05:13 UTC

svn commit: r809220 - /gump/metadata/project/commons-proper.xml

Author: billbarker
Date: Sat Aug 29 23:05:13 2009
New Revision: 809220

URL: http://svn.apache.org/viewvc?rev=809220&view=rev
Log:
It seems that ant includes the body in property statements now

Modified:
    gump/metadata/project/commons-proper.xml

Modified: gump/metadata/project/commons-proper.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-proper.xml?rev=809220&r1=809219&r2=809220&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Sat Aug 29 23:05:13 2009
@@ -771,6 +771,8 @@
     <ant basedir="net" target="dist">
       <property name="final.name" value="commons-net-@@DATE@@" />
       <sysproperty name="ant.build.clonevm" value="true"/>
+      <property name="classesdir" value="target/classes" />
+      <property name="testclassesdir" value="target/test-classes" />
     </ant>
     <depend project="ant" inherit="runtime"/>
     <depend project="xml-xerces"/>



Re: svn commit: r809220 - /gump/metadata/project/commons-proper.xml

Posted by Stefan Bodewig <bo...@apache.org>.
On 2009-08-31, Bill Barker <bi...@verizon.net> wrote:

> From: "Stefan Bodewig" <bo...@apache.org>

>> On 2009-08-30, <bi...@apache.org> wrote:

>>> It seems that ant includes the body in property statements now

>> Yes, is/was this causing problems?

> Yes, the older maven-1 generated build.xml files produce output like:
> <property name="distdir" value="dist">
> </property>

I see.  We need to check for whitespace-only content and strip that if
necessary.  Should get fixed sometime later today.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: svn commit: r809220 - /gump/metadata/project/commons-proper.xml

Posted by Bill Barker <bi...@verizon.net>.
----- Original Message ----- 
From: "Stefan Bodewig" <bo...@apache.org>
To: <ge...@gump.apache.org>
Sent: Sunday, August 30, 2009 7:56 PM
Subject: Re: svn commit: r809220 - /gump/metadata/project/commons-proper.xml


> On 2009-08-30, <bi...@apache.org> wrote:
>
>> Author: billbarker
>> Date: Sat Aug 29 23:05:13 2009
>> New Revision: 809220
>
>> URL: http://svn.apache.org/viewvc?rev=809220&view=rev
>> Log:
>> It seems that ant includes the body in property statements now
>
> Yes, is/was this causing problems?  If so, we (Ant) should at least flag
> this under the "could break older builds" section for 1.8.0.
>

Yes, the older maven-1 generated build.xml files produce output like:
 <property name="distdir" value="dist">
 </property>

With the current HEAD of ant, this produces:
 distdir="dist\n "


> Stefan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
> For additional commands, e-mail: general-help@gump.apache.org
>
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: svn commit: r809220 - /gump/metadata/project/commons-proper.xml

Posted by Stefan Bodewig <bo...@apache.org>.
On 2009-08-30, <bi...@apache.org> wrote:

> Author: billbarker
> Date: Sat Aug 29 23:05:13 2009
> New Revision: 809220

> URL: http://svn.apache.org/viewvc?rev=809220&view=rev
> Log:
> It seems that ant includes the body in property statements now

Yes, is/was this causing problems?  If so, we (Ant) should at least flag
this under the "could break older builds" section for 1.8.0.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org