This error occurs when i try to use the netbeans 6.8 support for making a webstart (i want to have one on my google code project page)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
| init: deps-jar: Duplicated project name in import. Project -profiler-impl defined first in E:\Projects\BookJar\nbproject\profiler-build-impl.xml and again in E:\Projects\BookJarUtils\nbproject\profiler-build-impl.xml init: deps-jar: compile: Copy libraries to E:\Projects\BookJarUtils\dist\lib. jar: init: deps-jar: compile: Not copying the libraries. jar: compile: Building jar: E:\Projects\BookJar\dist\BookJar.jar Copy libraries to E:\Projects\BookJar\dist\lib. To run this application from the command line without Ant, try: java -jar "E:\Projects\BookJar\dist\BookJar.jar" jnlp: jnlp-init-generate-master: Signing JAR: E:\Projects\BookJar\dist\BookJar.jar to E:\Projects\BookJar\dist\BookJar.jar as nb-jws
Warning: The signer certificate will expire within six months. Enter Passphrase for keystore: Enter key password for nb-jws: Do not set property jnlp.application.args.value as its length is 0. Deleting: E:\Projects\BookJar\helper.txt E:\Projects\BookJar\nbproject\jnlp-impl.xml:61: The following error occurred while executing this line: E:\Projects\BookJar\nbproject\jnlp-impl.xml:115: Use a resource collection to copy directories. BUILD FAILED (total time: 4 seconds) |
Only on jnlp generation mind you. Clicking on the latter error gives me a place in the jnlp-impl.xml
<copy file="${jnlp.icon}" todir="${jnlp.dest.dir}" failonerror="false"/>
That copies the icon (a png in a src subdirectory) into the dist directory (i think).
There is a guy in google that has the same error, but noone answered. I don't know anything about ant and have minimal interest in learning. XML pushups pffft.