...
- Install maven, details on Developer Tools
- Create ~/.m2/settings.xml with content similar to sodo:/work/platform/SageCommonsWorkflow/settings.xml but changing "mecham" to your unix username.
- Install eclipse, details on Developer Tools
- Check out PLFM/trunk
- Build everything as described in "Care and Feeding"
- In eclipse File -> Import -> Existing Projects Into Workspace
- FIXME add Add M2_REPO variable FIXME to eclipse, its value should be something like /Users/deflaux/.m2/repository
- Get your encrypted password
mvn exec:java -Dexec.mainClass=
"org.sagebionetworks.StringEncrypter"
-Dexec.args=
"<database_password> <your_encryption_key>"
if this is clear as mud, as someone on the platform team to help with this
Add -javaagent:/Users/deflaux/Downloads/aws-java-sdk-1.3.3/third-party/aspectj-1.6/aspectjweaver.jar to the JVM args for test SageCommonsWorkflowTest
Care and Feeding
...