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

Eclipse Build Available RSS Feeds Getting Started

Revision as of 19:30, 6 November 2006 by Codeslave.ca.ibm.com (Talk | contribs)

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

To get started using this code, I'd suggest extracting everything from CVS and having a look at the examples provided:

cvs -d :pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse -q checkout -r releng_test \
-d org.eclipse.build.tools org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools

If using Eclipse, follow these steps:

Hit CTRL-N to open the New... wizard, then select CVS > Projects From CVS. Create a new repository if required, matching these details:

Host: dev.eclipse.org
Repository path: /cvsroot/eclipse
User: anonymous (no password)
Connection type: pserver (default port)

Start using basebuilder RSS0.png

Browse to org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools.

Start using basebuilder RSS1.png

Select the releng_test branch, not HEAD, to get the latest implementation code.

Start using basebuilder RSS2.png


continued...

Back to the top