telosys-tools-bricks / telosys-cli

Telosys CLI - Command Line Interface
https://www.telosys.org/
GNU Lesser General Public License v3.0
166 stars 23 forks source link

How To Compile repo inside the telosys-tools-brick #25

Open MohsinEjaz21 opened 3 years ago

MohsinEjaz21 commented 3 years ago

Hi , Can you please guide me how To Compile repo inside the telosys-tools-brick each of them ...i included all of the repo inside eclipse IDE but didnot know how to compile and run them ... will you please guide me step to follow for compilation and usage from db schema to code generation image

amottier commented 3 years ago

First thing to do to compile Telosys from sources is to checkout all Git repositories from https://github.com/telosys-tools-bricks and have them side by side in a folder. It seems that you have already done that.

Next step is to go into telosys-tools-parent folder and run mvn clean install. Maven will trigger the build of parent project and all modules in the appropriate order.

Note that currently you need to switch to the tag 3.3.0 instead of master branch (git checkout 3.3.0) for telosys-tools-commons, telosys-tools-generic-model and telosys-tools-generator.