SceneGen Deployment

Setting up a development copy of SceneGen

  • SVN checkout:

*svn checkout svn+ssh://trac.biostr.washington.edu/src/SceneGen/trunk test

  • mvn clean install
    *Failed due to missing dependency MemeHazard-General-0.0.2-SNAPSHOT.jar
  • Add missing dependency

*mvn install:install-file -Dfile=./MemeHazard-General-0.0.2-SNAPSHOT.jar -DgroupId=org.memehazard -DartifactId=MemeHazard-General -Dversion=0.0.2-SNAPSHOT -Dpackaging=jar

  • mvn clean install
    * Failed due to Postgres connection failures
  • Installed Postgres on local machine, dumped “scenegen” database from Ethmoid, built local version of db.
    * Still failing due to missing “sceneGenTest” database, lacking a model of this db I simply created a copy of the scenegen database with the name sceneGenTest
  • Created a pom profile called “test” for my local set-up
    * mvn clean install -Ptest
  • Still fails some tests, can only build by skipping tests at present

*mvn clean install -Ptest -DskipTests=true

  • Attempting to debug on Tomcat

java.io.FileNotFoundException: /usr/local/scenegen/neo4j/live/messages.log

I was under the impression that mvn clean install would build out the contents of /usr/local/scenegen, it does not. I scp’d the contents of this directory from ethmoid to my local Mac.

  • Login

bootstrap bootstrap