Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 91532 invoked from network); 25 Mar 2004 02:28:45 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 25 Mar 2004 02:28:45 -0000 Received: (qmail 18497 invoked by uid 500); 25 Mar 2004 02:28:23 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 18337 invoked by uid 500); 25 Mar 2004 02:28:22 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 18318 invoked from network); 25 Mar 2004 02:28:21 -0000 Received: from unknown (HELO mclmx.mail.saic.com) (149.8.64.10) by daedalus.apache.org with SMTP; 25 Mar 2004 02:28:21 -0000 Received: from mcl-its-ieg01.mail.saic.com by mclmx.mail.saic.com for user@ant.apache.org; Wed, 24 Mar 2004 21:28:11 -0500 Received: from mcl-its-exbh01.mail.saic.com ([149.8.64.11]) by mcl-its-ieg01.mail.saic.com (SAVSMTP 3.1.2.35) with SMTP id M2004032421281001135 for ; Wed, 24 Mar 2004 21:28:10 -0500 Received: by mcl-its-exbh01.mail.saic.com with Internet Mail Service (5.5.2657.72) id ; Wed, 24 Mar 2004 21:28:11 -0500 Message-Id: <0CE1D9496E87B64C84706386696573A5016215CC@us-fc-hctg.mail.saic.com> From: "Hirsch, Barbara" To: "'user@ant.apache.org'" Subject: how to use jasper to compile jsps for validation Date: Wed, 24 Mar 2004 21:29:19 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I'm having difficulty using jasper to compile my jsps. In my build.xml I have: Dummy file and when I run ant, I don't see any output indicating the jsps have been compiled. I do see: -compileJspSrc: In my build.properties I have: #JASPER settings jasper.libs=${tomcat.home}/common/lib jasper.compiler=jasper41 jasper.compiler.lib=${jasper.libs}/jasper-compiler.jar jasper.runtime.lib=${jasper.libs}jasper-runtime.jar And in user.build.properties, I have: compileJspSrc.notRequired=0 Is there something I need to change? Thanks! Barb --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org