Configuring dCaches' buildpath
In the Attachment is a copy of my .classpath file in Eclipse (Date: 02.12.09) and the two relevant files for Netbeans (Date: 28.04.10):
For Eclipse just copy the content into .classpath in your dcache checkout-project (should be in the 'root' of it) For Netbeans just copy the two files into nbproject folder of your dcache checkout-project (should be in the 'root' of it)
Known Eclipse Problem:
If you have errors Accessing the JRE Library rt.jar the accessing rules are your problem.
You can get rid of them by doing this:
- Open project properties.
- Select Java Build Path node.
- Select Libraries tab.
- Remove JRE System Library.
- Add Library JRE System Library.
Known Netbeans Problem:
Netbeans has its own buildfile. By default, if a build.xml already exists its called nbbuild.xml. In order to let it use the build.xml I just did a
cp build.xml nbbuild.xml
this made it work for me.
Attachments
- .classpath (5.0 KB) - added by jans 10 years ago.
- project.xml (1.1 KB) - added by jans 10 years ago.
- project.properties (9.8 KB) - added by jans 10 years ago.