Skip to end of banner
Go to start of banner

Workflow Developer Bootstrap

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

  1. Install maven, details on Developer Tools
  2. Install eclipse, details on Developer Tools
  3. Check out PLFM/trunk
    1. svn co https://sagebionetworks.jira.com/svn/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
  • No labels