On Wed, 11 Sep 2002, Curt Wilhelm <[EMAIL PROTECTED]> wrote:

> We tried ant -Dos.name="Windows NT" and that still causes the script
> to fail.

That sets an Ant property named os.name, not the system property.

To set the system property, the -D... stuff neds to come on the java
command line in front of Ant's main class.  You can achieve that by
setting the ANT_OPTS environment variable.

Stefan

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

Reply via email to