Re: [Resin-interest] Ant and JSPCompiler

2008-05-06 Thread rafael.munoz
Thank you a lot for your answer. Your solution works but Mattias send a better and elegant way to do it that works perfectly: BUSCH Steffen wrote: > > I think the Resin 3.0 JspCompiler needs the JSP files as arguments. We > have accomplished that in this wa

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 > > > > > > > > > > > Note the extra ${home.war} in the arg line which means "compile this dir > (and subdirs)". > > /Mattias Jiderhamn > > > ___

Re: [Resin-interest] Ant and JSPCompiler

2008-05-05 Thread BUSCH Steffen
limitation of the argument length. But it works on our Unix Platform. Regards, Steffen -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von rafael.munoz Gesendet: Montag, 5. Mai 2008 15:17 An: resin-interest@caucho.com Betreff: [Resin-interest] Ant and

Re: [Resin-interest] Ant and JSPCompiler

2008-05-05 Thread Mattias Jiderhamn
Try Note the extra ${home.war} in the arg line which means "compile this dir (and subdirs)". /Mattias Jiderhamn rafael.munoz wrote (2008-05-05 15:17): > Hi > > I'm trying to precompile my JSPs before the deploy phase, integrating this > precompilation in my ANT bu

[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: But unfortunately it doesn't work: this gen