SMOSLT code setup

SMOSLT is an application that is designed to only work from within an IDE, by someone who is modestly capable as a Java developer.

If you need more rationale on why this is the case, see this page.

How to set up a SMOSLT in Eclipse IDE

assumes an eclipse Luna IDE with current 1.7 JRE

 

put this in a shell script and run it:

git clone git@bitbucket.org:datafundamentals/smoslt.analytics.git

git clone git@bitbucket.org:datafundamentals/smoslt.app.git

git clone git@bitbucket.org:datafundamentals/smoslt.domain.git

git clone git@bitbucket.org:datafundamentals/smoslt.given.git

git clone git@bitbucket.org:datafundamentals/smoslt.main.git

git clone git@bitbucket.org:datafundamentals/smoslt.mprtxprt.git

git clone git@bitbucket.org:datafundamentals/smoslt.options.git

git clone git@bitbucket.org:datafundamentals/smoslt.optionsapi.git

git clone git@bitbucket.org:datafundamentals/smoslt.poms.git
git clone git@bitbucket.org:datafundamentals/smoslt.stacker.git

git clone git@bitbucket.org:datafundamentals/smoslt.util.git

git clone git@bitbucket.org:datafundamentals/smoslt.workspace_root.git

git clone git@bitbucket.org:betterology/org.btrg.uti.git

 

checklist

open up luna in [smoslt] workspace

import all projects

set up poms project as maven

run poms project in maven clean install skip tests

run org.btrg.uti in maven …

run workspace_root maven clean install skip tests

[all of the git connections say petecarapetyan in poms that is broken]