Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "OAW Repository Details"

(Committer CVS Access: Team set update)
Line 2: Line 2:
 
__NOTOC__
 
__NOTOC__
 
The source code of openArchitectureWare is publicly available from the Eclipse CVS repository. Parts of openArchitectureWare are hosted on SourceForge.net. It can be accessed/read without requirement, it can only be modified by official committers to the project.  
 
The source code of openArchitectureWare is publicly available from the Eclipse CVS repository. Parts of openArchitectureWare are hosted on SourceForge.net. It can be accessed/read without requirement, it can only be modified by official committers to the project.  
 +
 +
The current stable version of openArchitectureWare is '''oAW 4.3'''. It is located in the branch '''B_v43'''.
  
 
In order to use the following repository locations, copy the location URL, open the ''CVS repository exploring'' perspective and paset the location URL (Windows: CTRL+V, Mac: Apple+V)
 
In order to use the following repository locations, copy the location URL, open the ''CVS repository exploring'' perspective and paset the location URL (Windows: CTRL+V, Mac: Apple+V)

Revision as of 09:03, 3 June 2008

< To: oAW

The source code of openArchitectureWare is publicly available from the Eclipse CVS repository. Parts of openArchitectureWare are hosted on SourceForge.net. It can be accessed/read without requirement, it can only be modified by official committers to the project.

The current stable version of openArchitectureWare is oAW 4.3. It is located in the branch B_v43.

In order to use the following repository locations, copy the location URL, open the CVS repository exploring perspective and paset the location URL (Windows: CTRL+V, Mac: Apple+V)

Prerequisites

  • Java SDK 5 or higher
  • Eclipse SDK 3.3 or higher
  • UML2 from the Modeling Development Tools Project (MDT)

CVS Anonymous Access

Please set up the following repository locations:

  • Eclipse CVS repository location: :pserver:dev.eclipse.org:/cvsroot/modeling
    • user and password empty
  • SF.net CVS repository location: :pserver:architecturware.cvs.sourceforge.net:/cvsroot/architecturware
    • user anonymous

After that, download the following Team project set and import it using the Team Project Set Wizard:

Committer CVS Access

Same details as anonymous access, using extssh as the connection type and specific username/password as assigned by Eclipse / SF.net

  • Eclipse CSV repository location: :extssh:dev.eclipse.org:/cvsroot/modeling
  • SF.net CVS repository location:  :extssh:architecturware.cvs.sourceforge.net:/cvsroot/architecturware

After that, download the following Team project set and import it using the Team Project Set Wizard:

Back to the top