debug doesn't work but run project does.
I am developing a project in netBeans that I have been able to run the regular way and also in debug mode.
Suddenly this morning the debug mode will not deploy, even though I can get it to work by doing a "run project." Here is the error message I get in my debug output console:
Duplicated project name in import. Project Highsmith-impl defined first in C:\Documents and Settings\pamadon.HIGHSMITHNET\SunProjects\Highsmith\nbproject\ant-deploy.xml and again in C:\Documents and Settings\pamadon.HIGHSMITHNET\SunProjects\Highsmith\nbproject\build-impl.xml
connect-debugger:
Non-existing path "C:\Documents and Settings\pamadon.HIGHSMITHNET\SunProjects\Highsmith\${javac.classpath}" provided.
Non-existing path "C:\Documents and Settings\pamadon.HIGHSMITHNET\SunProjects\Highsmith\${run.classpath}" provided.
C:\Documents and Settings\pamadon.HIGHSMITHNET\SunProjects\Highsmith\nbproject\build-impl.xml:27 5: The following error occurred while executing this line:
C:\Documents and Settings\pamadon.HIGHSMITHNET\SunProjects\Highsmith\nbproject\build-impl.xml:27 8: org.netbeans.api.debugger.jpda.DebuggerStartException: org.netbeans.jmi.javamodel.JavaPackage$Impl cannot be cast to org.netbeans.jmi.javamodel.Feature
BUILD FAILED (total time: 22 seconds)
Any ideas how to fix? If the project exists in both xml files, which one should it be in?

