Basic Development Environment Setup
Each team is free to use the development environment that suits them
and they are comfortable with. However, all labs will always be guaranteed
to work on the machines in Olin using the
jEdit editor. For use on personal machines
see installation instructions at the bottom of
this document.
Getting Started
- Launch jEdit
- If necessary, go plugins manager (Plugins->PluginManager)
- If necessary, install the AntFarm and XMLPlugin plugins (This may
install other dependecies, that's fine.)
- Launch the AntFarm plugin (Plugins->AntFarm)
- This will open a window labeled "Ant Farm"
- Click on the "+" to add a new build file. Select "build.xml" in the
lab folder.
Building
- Select the Ant Farm window
- Click on the triangle to the left of the build file to see the various targets
- Select the "compile" task
- Click on the icon of the running person to compile all code
Running
- Select the Ant Farm window
- Click on the triangle to the left of the build file to see the various targets
- Select the "run" task
- Click on the icon of the running person to compile all code
jEdit Installation
- Download and install jEdit from jedit.org. Use the "Stable" version not "Latest". (
- Launch jEdit
- Open the Plugin Manager (Plugins->PluginManager...)
- Install the XMLPlugin and AntFarm plugins (these plugins may have extra dependencies, that's fine.)
Last modified: Fri Sep 1 14:12:44 EDT 2006