Skip to content

Project folder structure

jrgsanchez edited this page Jan 9, 2017 · 5 revisions

The Java project directory is where the magic happens. It must have a specific structure to be executed in a right way.

JavaProject
  |- config: Contains log and application properties.
  |- generatorBuilder: 
     |- build.codegen -> The code is generated in this folder.
     |- lib -> Here is where all the dependencies must be.
     |- log -> Log files are stored in this folder.
     |- modules -> JAR files of the compiled modules are here.
     |- static -> Here you can find some useful static files (e.g. CSS, images, ... ).
     |- LauncherGeneratorClientTypescript.xml -> Ant buildfile for TypeScript generation.
     |- LauncherGeneratorJava.xml -> Ant buildfile for base Java generation.

Clone this wiki locally