Menu

devhowto

Alexei Chmelev

Tools

As jssltrace developer you need following tools:

Initial Build

After you have installed and configured the tools listed above, please follow these steps:

  • Get the current source code snapshot from https://svn.code.sf.net/p/jssltrace/code/trunk
  • Change to the root of the source code tree and call ant clean build
  • If the build runs sucessfully you'll find the build result in the subdirectory target

IDE setup

Please note: before you can set up your IDE you MUST run the following command: ant retrieve-dev. That is because the jars, which you need to compile the source code in the IDE don't reside in Subversion and you will thefore miss them in the source code snapshot. The jars will be downloaded by Ivy and put into the lib subdirectory.
After you have the sources and the jars, you can use the prepared .project and .classpath files to set up your eclipse workspace. If you prefer another IDE, then you must set up the project on your own - you will find the java sources in the src subdirectory und the jars, as already said above, in the lib subdirectory.


Related

Wiki: Home

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.