Introduction
Instead of following all the instructions on Developer Bootstrap I think we can do something a little more simple for workflow development.
See Developing SWF Workflows for more detail on actually coding workflows.
Initial Setup
- Install maven, details on Developer Tools
- Install eclipse, details on Developer Tools
- Check out PLFM/trunk
Care and Feeding
Occasionally you'll want to get a refresh copy of all the code and rebuild everything. You might confirm that the build is green before you do this: https://sagebionetworks.jira.com/builds/browse/PLFM-TRUNK/
cd trunk svn up mvn clean install eclipse:eclipse -Dmaven.test.skip=true