> from superclasses).  My problems seem to be (1) that
> ${JAVA_HOME} seems to disappear from the environment
> once in Ant.  ${java.home} is no good, because it
> contains the equivalent of ${JAVA_HOME}/jre . 

Use ${env.JAVA_HOME}. Make sure you have set 
<property environment="env" /> before you do this.

> even if ${JAVA_HOME} were not being removed from the
> environment, on Windows it contains a colon which will
> not work with sourcepath.  

Use the <pathconvert> task to do anything with paths.

Hope that solves your problem.

-Milind

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

Reply via email to