Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 28852 invoked from network); 22 Feb 2003 16:45:18 -0000 Received: from unknown (HELO webmail.tiscali.de) (62.27.55.1) by daedalus.apache.org with SMTP; 22 Feb 2003 16:45:18 -0000 Received: from DJ0X820J (80.128.234.124) by webmail.tiscali.de (6.0.045) id 3E0C8E81011B6947 for user@ant.apache.org; Sat, 22 Feb 2003 17:29:26 +0100 Message-ID: <00d101c2da92$9bf2b490$030200c0@DJ0X820J> From: "Antoine Levy-Lambert" To: "Ant Users List" References: Subject: Re: Problem with javac and precompiled jsps (package structure) Date: Sat, 22 Feb 2003 17:51:13 +0100 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.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I do not know much about jspc, but you should download ant 1.5.2 beta because there were a lot of bugs concerning jspc in 1.51 " Dev@Ant is pleased to announce the availability of the first beta of Apache Ant 1.5.2. It is available for immediate download at: http://www.apache.org/dist/ant/v1.5.2beta1/ " If even with 1.5.2 beta you have problems with jspc, then have a look in bugzilla http://nagoya.apache.org/bugzilla to find out if your problem has already been reported by somebody else. You might have a look at this bug report for instance http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4750 to see if it is the same problem as yours, ... Antoine ----- Original Message ----- From: "Leif Hanack" To: "Ant-User" Sent: Saturday, February 22, 2003 5:06 PM Subject: Problem with javac and precompiled jsps (package structure) > Hello, > > i want to compile precompile jsp for tomcat 4.1.18 but have trouble with the > package structure. > > Using jspc i receive the same named file as tomcat would create while > surfing the side. Well the package of the pages is everytime > "org.apache.jsp". > > Trying the next step (compiling the precompiled jsps) failed. The files are > located all under org.apache.jsp instead of where tomcat would place them > (directly beside the source). > > How can i achieve that jspc + javac will act like tomcat? > > jspc + javac: > > build/jsp/myTest_jsp.java > /org/apache/jsp/myTest_jsp.class > > tomcat: > > work/.../myTest_jsp.java > /myTest_jsp.class > > Both myTest_jsp.java are identical. > > Thanks in advance, Leif > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org >