I tried that, just include following in pom.xml and IDEA automatically does
the rest:

  <groupId>org.codehaus.groovy</groupId>
            <artifactId>groovy-all-minimal</artifactId>
            <version>1.5.6</version>

problem is, maven, when I compile the project with maven, it can't compile
groovy causing :

cannot find symbol
symbol  : class GHello
location: package learning

the issue now is not t5 related, but maven related, any hints? did try to
include follow, does not work:
 <plugin>
    <groupId>org.codehaus.groovy.maven</groupId>
    <artifactId>gmaven-plugin</artifactId>
    <version>1.0</version>
</plugin>
-- 
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Re-T5-scripting-tp3292862p3292973.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to