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
devel:compiling_screeningbee_workflow_manager [2014/11/21 13:48] behullardevel:compiling_screeningbee_workflow_manager [2015/11/18 17:21] (current) agraumann
Line 20: Line 20:
 ==== Compile screeningBee ==== ==== Compile screeningBee ====
  
-Set your Java path to Java version 7:+Set your Java path to Java version 8:
 <code> <code>
-export JAVA_HOME="/usr/local/java-7-sun-jdk1.7.0_45"+export JAVA_HOME="/usr/local/java-8-sun-jdk1.8"
 </code> </code>
  
Line 51: Line 51:
  
 <code> <code>
-mvn clean test -x integrationTest+gradle clean build test -x integrationTest
 </code> </code>
  
-Test goal will run all the test which should run without any external dependency.+Test goal without integration tests will run all the test which should run without any external dependency.
  
  
beewm/devel/compiling_screeningbee_workflow_manager.1416574097.txt.gz · Last modified: 2014/11/21 13:48 by behullar