Difference between revisions of "Create your ADempiere development environment"

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.
(+category)
Line 42: Line 42:
 
* doc
 
* doc
  
[[Category:Technical documentation]]
+
[[Category:Developer documentation]]

Revision as of 11:47, 15 November 2006

Preparing your Environment

Download and install

These tools install different depending on your Operating System. When provided information on these websites not sufice, try to find help on the forums of your Operating System or unofficial forums about these tools.

Download ADempiere sources

Open Eclipse, "SVN Repository Exploring" perspective.

Create a new Repository Location

Open the Repository tree and check out all projects AS projects. (do not check all out as one big project) Do not check out all projects at once, this will fail, instead choose half of the projects at a time.

Compile ADempiere sources

Although sources don't compile right away, nothing is really wrong with it. All you need to do is checking the Java Build Path and libraries of each project that doesn't compile. It happens these paths need an update before eclipse manages to compile it all.

To make things easier, follow this list in same order. This way you respect the project dependencies.

  • Tools
  • Looks
  • dbPort
  • Print
  • Base
  • serverRoot
  • Interfaces
  • Extend
  • Client
  • serverApps
  • Install
  • sqlj
  • webstore
  • doc