I am on a fairly recently refreshed version of Ubuntu. The Sun JDK is
installed:
sreeram_at_fourcore:~/sailfin$ java -version
java version "1.6.0_10"
Java(TM) SE Runtime Environment (build 1.6.0_10-b33)
Java HotSpot(TM) Server VM (build 11.0-b15, mixed mode)
When I run ant -f setup.xml, it fails as follows:
jarpack-tasks:
jar-unpack:
BUILD FAILED
/home/sreeram/sailfin/setup.xml:163: The following error occurred
while executing this line:
/home/sreeram/sailfin/setup.xml:791: The following error occurred
while executing this line:
/home/sreeram/sailfin/setup.xml:997: The following error occurred
while executing this line:
/home/sreeram/sailfin/setup.xml:1001: The following error occurred
while executing this line:
/home/sreeram/sailfin/setup.xml:783: Src doesn't exist
Anyone know why? It is apparently struggling in jar unpack. I have
seen such an issue reported on FreeBSD, but not ever on Ubuntu. Any
one have any suggestions for me to troubleshoot this?