Re: Update on Long Paths

2006-04-20 Thread Dain Sundstrom
Ever since I applied Prasad's patch for jaring the WEB-INF/classes of our wars the server has been well under the windows path length limit. Unfortunately, you couldn't build the server on windows since we actually assemble the server in a deeply nested path. I just applied a patch from

Re: Update on Long Paths

2006-04-20 Thread Joe Bohn
We own John Sisson thanks for the patch ... not me. I tested the patch prior to the commit but it was John that created the patch just before leaving on vacation. So, thank you John! I for one, am very grateful to be able to build on windows ago! Joe Dain Sundstrom wrote: Ever since I

Re: Update on Long Paths

2006-04-14 Thread Prasad Kashyap
I could not use the ant task to precompile jsps. Using the following, simply nothing happens. ant:taskdef classname=org.apache.jasper.JspC name=ant:jasper2 classpathref=jspc.classpath/ ant:jasper2 validateXml=false uriroot=${webroot} webXmlFragment=${webroot}/generated_web.xml

Re: Update on Long Paths

2006-04-14 Thread John Sisson
It would be good if we could use precompiled jsps so the server is always responsive - that first time hit often happens when you are running a demo :-) John Prasad Kashyap wrote: I could not use the ant task to precompile jsps. Using the following, simply nothing happens. ant:taskdef

Update on Long Paths

2006-04-13 Thread Dain Sundstrom
Prasad got the patch working on all web applications. The next big offenders left are the auto generated WebServices wrapper class and the precompiled JSP pages. David Jencks has a patch for the WebServices class, but we are waiting to get the TCK running so we can judge the impact. I

Re: Update on Long Paths

2006-04-13 Thread Prasad Kashyap
OK. I'll take care of the JSP pages. I am done with jar'ing the generated class files. I shall look into generating a web.xml and merging it. Cheers Prasad On 4/13/06, Dain Sundstrom [EMAIL PROTECTED] wrote: Prasad got the patch working on all web applications. The next big offenders left are