How to compile Project source code

Prerequisites:
  1. Download java jdk 1.6
  2. Set JAVA_HOME in your classpath
  3. Copy this endorsed directory in jre library: $JAVA_HOME/jre/lib (for linux/windows) and $JAVA_HOME/lib (for mac)
  4. Download maven 2.2.1
  5. Set MAVEN_HOME in your classpath
  6. Set MAVEN_OPTS=-Xms512m -Xmx1024m -XX:PermSize=256m in your classpath

To compile Project source code, you must:

  1. Download source code
  2. Write this command lin on the prompt of your shell: mvn install
If you want compile without run all tests, write: mvn install -Dmaven.test.skip
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.