Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 90472 invoked from network); 23 Aug 2002 19:17:30 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 23 Aug 2002 19:17:30 -0000 Received: (qmail 23889 invoked by uid 97); 23 Aug 2002 19:17:51 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 23852 invoked by uid 97); 23 Aug 2002 19:17:50 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 23836 invoked by uid 98); 23 Aug 2002 19:17:50 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) From: "Steve Downey" To: "Tomcat Developers List" Subject: RE: [PROPOSAL] - jasper2 JspC --servlet option Date: Fri, 23 Aug 2002 15:17:17 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 In-Reply-To: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Is there a reason you're including tools.jar in the classpath? Last I checked, which was a while ago, jspc didn't need it, and the compilation of the generated servlets really should not need it. > -----Original Message----- > From: costinm@covalent.net [mailto:costinm@covalent.net] > Sent: Friday, August 23, 2002 3:03 PM > To: Tomcat Developers List > Subject: Re: [PROPOSAL] - jasper2 JspC --servlet option > > > Ok, I'm confused - I thought that already works. > > I'm actually using this feature - jspc generates servlets and > web.xml fragments. > > Is there something missing ? > > What I use ( I already posted that ) is: > > > > > > > > > > > > > > > > > > package="myPackage" > compile="true" > validateXml="false" > uriroot="${my.webapp.dir}" > webXmlFragment="${build.dir}/generated_web.xml" > outputDir="${build.dir}/src/myPackage" /> > > srcFile="${build.dir}/generated_web.xml" /> > token="<!--GENERATED_JSPS-->" > value="${generated_web.xml}" /> > > optimize="off" > debug="on" > srcdir="${build.dir}/src" > > > > > > > > > > > > > > > > > > > > > > > Costin > > > On Fri, 23 Aug 2002, John Trollinger wrote: > > > This option will compile the jsp pages with a package structure so that > > they can be deployed as servlets rather than jsp pages. (it can also be > > used with the -p option that will give it a base package name) > > > > /index.jsp --> .index_jsp > > /subdir/index.jsp --> .subdir.index_jsp > > > > Let me know if anyone likes this, if so I will go ahead and do the impl. > > > > John Trollinger > > > > > > -- > > To unsubscribe, e-mail: > > > For additional commands, e-mail: > > > > > > > > -- > To unsubscribe, e-mail: > > For additional commands, e-mail: > > > > -- To unsubscribe, e-mail: For additional commands, e-mail: