Hi:
In my build.xml file:
<property file=”${env.CRS577_HOME}/build.properties”/> <!– For all exercises –>
<echo message=”$${env.CRS577_HOME}:${env.CRS577_HOME}” />
When I ran the above in dos-prompt:
[echo] ${env.CRS577_HOME}:C:\crs577
When I ran in myEclipse:
[echo] ${env.CRS577_HOME}/build.properties:${env.CRS577_HOME}/build.properties
I am using windows 2000 server and myeclipse:Version: 6.0.1 GA
Build id: 6.0.1-GA-200710.
The variable CRS577_HOME is defined in the control panel/system variables.
Why is MyEclipse not able to recognize the variable CRS577_HOME?
Is there something I am suppose to do in myEclipse for it to recognize the variable defined in the control panel/system variables.
Yours,
Frustrated.