On Wed, 26 Oct 2005, Andrew McIntyre <[EMAIL PROTECTED]> wrote:

> That's what I suspected, but any idea why Ant would do that on
> vmgump, but not elsewhere?

I can't promise to find time to do more research

> Here's the first few lines of the <manifest> task:
> 
>      <manifest file="${derby.jar.dir}/lists/smf.mf">
>        <attribute name="Bundle-Vendor" value="Apache Software
> Foundation"/>
>        <attribute name="Bundle-Name" value="Apache Derby ${major}.$
> {minor}"/>
>        <attribute name="Bundle-Version" value="${major}.${minor}.$
> {maint}.${changenumber}"/>

Most trivial idea: ${changenumber} expands to a value that ends with a
new-line or a cariage-return new-line sequence.  vmgump is Linux, this
could happen if the property gets read from a file that has extra
cariage returns (checked in binary on a Windows box, for example).

Other than that, a bug in Ant's trunk version?  Can you try building
Ant for yourself and give it a try?

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to