Difference between revisions of "Rifidi:Source Code"

From RifidiWiki

Jump to: navigation, search
(Reporting Bugs)
m (Downloading the Code)
Line 3: Line 3:
 
=Downloading the Code=
 
=Downloading the Code=
  
Our code is hosted at http://rifidi.googlecode.com.  The svn repository on this site is actually a mirror of our internal svn, so as soon as we post any code to it, the public svn will be automatically updated.
+
Our code is hosted at http://rifidi.googlecode.com.  The svn repository on this site is actually a mirror of our internal svn, so as soon as we post any code to it, the public svn on googlecode will be automatically updated.
  
 
==Prerequisites==
 
==Prerequisites==
Line 33: Line 33:
 
** Highlight every folder in the rifidi/trunk/ folder (all the ones that begin with org.rifidi.*)
 
** Highlight every folder in the rifidi/trunk/ folder (all the ones that begin with org.rifidi.*)
 
** Right click them and select checkout
 
** Right click them and select checkout
** Select Finish.  
+
** Select Finish.
  
 
=Running Rifidi=
 
=Running Rifidi=

Revision as of 01:05, 7 November 2007

If you are interested in running the latest and greatest, bleeding edge Rifidi, or if you want to have a look at the source code, you will need to follow the instructions on this page. However, please keep in mind that the code in this repository is not guaranteed to be stable. If you are interested in our latest stable release, visit our sourceforge page: http://sourceforge.net/projects/rifidi/.

Downloading the Code

Our code is hosted at http://rifidi.googlecode.com. The svn repository on this site is actually a mirror of our internal svn, so as soon as we post any code to it, the public svn on googlecode will be automatically updated.

Prerequisites

Rifidi is written in java and consists of Eclipse plugins. At this point it must be compiled and built inside of the eclipse environment.

Install Eclipse

Install Subclipse

Subclipse is an eclipse plugin that manages svn commands.

Add Repository

  • Open the 'SVN Repository Exploring' perspective
    • Window -> Open Perspective -> Other -> SVN Repository Exploring
  • Add the rifidi repository

Check Out Code

  • Check out all the projects in the rifidi/trunk folder of the repository
    • Highlight every folder in the rifidi/trunk/ folder (all the ones that begin with org.rifidi.*)
    • Right click them and select checkout
    • Select Finish.

Running Rifidi

The last step to get Rifidi Running you need to change the Runtime Configuration

  • Double click on Rifidi.product in the org.rifidi.ide project
  • Click on "Launch an eclipse application"
  • If you get an error, click no and perform the following instructions:
    • Run -> Open Run Dialog -> Eclipse Application -> Rifidi.product
    • Goto the Tab Plug-ins
    • click the Button "Add Required Plug-ins"
    • click the Button "Validate Plug-ins" to make sure everything is set up correctly
    • click the Button "Apply"
    • click the Button "Run" and start the Project
  • From now on, you can start Rifidi via the green triangle button at the top of eclipse

Updating the code

To update the code:

  • Open up the Team Synchronizing Perspective in eclipse
  • Click the button that says "Synchronize".
  • Select all projects.
  • Install any updates by selecting all the updates show, right clicking and choosing 'update'

Reporting Bugs

To report bugs, please use the bug tracker on our sourceforge page, or send a note out on our mailing list. For more information

For more information, please subscribe to and contact us via our mailing list:

http://sourceforge.net/mail/?group_id=170933,

or drop by our IRC channel:

#rifidi on irc.freenode.org.

You can also visit us online at http://www.rifidi.org