| View previous topic :: View next topic |
| Author |
Message |
donrhummy
Joined: 16 May 2009 Posts: 1
|
Posted: Sat May 16, 2009 7:03 pm Post subject: Can't run profiler: fails with: Target "init" does not exist in the project! |
|
|
I created a new project by importing my java source code and build.xml file from a non-netbeans project. This went fine. It also ran the project fin but when I went to run profiler I got these errors:
1. Told me to manually add (to build.xml):
<import file="nbproject/profiler-build-impl.xml" />
I did this, but why couldn't netbeans do it automatically?
2. Target "init" does not exist in the project "Test Project". It is used from target "profile-init".
I could't find anywhere online that it gave instructions on how to fix this so I just added: <target name="init"/>
3. Target "compile-single" does not exist in the project "TestProject". It is used from target "profile-applet".
At this point I gave up. What's going on? Why isn't this working properly? |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|
|
|