Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

MySQL 5 (Oracle)

Apache Maven 2.2.1

Subversion Client

Install Prerequisites

...

Get and install Apache Maven 2.2.1 from http://maven.apache.org/

...

Install 3rd party libraries

Unzip the attached joget-maven-setup.zip into the Joget Workflow installation directory. This zip should contain 2 files: setup-maven.xml and shark-maven-2.0.1.pom.

...

        This jar should be put at com/sun/java/jnlp/jnlp-servlet/5.0

        NOTE: The jar file can be located at <JoGet Installation Direction>/apache-tomcat-6.0.18/webapps/jwdesigner/WEB-INF/lib/jnlp-servlet-5.0 PS:you could found the jar file in your JAVA_HOME.jar

        NOTE: Assume the JoGet installation directory is c:\Joget-v3-Beta2\, then run the following command on Windows:

Code Block
mvn install:install-file -Dfile=c:\Joget-v3-Beta2\apache-tomcat-6.0.18\webapps\jwdesigner\WEB-INF\lib\jnlp-servlet-5.0.jar -DgroupId=com.sun.java.jnlp -DartifactId=jnlp-servlet -Dversion=5.0 -Dpackaging=jar -DgeneratePom=true

    4.  Modify pom.xml before compiling plugins

...