Eclipse will manage your ptII code tree as a project called the ptII project.
The Ptolemy II source code is available in two formats:
The advantage of the tar file is that it is tested and stable.
The advantage of the development version is that it has the latest and greatest changes. However, there could be bugs and instability in the development version. To access the development version, you must either install XCode (a 1Gb download) or install an Eclipse Subversion plug-in. Currently, we prefer a plug-in called "Subversive".
There several ways to set up the ptII project:
svn
) from the command line).
svn
) from the command line).
svn
command).
Without the Eclipse Subversive plug-in, you'll need to manage the Subversion aspects in the usual way, i.e. with Subversion commands being submitted to a bash shell. With Subversive, Eclipse will do all sorts of things to "help" you. Most of these things are good, but there is a learning curve.
Please choose one of the methods above to set up Eclipse for Ptolemy II.