To create a new forum topic related to development of Joget Workflow source codes, please click on "Add > Page" located on the top right corner.

To build Joget Workflow from the source, please take a look at this Knowledge Base topic - Building From Source.

  • No labels

4 Comments

  1. Hi Tiensoon. I have been using Joget and really like it. I intend to develop a plugin but cannot install Joget using instructions contained in this forum on linux.

    When I run mvn install under wflow-app I get the following issue.I have a similar issue when runnign the command under wflow-plugins. Can you please help me overcome this issue. There is very little information on the web regarding installation of Joget from source.

    Thanks in advance.

    Karl

    [INFO] ------------------------------------------------------------------------
    [ERROR] BUILD ERROR
    [INFO] ------------------------------------------------------------------------
    [INFO] Failed to resolve artifact.

    Missing:
    ----------
    1) com.microsoft:sqljdbc:jar:1.0

      Try downloading the file manually from the project website.

      Then, install it using the command:
          mvn install:install-file -DgroupId=com.microsoft -DartifactId=sqljdbc -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file

      Alternatively, if you host your own repository you can deploy the file there:
          mvn deploy:deploy-file -DgroupId=com.microsoft -DartifactId=sqljdbc -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

      Path to dependency:
          1) org.joget:wflow-jdbc:jar:2.0-SNAPSHOT
          2) com.microsoft:sqljdbc:jar:1.0

    2) com.oracle:ojdbc14:jar:10.2.0.2.0

    1. Hi Karl,

      The maven repository is missing the sql jdbc jar file (com.microsoft:sqljdbc:jar:1.0). you can download the file from internet and use the below command to install it in maven repository

      mvn install:install-file -DgroupId=com.microsoft -DartifactId=sqljdbc -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file/filename

      then try building the wflow-app

      let me know if you face any issues.

  2. Hi

    Can anyone provide any advice about setting up an environment to build plugins?

    I've downloaded and setup up the Linux bundle 2.0.1 on OpenSuSE without any problems at, but I cannot get the source to build successfully. If I try to build the wflow-app I get the widely reported hibernation issues in wflow-directory.

    Thanks in advance

    Samir

    1. Hi Samir,

      I would recommend you to check these posts -

      http://dev.joget.org/community/display/FORUM/Build+failure+error

      http://dev.joget.org/community/display/FORUM/Build+wflow-directory+FAILURE

      Please check whether you are pointing to the correct MySql instance. When we build from source, the dependent datasource configuration file is kept in the OS' user directory. For example, in my Windows instance, the dependent datasource config file is kept in C:\Users\myname\wflow\datasource-sampledb.properties

      Try to take a look at yours, and update your datasource profile accordingly.

      If you still face issues post the error log.