I get the following build failure doing 'ant clean main' in Cygwin:
...
commons-jars:
javacc-jar-check:
javacc-jar:
download-zip:
get-zip:
[get] Getting:
http://java.net/projects/javacc/downloads/download/javacc-5.0.tar.gz
[get] To: D:\asf\flex-sdk\in\javacc-5.0.tar.gz
check-sum:
untar-file:
BUILD FAILED
D:\asf\flex-sdk\build.xml:128: The following error occurred while executing
this line:
D:\asf\flex-sdk\modules\build.xml:64: The following error occurred while
executing this line:
D:\asf\flex-sdk\modules\downloads.xml:399: The following error occurred while
executing this line:
D:\asf\flex-sdk\modules\downloads.xml:149: The following error occurred while
executing this line:
D:\asf\flex-sdk\modules\downloads.xml:189: Error while expanding
D:\asf\flex-sdk\in\javacc-5.0.tar.gz
Any ideas about why it can't expand javacc-5.0.tar.gz?
- Gordon