https://issues.apache.org/bugzilla/show_bug.cgi?id=57468
virtuald <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #2 from virtuald <[email protected]> --- >From the trunk I checked out from github, at first I get this error message when doing 'ant compile': BUILD FAILED /Users/dspicuzz/src/poi/build.xml:404: Directory does not exist: /Users/dspicuzz/src/poi/lib Ok.. not a big deal, easy enough to do. However, then I get this error after creating lib: BUILD FAILED /Users/dspicuzz/src/poi/build.xml:494: The following error occurred while executing this line: /Users/dspicuzz/src/poi/build.xml:398: java.io.FileNotFoundException: /Users/dspicuzz/src/poi/compile-lib/bcprov-ext-jdk15on-1.51.jar (No such file or directory) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.<init>(FileOutputStream.java:213) at java.io.FileOutputStream.<init>(FileOutputStream.java:162) at org.apache.tools.ant.taskdefs.Get$GetThread.downloadFile(Get.java:796) at org.apache.tools.ant.taskdefs.Get$GetThread.get(Get.java:633) at org.apache.tools.ant.taskdefs.Get$GetThread.run(Get.java:616) An alternative to my patch could be to check for the existance of compile-lib, and give a similar error message. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
