From: carmelo on 17 Jun 2010 14:34 Hi everybody, after migrating from Netbeans 6.8 to 6.9 I tried to Clean&Build my java database desktop application project, without success. I get this error message: compile: Created dir: C:\myProjectPath\dist C:\myProjectPath\nbproject\build-impl.xml:620: Use a resource collection to copy directories. BUILD FAILED (total time: 4 seconds) If I try to Clean&Build after enabling Web Start, compiling works fine and I get the build finish message. Here is the indicated code row (620): <copy failonerror="false" file="${application.splash}" todir="$ {build.classes.dir}/META-INF"/> The complete build-impl.xml is here: http://pastebin.com/raw.php?i=NWPTwMCJ Please help me, how can I solve it? I hope in your help, thank you very much in advance
|
Pages: 1 Prev: class-file versions Next: Splitting package among different jars |