You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: