Subject: How To Build OpenDS within Eclipse
Author: eLDAP
Posted on: 09/21/2009 02:19:40 PM
Step #1 Checkout the sources via SVN from URL: https://opends.dev.java.net/svn/opends/trunk/opends
Step #2 Build the package
Run ANT with <project>/build.xml to build the necessary bound message java files and others for openDS to be compiled in Eeclipse;Copy the newly build directory <project>/build/classes/admin into <project>/eclipse.builds/admin, and <project>/build/classes/messages into <project>/eclipse.builds/messages;Refresh the whole project which will trigger the re-building process.That's it. You should see no compiling error so far at least.
References: