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

Change Build System (PDE + releng) from CVS to SVN

Revision as of 22:40, 26 December 2007 by Jonathan.huang.iona.com (Talk | contribs) (New page: = How to start build system = [NOTE] Here we only list the different steps compared with the original build system. 1. Download svnant from here[http://subclipse.tigris.org/files/docume...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

How to start build system

[NOTE] Here we only list the different steps compared with the original build system. 
1. Download svnant from here[1] and extract it to [SVNAnt_Location].
2. Update the property of svnant.location in file [build.home]/cruise/build.property.
3. Invoke the script ant.sh to start build system.

Main Changes

1. Add <svn> task definition to ant scripts.
2. Add a new build tool named pde-svn-builder to the eclipse pde base builder.
3. All the map files are changed to the format supported by svn-pde-builder tools.
4. All the customTargets.xml files in each component are changed to use <svn> to download map files.

Back to the top