Return-Path: Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 43563 invoked by uid 500); 22 Aug 2003 01:56:40 -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 43429 invoked from network); 22 Aug 2003 01:56:37 -0000 Received: from law10-oe65.law10.hotmail.com (HELO hotmail.com) (64.4.14.200) by daedalus.apache.org with SMTP; 22 Aug 2003 01:56:37 -0000 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 21 Aug 2003 18:23:04 -0700 Received: from 24.34.177.222 by law10-oe65.law10.hotmail.com with DAV; Fri, 22 Aug 2003 01:23:04 +0000 X-Originating-IP: [24.34.177.222] X-Originating-Email: [mgainty@hotmail.com] From: "Martin Gainty" To: "Ant Users List" , References: <000501c36847$394166a0$2d00a8c0@cn.bleum.com> Subject: Re: how to use Jspc precompile the Jsp with the same package name Date: Thu, 21 Aug 2003 21:23:22 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Message-ID: X-OriginalArrivalTime: 22 Aug 2003 01:23:04.0966 (UTC) FILETIME=[EFB07260:01C3684B] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Why do you have the folders /pc /pda? Why not have all the files placed in ${srcdir} ? Martin ----- Original Message ----- From: "cnyinhua" To: Sent: Thursday, August 21, 2003 5:49 PM Subject: how to use Jspc precompile the Jsp with the same package name > Hi, all > I'm using the Jspc to precompile the jsp into java file, and there are > several sub directories in the jsp src directory. Such like /pc, /pda. > > compile the hydraprototype into class file > destdir="${src.dir}" > package="org.apache.jsp" > verbose="0" > > > > > > > > > > current the result is the jsp in pc has the package name of > org.apache.jsp.pc, pda is org.apache.jsp.pda, and the root directory is > org.apache.jsp. > how can I make all the package name same as the org.apache.jsp? > Thx. > Any help will be welcome. > Frank > > > _____ > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org