Hi,
starting an ant script on AIX worked with Ant 1.6.5, but not
with Ant 1.7.1
a simple test script =
export ANT_HOME=/deploy/entwicklung/ant_1_7_1
export JAVA_HOME=/usr/java5
export PATH=${PATH}:${ANT_HOME}/bin
ant
gives me =
./test_gilbert[5]: ant: not found.
whereas =
export ANT_HOME=/deploy/entwicklung/ant_1_6_5
export JAVA_HOME=/usr/java5
export PATH=${PATH}:${ANT_HOME}/bin
ant
works as expected =
Buildfile: build.xml does not exist!
Build failed
What's wrong ?!
Regards, Gilbert
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]