Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Remus/Getting the sources"

(New page: In the following will be described howto setup the target platform and checkout the bundles to start working with the source code of Remus. == Target Platform == The minimum target is an ...)
 
m
Line 20: Line 20:
 
* javax.xml.rpc
 
* javax.xml.rpc
 
* javax.xml.soap
 
* javax.xml.soap
 +
 +
== Checkout ==
 +
The sources are still located at the repositories at sourceforge.net. We're currently moving the source code from sourceforge to eclipse.

Revision as of 13:00, 31 May 2010

In the following will be described howto setup the target platform and checkout the bundles to start working with the source code of Remus.

Target Platform

The minimum target is an Eclipse 3.5. It's also recommended to install the EMF SDK. The following projects need to be added to the target platform:

  • EMFQuery
  • EMFCompare
  • Nebula
  • BIRT (including DTP)
  • Equinox Transforms

The following orbit bundles are required

  • javax.activation
  • javax.mail
  • org.apache.log4j
  • org.jdom
  • javax.servlet
  • javax.servlet.jsp
  • javax.wsdl
  • javax.xml
  • javax.xml.rpc
  • javax.xml.soap

Checkout

The sources are still located at the repositories at sourceforge.net. We're currently moving the source code from sourceforge to eclipse.

Back to the top