User Tools

Site Tools


beewm:devel:compiling_screeningbee_workflow_manager

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
devel:compiling_screeningbee_workflow_manager [2014/02/19 10:36] behullardevel:compiling_screeningbee_workflow_manager [2014/11/21 12:51] – [Check out Source Code] behullar
Line 1: Line 1:
-====== Compiling screeningBee Workflow Manager ======+====== Compiling BeeWM Workflow Manager ======
  
 ==== Install Prerequisites ==== ==== Install Prerequisites ====
  
 You need to have the prerequisites installed. Please check: You need to have the prerequisites installed. Please check:
-  * [[integrating_maven_with_eclipse]] 
   * [[Development Prerequisites]]   * [[Development Prerequisites]]
  
Line 13: Line 12:
 <code> <code>
 # Developers with read/write access do: # Developers with read/write access do:
-svn co 'svn+ssh://<USERNAME>@svn.code.sf.net/p/screeningbee/code/' ./SVN-Bee+git clone ssh://w3_ssdmsource@ssdmsource.ethz.ch/sis/beewm.git
  
 # Users with read access do: # Users with read access do:
-svn co 'svn://svn.code.sf.net/p/screeningbee/code/' ./SVN-Bee+git clone http://129.132.202.168/sis/beewm.git
 </code> </code>
  
 ==== Compile screeningBee ==== ==== Compile screeningBee ====
  
 +Set your Java path to Java version 7:
 +<code>
 +export JAVA_HOME="/usr/local/java-7-sun-jdk1.7.0_45"
 +</code>
 +
 +Start the compile:
 <code> <code>
 cd ./SVN-Bee/trunk/bee cd ./SVN-Bee/trunk/bee
Line 31: Line 36:
 [INFO] BUILD SUCCESS [INFO] BUILD SUCCESS
 [INFO] ------------------------------------------------------------------------ [INFO] ------------------------------------------------------------------------
-[INFO] Total time: 26.812s +[INFO] Total time: 48.068s 
-[INFO] Finished at: Tue Apr 09 16:15:27 CEST 2013 +[INFO] Finished at: Thu Mar 13 10:30:49 CET 2014 
-[INFO] Final Memory: 38M/447M+[INFO] Final Memory: 66M/308M
 [INFO] ------------------------------------------------------------------------ [INFO] ------------------------------------------------------------------------
 </code> </code>
beewm/devel/compiling_screeningbee_workflow_manager.txt · Last modified: 2015/11/18 17:21 by agraumann