Re: [Resin-interest] Ant and JSPCompiler

2008-05-06 Thread rafael.munoz
Thank you a lot. This work like a charm :) Mattias Jiderhamn-4 wrote: Try target name=precompile-jsp description=precompile jsp echo message=precompiling JSPs: app-dir=${home.war}/ java classname=com.caucho.jsp.JspCompiler fork=true classpath refid=resin.classpath /

[Resin-interest] Ant and JSPCompiler

2008-05-05 Thread rafael.munoz
Hi I'm trying to precompile my JSPs before the deploy phase, integrating this precompilation in my ANT build script. I'm using Resin 3.0.19 so I can't use the new resin-ant.jar but I think that this ANT target should work: target name=precompile-jsp description=precompile jsp echo

Re: [Resin-interest] Ant and JSPCompiler

2008-05-05 Thread Mattias Jiderhamn
Try target name=precompile-jsp description=precompile jsp echo message=precompiling JSPs: app-dir=${home.war}/ java classname=com.caucho.jsp.JspCompiler fork=true classpath refid=resin.classpath / arg line=-app-dir ${home.war} ${home.war} / /java /target Note the extra

Re: [Resin-interest] Ant and JSPCompiler

2008-05-05 Thread BUSCH Steffen
-interest] Ant and JSPCompiler Hi I'm trying to precompile my JSPs before the deploy phase, integrating this precompilation in my ANT build script. I'm using Resin 3.0.19 so I can't use the new resin-ant.jar but I think that this ANT target should work: target name=precompile-jsp description