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
Post a Comment