everything is ok until build wflow-directory like below:
[INFO] Surefire report directory: D:\Joget-v2\joget\wflow-directory\target\suref ire-reports log4j:WARN No appenders could be found for logger (org.springframework.test.cont ext.junit4.SpringJUnit4ClassRunner). log4j:WARN Please initialize the log4j system properly.
I think it can not connect to mysql server, but i'm not sure. how can i solve this problem? help me!
Once you have the ant and maven installed, you can use the import option in eclipse to import the maven projects (the different components of workflow source code).
9 Comments
Julian
Hi Thanh Son,
You may want to have a look at the Building from Source page in the Knowledge Base. Joget is built using Apache Maven http://maven.apache.org, so it can be built using the command line Maven tools. For Eclipse, there are plugins to integrate Maven e.g. http://maven.apache.org/eclipse-plugin.html
Netbeans would also be a good choice as an IDE because it has good Maven integration. Hope this helps!
Nguyen Sy Thanh Son
I see! Thank you very much!
Nguyen Sy Thanh Son
When i build Joget by command: mvn install
everything is ok until build wflow-directory like below:
[INFO] Surefire report directory: D:\Joget-v2\joget\wflow-directory\target\suref
ire-reports
log4j:WARN No appenders could be found for logger (org.springframework.test.cont
ext.junit4.SpringJUnit4ClassRunner).
log4j:WARN Please initialize the log4j system properly.
I think it can not connect to mysql server, but i'm not sure. how can i solve this problem? help me!
kapil garg
when I run ant -f mavenset.xml I get the following
BUILD FAILED
C:\Joget-v2\setup-maven.xml:13: Execute failed: java.io.IOException: Cannot ru
ram "mvn": CreateProcess error=2, The system cannot find the file specified
any suggestions?
BUILD FAILED
C:\Joget-v2\setup-maven.xml:13: Execute failed: java.io.IOException: Cannot ru
ram "mvn": CreateProcess error=2, The system cannot find the file specified
Hugo
Hi kapil garg,
Maybe you can have a look at Build wflow-directory FAILURE
Good luck!
Marwa Nabil
you may need to change "mvn" to "mvn.bat" in setup-maven.xml ... I got the same error and it worked fine whaen i changed it..
Akers C
Is there any guide to building Joget in Eclipse? I had downloaded the source code from GitHub. Thanks.
Arun Kumar
Hi,
Please refer this link for the steps and pre-requisites to be installed - http://dev.joget.org/community/display/KB/Building+from+Source
Once you have the ant and maven installed, you can use the import option in eclipse to import the maven projects (the different components of workflow source code).
Let me know if you are not clear on the steps.
Akers C
Thx for the reply.