Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 14847 invoked from network); 16 Jun 2006 22:48:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Jun 2006 22:48:24 -0000 Received: (qmail 67053 invoked by uid 500); 16 Jun 2006 22:48:20 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 66995 invoked by uid 500); 16 Jun 2006 22:48:19 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 66984 invoked by uid 99); 16 Jun 2006 22:48:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jun 2006 15:48:19 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=RCVD_IN_BL_SPAMCOP_NET,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of yoavshapira@gmail.com designates 66.249.92.175 as permitted sender) Received: from [66.249.92.175] (HELO ug-out-1314.google.com) (66.249.92.175) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jun 2006 15:48:18 -0700 Received: by ug-out-1314.google.com with SMTP id q2so1835032uge for ; Fri, 16 Jun 2006 15:47:57 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=ki4BcefmzsBYXtpjcCA50Uoqgi0FXwmSUFF4f/OaQEbW4JaMY8lROvFt+ArNGK1wfU8d/Yy/NrCq6Emsr4apNjlSl5MCYqckw4ykVeHZsLz0YvhsVbwZX4wMZn2N2IsWRvd2KJED1AQ1y7K6UZTVNno48tXJX4pN65vDmeU1XNY= Received: by 10.78.47.9 with SMTP id u9mr1241138huu; Fri, 16 Jun 2006 15:47:57 -0700 (PDT) Received: by 10.78.56.9 with HTTP; Fri, 16 Jun 2006 15:47:57 -0700 (PDT) Message-ID: Date: Fri, 16 Jun 2006 18:47:57 -0400 From: "Yoav Shapira" Sender: yoavshapira@gmail.com To: "Tomcat Developers List" Subject: Re: using svn to checkout the code; compiling tomcat In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Google-Sender-Auth: cfcce0bfe34f799b X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, Then I just can't reproduce what you're seeing. Clean builds from scratch work for me all the time, using JDK 1.5 and 1.4, Ant version 1.6.5, both Windows XP and FreeBSD. Yoav On 6/16/06, Derek Lac wrote: > My ant version is 1.6.1. My java version is 1.5.0. > > > > -Derek > > > C:\dev\svn\tc5.5.x\build>java -version > java version "1.5.0_06" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05) > Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing) > > C:\dev\svn\tc5.5.x\build>ant -version > Apache Ant version 1.6.1 compiled on February 12 2004 > C:\dev\svn\tc5.5.x\build> > > > > -----Original Message----- > From: yoavshapira@gmail.com [mailto:yoavshapira@gmail.com] On Behalf Of Yoav > Shapira > Sent: Friday, June 16, 2006 3:32 PM > To: Tomcat Developers List > Subject: Re: using svn to checkout the code; compiling tomcat > > Hola, > What Ant version are you using? Tomcat requires Ant v1.5 or later. > > Yoav > > On 6/16/06, Derek Lac wrote: > > > > After using svn to get tc5.5.x, using 'ant download', and running 'ant', I > > get the following compile error. This is the same compile error I get when > I > > attempt to download the beta sources and compiling directly. > > > > -Derek > > > > > > [mkdir] Created dir: C:\dev\svn\tc5.5.x\build\build\server\classes > > > > build-catalina-core: > > [javac] Compiling 318 source files to > > C:\dev\svn\tc5.5.x\build\build\classes > > > > [javac] > > C:\dev\svn\tc5.5.x\container\catalina\src\share\org\apache\catalina\ > > ant\BaseRedirectorHelperTask.java:29: cannot find symbol > > [javac] symbol : class RedirectorElement > > [javac] location: package org.apache.tools.ant.types > > [javac] import org.apache.tools.ant.types.RedirectorElement; > > [javac] ^ > > [javac] > > C:\dev\svn\tc5.5.x\container\catalina\src\share\org\apache\catalina\ > > ant\BaseRedirectorHelperTask.java:60: cannot find symbol > > [javac] symbol : class RedirectorElement > > [javac] location: class > org.apache.catalina.ant.BaseRedirectorHelperTask > > [javac] protected RedirectorElement redirectorElement = null; > > [javac] ^ > > [javac] > > C:\dev\svn\tc5.5.x\container\catalina\src\share\org\apache\catalina\ > > ant\BaseRedirectorHelperTask.java:216: cannot find symbol > > [javac] symbol : class RedirectorElement > > [javac] location: class > org.apache.catalina.ant.BaseRedirectorHelperTask > > [javac] public void addConfiguredRedirector(RedirectorElement > > redirector > > Element) { > > [javac] ^ > > [javac] > > C:\dev\svn\tc5.5.x\container\catalina\src\share\org\apache\catalina\ > > ant\BaseRedirectorHelperTask.java:208: cannot find symbol > > [javac] symbol : method setCreateEmptyFiles(boolean) > > [javac] location: class org.apache.tools.ant.taskdefs.Redirector > > [javac] redirector.setCreateEmptyFiles(createEmptyFiles); > > [javac] ^ > > [javac] Note: Some input files use or override a deprecated API. > > [javac] Note: Recompile with -Xlint:deprecation for details. > > [javac] 4 errors > > > > > > > > > > -----Original Message----- > > From: yoavshapira@gmail.com [mailto:yoavshapira@gmail.com] On Behalf Of > Yoav > > Shapira > > Sent: Friday, June 16, 2006 3:06 PM > > To: Tomcat Developers List > > Subject: Re: using svn to checkout the code; compiling tomcat > > > > Hi, > > Slight scramble of your message: > > > > >Obviously, I need to get check the jsp code to build as well. Checking on > > > the web, I realize I also need the following modules: > > > > > > > > > * /build/tc5.5.x > > > * /container/tc5.5.x > > > * /connectors/trunk > > > * /jasper/tc5.5.x > > > * /servletapi/servlet2.4-jsp2.0-tc5.x > > > > These modules are checked out automatically (they're SVN externals) > > when you check out current/tc5.5.x. If your SVN client doesn't follow > > externals, well, get a decent SVN client ;) > > > > The "ant download" command I mentioned to do before "ant" itself will > > download the dependencies and build those required for the main build, > > including the servlet and JSP APIs. > > > > Yoav > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org > > For additional commands, e-mail: dev-help@tomcat.apache.org > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org > > For additional commands, e-mail: dev-help@tomcat.apache.org > > > > > > > -- > Yoav Shapira > Nimalex LLC > 1 Mifflin Place, Suite 310 > Cambridge, MA, USA > yoavs@computer.org / www.yoavshapira.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org > For additional commands, e-mail: dev-help@tomcat.apache.org > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org > For additional commands, e-mail: dev-help@tomcat.apache.org > > -- Yoav Shapira Nimalex LLC 1 Mifflin Place, Suite 310 Cambridge, MA, USA yoavs@computer.org / www.yoavshapira.com --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org