Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 12361 invoked from network); 12 Aug 2004 22:13:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 12 Aug 2004 22:13:21 -0000 Received: (qmail 27338 invoked by uid 500); 12 Aug 2004 22:13:10 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 27285 invoked by uid 500); 12 Aug 2004 22:13:09 -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 27272 invoked by uid 99); 12 Aug 2004 22:13:09 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [198.152.12.100] (HELO tiere.net.avaya.com) (198.152.12.100) by apache.org (qpsmtpd/0.27.1) with ESMTP; Thu, 12 Aug 2004 15:13:05 -0700 Received: from tiere.net.avaya.com (localhost [127.0.0.1]) by tiere.net.avaya.com (Switch-3.1.2/Switch-3.1.0) with ESMTP id i7CMBW2A011151 for ; Thu, 12 Aug 2004 18:11:32 -0400 (EDT) Received: from cof110avexu1.global.avaya.com (h135-9-6-16.avaya.com [135.9.6.16]) by tiere.net.avaya.com (Switch-3.1.2/Switch-3.1.0) with ESMTP id i7CMAJ2A009735 for ; Thu, 12 Aug 2004 18:10:35 -0400 (EDT) X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: solved thanks, all, moron me Date: Thu, 12 Aug 2004 16:11:50 -0600 Message-ID: <676171B29CCEA84FBE05EEA11935AE6304947EA5@cof110avexu1.global.avaya.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: solved thanks, all, moron me Thread-Index: AcSAnp54YritZABMRmulFuVi5GxwDwAAW3CgAAZAVzA= From: "Hiller, Dean D (Dean)" To: "Tomcat Developers List" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I should have read this e-mail better I realized. Sorry for being a timesuck. Should have just use 1.4 from the start. dean -----Original Message----- From: Shapira, Yoav [mailto:Yoav.Shapira@mpi.com]=20 Sent: Thursday, August 12, 2004 1:11 PM To: Tomcat Developers List Subject: RE: tomcat build broken with strange javac error(never seen this one before) Hi, The build file works for me. Your servlet-api jar was built with JDK 1.5, so you must build the rest of Tomcat with JDK 1.5. Alternatively, build servlet-api.jar with JDK 1.4 and build the rest of Tomcat with JDK 1.4 as well. You get the general point ;) Yoav Shapira Millennium Research Informatics >-----Original Message----- >From: Hiller, Dean D (Dean) [mailto:dhiller@avaya.com] >Sent: Thursday, August 12, 2004 3:00 PM >To: tomcat-dev@jakarta.apache.org >Subject: tomcat build broken with strange javac error(never seen this one >before) > >I have never seen an error from javac like this before(and I am by no >means new to java). I have even read the JLS and am not sure what in >the world this is. Can anyone point me somewhere on how to resolve this >issue? Or possibly point me to a build.xml for tomcat5 that works? The >one on the website does not work as I get the below. I am using >1.4.2_05. Does the build.xml file work for anyone else? If so, what >version of java are you using? > > > > > >build-catalina-core: > > [javac] Compiling 302 source files to >C:\ROOT\views\jakartaviews\tomcatTry\jakarta-tomcat-5\build\classes > > [javac] >C:\ROOT\views\jakartaviews\tomcatTry\jakarta-tomcat-catalina\catalina\s r >c\share\org\apache\catalina\Container.java:23: cannot access >javax.servlet.ServletException > > [javac] bad class file: >C:\usr\share\java\servlet-api-2.4\lib\servlet-api.jar(javax/servlet/Ser v >letException.class) > > [javac] class file has wrong version 49.0, should be 48.0 > > [javac] Please remove or make sure it appears in the correct >subdirectory of the classpath. > > [javac] import javax.servlet.ServletException; > > [javac] ^ > > [javac] 1 error > > > >Also, I really want to know more about this error and how it is >possible. Does anyone know what this means? Ps. Am I on the wrong >list? Is this really a problem with the servlet api jar?, but which >project is that and who do I talk to??? > >thanks, > >dean --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org