On Wednesday, August 27, 2003, at 07:06 PM, Martin Gainty wrote:
> when build.properties contains
> j2ee.home=J:/J2EE/j2ee_sdk_win
> ant builds correctly
>
> When build.properties contains
> j2ee.home=J:\J2EE\j2ee_sdk_win
> ant doesnt build because it cannot resolve JAVA_HOME
>
> PLEASE make the forward and back slashes interchangeable
this is an INVALID request.... in fact i marked a Bugzilla issue
yesterday as INVALID for this.
read about java.util.Properties file syntax. backslash is a
metacharacter.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|