Download

Dependencies

The following dependencies must be met to install and use CDS Framework

Release 3.0.0

Eclipse Update Site

This is the way to install if you already have Eclipse or Fedora Eclipse installed. Once Eclipse is running, from the main menu click 'Help > Software Updates > Find and Install...'

Select 'Search for new features to install' and click 'Next'.

Click 'New Remote Site...' and fill in the following information:

Name: Tresys Technology
URL: http://oss.tresys.com/eclipse-update/

Click 'Ok'

Select the checkboxes both for the Tresys update sites.

Click 'Finish'

Once the 'Updates' window opens select the 'CDS Framework' feature.

Then press 'Next >' and follow the instructions for downloading and installing the plugin.

Release 2.2.0 (old)

Eclipse Update Site

This is the way to install if you already have Eclipse or Fedora Eclipse installed. Once Eclipse is running, from the main menu click 'Help > Software Updates > Find and Install...'

Select 'Search for new features to install' and click 'Next'.

Click 'New Remote Site...' and fill in the following information:

Name: Tresys Technology
URL: http://oss.tresys.com/eclipse-update/

If you don't have Eclipse Graphical Editiing Framework (GEF) installed make sure you also add the Update site for GEF. You can check if you have GEF installed by checking selecting the menu Help -> About Eclipse SDK. The pressing 'Feature Details' button. And looking for 'Graphical Editing Framework' in the list. If it is there, you have GEF installed.

For Eclipse 3.2

Name: Eclipse GEF
URL: http://download.eclipse.org/tools/gef/updates

Click 'Ok'

Select the checkboxes both for the Tresys and GEF update sites.

Click 'Finish'

Once the 'Updates' window opens select the 'CDS Framework' feature.

Then press 'Next >' and follow the instructions for downloading and installing the plugin.

RPM Installation

Release 3.0.0

eclipse-cdsframework-3.0.1-1.i386.rpm
eclipse-cdsframework-3.0.1-1.x86_64.rpm

Release 2.2.0 - old

eclipse-cdsframework-2.2.0-1.i386.rpm
eclipse-cdsframework-2.2.0-1.x86_64.rpm

Release 2.0 - old

CDS Framework-2.0.0-1.i386.rpm
CDS Framework-2.0.0-1.x86_64.rpm

Old Release 1.0

A tarball of CDS Framework IDE Release 1.0 is available for download:

CDS-Framework-IDE.tar.bz2 (latest stable)

MD5:

e6c066f6044511c5a7c7cbb735e36b41

View the installation instructions.

SVN Checkout

This is the way to get CDS Framework if you really want to build from source. Really only for those who want to develop CDS Framework. Not recommended for most users.

To build the CDS Framework plugin in Eclipse you need the following installed:

Once all of the above are installed launch Eclipse and do the following:

  1. Menu 'File -> Import' select 'Checkout Projects from SVN' and press 'Next'
  2. Select 'Create a new repository location' and press 'Next'
  3. Enter URL: http://oss.tresys.com/repos/cdsframework/trunk and press 'Next'
  4. Select the following projects and press 'Finish':
    1. framework-plugin
    2. libselinx.linux.x86 (or x86_64 based on your platform)
    3. libselinuxjava-plugin
    4. helpfiles (the help files)
  5. Once everything has been checked out, right click on the project and select 'Properties':
    1. Select 'JavaCC options' tab
    2. Set 'OUTPUT_DIRECTORY' to '.' (no quotes)

Use the following command to checkout the current development repository:

svn co http://oss.tresys.com/repos/cdsframework/trunk