Ant task to automatize spring roo operations? -


i need automatize spring roo tasks ant build.xml. somehow possible? maybe there ant task lib job?

using ant instead of maven/gradle/... isn't decision , can't it.

calling roo shell exec task last resort, want solution don't need step out jvm of ant process.

roo shell executes on osgi environment , requires run (uses osgi dependency injections component in runtime). so, ant runs simple java application, no way run roo shell ant task bug use ant exec task (as comment).

sorry.


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

visual studio 2010 - Connect to informix database windows form application -

android - Associate same looper with different threads -