~
 I really don't know how to make sence of this, but ant does not
appear to like symbolic links ...
~
 lbrtchx
~
$ ls -l /usr/bin/ant
lrwxrwxrwx 1 root root 20 Sep 13  2011 /usr/bin/ant -> ../share/ant/bin/ant

$ ls -lH /usr/bin/ant
-rwxr-xr-x 1 root root 9903 May 19  2011 /usr/bin/ant

$ ls -l /usr/share/ant/bin/ant
-rwxr-xr-x 1 root root 9903 May 19  2011 /usr/share/ant/bin/ant

$ ANT_HOME=/usr/share/ant
$ export PATH=$ANT_HOME/bin:$PATH

$ ant -verbose -debug -Dtests.haltonfailure=false dist
Apache Ant(TM) version 1.8.3 compiled on April 30 2012
Trying the default build file: build.xml
Buildfile: /media/sdb1/prjx/sw/jwebXBL/java_baseline/srcs/junit/junit/build.xml
...
     [java] JUnit version 4.11-SNAPSHOT
     [java] 
.................................................................................................................................................................................................................................................................................................................I.I...........................................................................................................................................................................................I.........................................................................................................
     [java] Time: 5.796
     [java]
     [java] OK (598 tests)
     [java]

BUILD SUCCESSFUL
Total time: 24 seconds

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to