Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MohsinEjaz21 opened this issue Jul 22, 2021 · 1 comment
Open

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

MohsinEjaz21 opened this issue Jul 22, 2021 · 1 comment

Comments

@MohsinEjaz21
Copy link

MohsinEjaz21 commented Jul 22, 2021

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants