JSP Precompilation

2011-07-21 Thread Christopher Coco
Hi all, I'm wondering if anyone has picked up this thread: http://old.nabble.com/buildr-pre-compile-JSP-for-war--td17109370.html#a17109370 It's more than 3 years old, but Buildr still seems to be lacking this functionality. I wrote a JSP pre-compiler specific for my company, but would be willi

Re: JSP Precompilation

2011-07-21 Thread Peter Donald
Hi, On Fri, Jul 22, 2011 at 5:24 AM, Christopher Coco wrote: > I'm wondering if anyone has picked up this thread: > > > http://old.nabble.com/buildr-pre-compile-JSP-for-war--td17109370.html#a17109370 Not that I am aware of. It's more than 3 years old, but Buildr still seems to be lacking this

Re: JSP Precompilation

2011-07-22 Thread jeanphilippe1.caruana
On 21/07/2011 21:24, Christopher Coco wrote: Hi all, Hi So far here's what I have as a project extension (it uses the user's TOMCAT_HOME to build a dependency graph, as well as makes some other assumptions): https://gist.github.com/921897 Thanks for sharing this, I wanted to do something

Re: JSP Precompilation

2011-07-22 Thread Christopher Coco
Peter, Great, thanks for the information. I'll look at starting with an add-on. -c On Thursday, July 21, 2011 at 10:33 PM, Peter Donald wrote: > Hi, > > On Fri, Jul 22, 2011 at 5:24 AM, Christopher Coco (mailto:cac...@gmail.com)> wrote: > > > I'm wondering if anyone has picked up this thread