Return-Path: Delivered-To: apmail-jakarta-cactus-user-archive@apache.org Received: (qmail 74029 invoked from network); 10 Jan 2002 19:42:16 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 10 Jan 2002 19:42:16 -0000 Received: (qmail 17311 invoked by uid 97); 10 Jan 2002 19:42:19 -0000 Delivered-To: qmlist-jakarta-archive-cactus-user@jakarta.apache.org Received: (qmail 17295 invoked by uid 97); 10 Jan 2002 19:42:17 -0000 Mailing-List: contact cactus-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Cactus Users List" Reply-To: "Cactus Users List" Delivered-To: mailing list cactus-user@jakarta.apache.org Received: (qmail 17284 invoked from network); 10 Jan 2002 19:42:17 -0000 From: "Vincent Massol" To: "'Cactus Users List'" Subject: RE: error building jakarta-cactus-23-1.2 sample with JDK 1.2... Date: Thu, 10 Jan 2002 19:41:51 -0000 Organization: OCTO Technology Message-ID: <000001c19a0e$db782bb0$ca32c80a@octovma> 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, Build 10.0.3416 Importance: Normal In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I have reproduced the problem. It is indeed a bug. I have corrected it in CVS for version 1.3. Thanks for reporting this. -Vincent > -----Original Message----- > From: Balki Nakshatrala [mailto:Balki@Yodlee.com] > Sent: 10 January 2002 03:39 > To: 'Cactus Users List' > Subject: RE: error building jakarta-cactus-23-1.2 sample with JDK 1.2... > > Forgot to paste the error earlier:) > > > C:\EurekaSoftware\jakarta-cactus-23-1.2\sample\build>ant all > Buildfile: build.xml > > init: > [echo] --------- Cactus Sample 1.2 --------- > [echo] > [echo] java.class.path = > C:\EurekaSoftware\jdk1.2.2\lib\tools.jar;C:\NextGen\tools\an > t\lib\xerces.jar;C:\NextGen\tools\ant\lib\xalan.jar;C:\NextGen\tools\ant \l > ib > \Tidy.jar;C:\N > extGen\tools\ant\lib\stylebook-1.0-b3_xalan- > 2.jar;C:\NextGen\tools\ant\lib\o > ptional.jar;C: > \NextGen\tools\ant\lib\log4j.jar;C:\NextGen\tools\ant\lib\junit.jar;C:\N ex > tG > en\tools\ant\l > ib\jaxp.jar;C:\NextGen\tools\ant\lib\httpunit.jar;C:\NextGen\tools\ant\l ib > \c > rimson.jar;C:\ > NextGen\tools\ant\lib\cactus- > ant.jar;C:\NextGen\tools\ant\lib\ant.jar;.;c:\s > rc\v1\gather\b > uild- > qa\gather.zip;c:\src\v1\gather\scripts;c:\NextGen\ext\tomcat\webapps\pr > oto\WEB-INF\li > b\classes12.zip > [echo] > [echo] java.home = C:\EurekaSoftware\jdk1.2.2\jre > [echo] user.home = C:\Documents and Settings\balki > [echo] > [echo] basedir = C:\EurekaSoftware\jakarta-cactus-23-1.2\sample > [echo] > [echo] cactus.jar = ../../../NextGen/ext/jars/test/cactus.jar > [echo] cactus.ant.jar = ../../../NextGen/ext/jars/test/cactus-ant.jar > [echo] servlet.jar = ../../../NextGen/ext/jars/servlet.jar > [echo] junit.jar = ../../../NextGen/ext/jars/test/junit.jar > [echo] httpclient.jar = ../../../NextGen/ext/jars/test/httpclient.jar > > clean: > [delete] Deleting directory > C:\EurekaSoftware\jakarta-cactus-23-1.2\sample\target > [delete] Deleting 2 files from > C:\EurekaSoftware\jakarta-cactus-23-1.2\sample > > prepare: > [mkdir] Created dir: > C:\EurekaSoftware\jakarta-cactus-23-1.2\sample\target\src > [copy] Copying 25 files to > C:\EurekaSoftware\jakarta-cactus-23-1.2\sample\target\src > > prepare-compile: > [mkdir] Created dir: > C:\EurekaSoftware\jakarta-cactus-23-1.2\sample\target\classes > > compile: > [javac] Compiling 25 source files to > C:\EurekaSoftware\jakarta-cactus-23-1.2\sample\ta > rget\classes > [javac] > C:\EurekaSoftware\jakarta-cactus-23- > 1.2\sample\target\src\org\apache\cactus\ > sa > mple\TestSampleServlet.java:376: Exception java.lang.Exception must be > caught, or it must > be declared in the throws clause of this method. > [javac] URLDecoder.decode(cookie.getValue())); > [javac] ^ > [javac] Note: 15 files use or override a deprecated API. Recompile > with > "-deprecation > " for details. > [javac] 1 error, 1 warning > > BUILD FAILED > > C:\EurekaSoftware\jakarta-cactus-23-1.2\sample\build\build.xml:188: > Compile > failed, messag > es should have been provided. > > Total time: 14 seconds > > > > -----Original Message----- > From: Balki Nakshatrala [mailto:Balki@yodlee.com] > Sent: Wednesday, January 09, 2002 5:11 PM > To: 'cactus-user@jakarta.apache.org' > Subject: error building jakarta-cactus-23-1.2 sample with JDK 1.2... > > > > Hi, > > I am new to cactus and am trying to run the cactus sample. > It builds successfully with JDK 1.3, but gives the following error when > build in JDK 1.2.2 environement. > Can anyone please tell me why? > > I am using ant 1.4.1 and tomcat 4.0. > > thanx, > balki > > -- > To unsubscribe, e-mail: > > For additional commands, e-mail: > > > -- > To unsubscribe, e-mail: unsubscribe@jakarta.apache.org> > For additional commands, e-mail: help@jakarta.apache.org> > -- To unsubscribe, e-mail: For additional commands, e-mail: