[SOLVED] eclipse - building from source code
Confluence User - 02 Dec, 2015
Hi,
I'm trying to build joget 4.0 SNAPSHOT inside Eclipse IDE (Mars 4.5.1).
I thought it was an easy step but I'm really going out of the rail. So my issue:
- I downloaded from git this one https://github.com/jogetworkflow/jw-community.git
- I imported (inside eclipse) an existing maven project
- then I run as --> maven install and it stuck on wflow-directory failure.
So I checked what was inside the linux version and I saw (inside /tomcat/webapps folder) the jw and jwdesigner app. But the war file doesn't produce *.java files, it produces *.class files.
There is any chance to get the whole project with java source?
Or, there is an easy way to build from maven inside eclipse?
eclipse;build;source;maven