|
»
Groovy element recompilation
|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
Groovy element recompilationHello, I should probably actually spend more time looking through the source code to find out myself, but does RIFE support element recompilation for elements written in Groovy? Thanks, Kent --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "rife-users" group. To post to this group, send email to rife-users@... To unsubscribe from this group, send email to rife-users+unsubscribe@... For more options, visit this group at http://groups.google.com/group/rife-users?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: Groovy element recompilationYup, this happens on the fly. -- Geert Bevin Terracotta - http://www.terracotta.org Uwyn "Use what you need" - http://www.uwyn.com RIFE Java application framework - http://rifers.org Music and words - http://gbevin.com On 16 Jan 2009, at 23:10, Coat <kentsmith@...> wrote: > > Hello, > > I should probably actually spend more time looking through the source > code to find out myself, but does RIFE support element recompilation > for elements written in Groovy? > > Thanks, > Kent > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "rife-users" group. To post to this group, send email to rife-users@... To unsubscribe from this group, send email to rife-users+unsubscribe@... For more options, visit this group at http://groups.google.com/group/rife-users?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: Groovy element recompilationThanks, that's what I thought. I downloaded RIFE/Jumpstart, and created a new element in Groovy (Test.groovy), made sure to have groovy in the classpath, and it wasn't picking up the changes i made when saving the source file for that new element, however rebuilding it while jetty is running works fine. The Home element implemented in Java worked just fine when saving the file and refreshing the page. Kent On Jan 16, 4:27 pm, Geert Bevin <gbe...@...> wrote: > Yup, this happens on the fly. > > -- > Geert Bevin > Terracotta -http://www.terracotta.org > Uwyn "Use what you need" -http://www.uwyn.com > RIFE Java application framework -http://rifers.org > Music and words -http://gbevin.com > > On 16 Jan 2009, at 23:10, Coat <kentsm...@...> wrote: > > > > > Hello, > > > I should probably actually spend more time looking through the source > > code to find out myself, but does RIFE support element recompilation > > for elements written in Groovy? > > > Thanks, > > Kent You received this message because you are subscribed to the Google Groups "rife-users" group. To post to this group, send email to rife-users@... To unsubscribe from this group, send email to rife-users+unsubscribe@... For more options, visit this group at http://groups.google.com/group/rife-users?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: Groovy element recompilationYour groovy source files have to be in the classpath also. On 17 Jan 2009, at 00:43, Coat wrote: > > Thanks, that's what I thought. > > I downloaded RIFE/Jumpstart, and created a new element in Groovy > (Test.groovy), made sure to have groovy in the classpath, and it > wasn't picking up the changes i made when saving the source file for > that new element, however rebuilding it while jetty is running works > fine. The Home element implemented in Java worked just fine when > saving the file and refreshing the page. > > Kent > > On Jan 16, 4:27 pm, Geert Bevin <gbe...@...> wrote: >> Yup, this happens on the fly. >> >> -- >> Geert Bevin >> Terracotta -http://www.terracotta.org >> Uwyn "Use what you need" -http://www.uwyn.com >> RIFE Java application framework -http://rifers.org >> Music and words -http://gbevin.com >> >> On 16 Jan 2009, at 23:10, Coat <kentsm...@...> wrote: >> >> >> >>> Hello, >> >>> I should probably actually spend more time looking through the >>> source >>> code to find out myself, but does RIFE support element recompilation >>> for elements written in Groovy? >> >>> Thanks, >>> Kent > > -- Geert Bevin Terracotta - http://www.terracotta.org Uwyn "Use what you need" - http://uwyn.com RIFE Java application framework - http://rifers.org Flytecase Band - http://flytecase.be Music and words - http://gbevin.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "rife-users" group. To post to this group, send email to rife-users@... To unsubscribe from this group, send email to rife-users+unsubscribe@... For more options, visit this group at http://groups.google.com/group/rife-users?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: Groovy element recompilationI believe that is the case, I created Test.groovy in the same directory as Home.java On Jan 16, 5:04 pm, Geert Bevin <gbe...@...> wrote: > Your groovy source files have to be in the classpath also. > > On 17 Jan 2009, at 00:43, Coat wrote: > > > > > > > > > > > Thanks, that's what I thought. > > > I downloaded RIFE/Jumpstart, and created a new element in Groovy > > (Test.groovy), made sure to have groovy in the classpath, and it > > wasn't picking up the changes i made when saving the source file for > > that new element, however rebuilding it while jetty is running works > > fine. The Home element implemented in Java worked just fine when > > saving the file and refreshing the page. > > > Kent > > > On Jan 16, 4:27 pm, Geert Bevin <gbe...@...> wrote: > >> Yup, this happens on the fly. > > >> -- > >> Geert Bevin > >> Terracotta -http://www.terracotta.org > >> Uwyn "Use what you need" -http://www.uwyn.com > >> RIFE Java application framework -http://rifers.org > >> Music and words -http://gbevin.com > > >> On 16 Jan 2009, at 23:10, Coat <kentsm...@...> wrote: > > >>> Hello, > > >>> I should probably actually spend more time looking through the > >>> source > >>> code to find out myself, but does RIFE support element recompilation > >>> for elements written in Groovy? > > >>> Thanks, > >>> Kent > > -- > Geert Bevin > Terracotta -http://www.terracotta.org > Uwyn "Use what you need" -http://uwyn.com > RIFE Java application framework -http://rifers.org > Flytecase Band -http://flytecase.be > Music and words -http://gbevin.com You received this message because you are subscribed to the Google Groups "rife-users" group. To post to this group, send email to rife-users@... To unsubscribe from this group, send email to rife-users+unsubscribe@... For more options, visit this group at http://groups.google.com/group/rife-users?hl=en -~----------~----~----~----~------~----~------~--~--- |
| Free embeddable forum powered by Nabble | Forum Help |
