vote up 1 vote down star

I have a netbeans project that works fine on my windows machine but when I copied it to mac and try to deploy I get the error:

/Users/stella/project/nbproject/build-impl.xml:348: The libs.CopyLibs.classpath property is not set up.
This property must point to 
org-netbeans-modules-java-j2seproject-copylibstask.jar file which is part
of NetBeans IDE installation and is usually located at 
<netbeans_installation>/java<version>/ant/extra folder.
Either open the project in the IDE and make sure CopyLibs library
exists or setup the property manually. For example like this:
 ant -Dlibs.CopyLibs.classpath=a/path/to/org-netbeans-modules-java-j2seproject-copylibstask.jar
BUILD FAILED (total time: 0 seconds)

What does that mean?

(I'm using netbeans 6.5.1)

flag

1 Answer

vote up 1 vote down

Any luck here?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.