every property (system property or otherwise) is "immutable" in Ant. That is once set anywhere in the project, its value does not change. But you could try passing the value on command line with -D

rgds
-Hari


On Mon, 25 Nov 2002 Dmitry Macsema wrote :

Is it possible to change a system property? I tried
<property>, but it remains the same.

I want to change java.ext.dirs property, so that my whole project
would have access to jars in the extension dirs I specify.

--
Best regards,
Dmitry mailto:[EMAIL PROTECTED]


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



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

Reply via email to