Hello,
I set JAVA_HOME to point to my local installation to 1.6 java. But ant is
still detecting system java 1.5
Apache Ant version 1.7.0 compiled on July 26 2007
Buildfile: build.xml
Detected Java version: 1.5 in: /opt/sun-jdk-1.5.0.12/jre
Detected OS: Linux
parsing buildfile /mnt/d1/home/sjain/
Hello,
I am trying to compile a set of packages all contained within a directory.
e.g.
src/com/test/a/*
src/com/test/b/*
src/com/test/c/*
Now they have depedencies between each other. Ant does not recognize these
dependencies and throws an error that it could not find the other required
package on