Please file a bug. I think the current logic was created to work around
problems on some weird platforms (VMS?) and it does not work reasonable
on "normal" systems.
- Alexey.
Vladimir Egorov wrote:
Hi Ant Users,
I have the following trivial build.xml.
I am trying to pass "foo=bar"
> -Original Message-
> From: David Jones [mailto:[EMAIL PROTECTED]
> Sent: Saturday, 16 September 2006 6:56 AM
> To: Ant Users List
> Subject: Re: Ant does not read -D properties same way as Java
>
> Vladimir,
>
> As per the Ant manual:
>
> -D= use
Vladimir,
As per the Ant manual:
-D= use value for given property
In your case you would want -Dfoo=bar
Please try that and see if it works. I expect that it should.
-Dave
On 9/15/06, Vladimir Egorov <[EMAIL PROTECTED]> wrote:
Hi Ant Users,
I have the following trivial build.xml.