java - Webapp from Roo-Script in maven project -


assumed maven-project exists in subversion:

+ myproject   + src   | + main   |   + resources   |     + script.roo   + pom.xml 

this pom:

<project>   <groupid>foo</groupid>   <artifactid>bar</artifactid>   <version>1.0-snapshot</version>   <packaging>war</packaging> </project> 

how execute script.roo without having spring-roo installed?

currently there noway archive this.

spring roo development tool (like eclipse) need download , install execute roo commands or roo script.


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -