« Return to Thread: Resin And Groovy

Re: Re sin And Groovy

by Ryan Vanderwerf-2 :: Rate this Message:

Reply to Author | View in Thread

I do, but I compile all my groovy code into classes with Ant and embed them in our .war file deployment (We're mostly Java). I haven't tried to run groovy scripts directly like you mention - I believe I did get a demo of grails going at one point, but it was probably 3.1.3.

Ryan
----- Original Message -----
From: "bumzee" <david.smith@...>
To: resin-interest@...
Sent: Tuesday, October 14, 2008 11:15:12 AM GMT -06:00 US/Canada Central
Subject: [Resin-interest] Re sin And Groovy


Is anyone successfully using Groovy with Resin ?  
What does your resin.conf look like ?

This is on the resin website, but it doesn't work for me in 3.1.5.
When it gets to a groovy file the compilation just stops or times out.


resin.conf
  <web-app-default>
     <class-loader>
       <compiling-loader path="WEB-INF/classes"
                         compiler="groovyc"
                         source-extension=".groovy"/>
      </class-loader>
  </web-app-default>


--
View this message in context: http://www.nabble.com/Resin-And-Groovy-tp19976910p19976910.html
Sent from the Resin mailing list archive at Nabble.com.



_______________________________________________
resin-interest mailing list
resin-interest@...
http://maillist.caucho.com/mailman/listinfo/resin-interest


_______________________________________________
resin-interest mailing list
resin-interest@...
http://maillist.caucho.com/mailman/listinfo/resin-interest

 « Return to Thread: Resin And Groovy