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
|
|
0
|
|
|
|
Reply
|
csaffi (156)
|
6/17/2010 6:34:47 PM |
|
I successfully solved this issue thanks to Subversion revert local
modifications, reverting the build-impl.xml file
-
http://carmelosaffioti.blogspot.com
-
|
|
0
|
|
|
|
Reply
|
carmelo
|
6/18/2010 7:52:07 AM
|
|