It appears that you can't set any options when starting the roo shell from within eclipse.
I'd like to be able to send a parameter, or anything, so that when roo reads pom.xml, a 'roo' profile in pom.xml can pick it up.
Or so that I can use Spring expression language to make a choice between two different actions.
For example when roo does database reverse engineering it obviously can't use a jndi ref from Tomcat.
So I want to tell the pom to read from database.properties, and in other circumstances to use the jndi ref.
But I can't work out for the life of me who to tell the pom that this is roo calling.
Anybody got any ideas? Thanks.
I'd like to be able to send a parameter, or anything, so that when roo reads pom.xml, a 'roo' profile in pom.xml can pick it up.
Or so that I can use Spring expression language to make a choice between two different actions.
For example when roo does database reverse engineering it obviously can't use a jndi ref from Tomcat.
So I want to tell the pom to read from database.properties, and in other circumstances to use the jndi ref.
But I can't work out for the life of me who to tell the pom that this is roo calling.
Anybody got any ideas? Thanks.
Comment