< Previous Contents Next >

1.2.- CVS Download Instructions

Developing Requirements

Firstly, we need some Java technologies installed in our machines. These Java technologies are:

Follow the download and install instructions of each technology. We need also to install the JBoss-IDE Eclipse Plug-in, to install this plug-in follow these steps:

  1. Inside Eclipse find the command: Help/Software Updates/Find and Install...
  2. Select "Search for new features to install"
  3. Add a new "Remote Site": Name: JBoss-IDE, URL: http://jboss.sourceforge.net/jbosside/updates
  4. Mark JBoss-IDE Eclipse 3.0
  5. Click "Next" until the plug-in is installed, you will need to restart the eclipse workbench.

CVS Project Downloading

To download the project source code from the CVS server you must follow these steps.

  1. Create a JBoss-IDE J2EE 1.4 Project, the name: "jLaBase"
  2. Configure the project's runtime library to work with the jdk1.5.0
  3. Configure the CVS repository:
    1. Connection type: pserver (no write access)
    2. Host: cvs.sourceforge.net
    3. Repository path: /cvsroot/jlabase
  4. Download the source code:
    1. Select "Checkout Projects from CVS" in the "New Project" menu.
    2. Select the configured CVS repository
    3. Select module jLaBase (entire project)
    4. Finally select checkout into an existing project and select the project created in step 1.

< Previous Contents Next >