Hello, how do I run some Roo commands from java code? For example I would like to run a class that is able to read some files and decide to add or remove fields in an object domain using the "field" command.
I know I can manually log into the shell and run the command: "script filename"
but I wish that the execution of commands could be automated from java code.


Reply With Quote