You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by Stefan Bodewig <bo...@apache.org> on 2009/08/31 04:56:57 UTC

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.

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 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