Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 44846 invoked from network); 13 Jan 2006 21:38:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Jan 2006 21:38:15 -0000 Received: (qmail 579 invoked by uid 500); 13 Jan 2006 21:38:10 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 271 invoked by uid 500); 13 Jan 2006 21:38:09 -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 260 invoked by uid 99); 13 Jan 2006 21:38:09 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jan 2006 13:38:09 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of yoavshapira@gmail.com designates 64.233.162.194 as permitted sender) Received: from [64.233.162.194] (HELO zproxy.gmail.com) (64.233.162.194) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jan 2006 13:38:07 -0800 Received: by zproxy.gmail.com with SMTP id 40so714130nzk for ; Fri, 13 Jan 2006 13:37:47 -0800 (PST) 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; b=BZkiGqzPCt7xVijI2mpQVs+59K0fhNj9anTLk7qliCMeU4r4VfGxjEQnn08eHkBA0NwCkgRcEiq2VZyF4PX9O08D6zq2xQA6ZKHB9rewN6lEhAs25bY/2+LWNferVmbLTGNDNI7R6SS7f8OK/4LRxAuZpOEGcpPqJJ0PWqSkdos= Received: by 10.65.189.19 with SMTP id r19mr2120095qbp; Fri, 13 Jan 2006 13:37:47 -0800 (PST) Received: by 10.65.181.14 with HTTP; Fri, 13 Jan 2006 13:37:47 -0800 (PST) Message-ID: Date: Fri, 13 Jan 2006 16:37:47 -0500 From: Yoav Shapira Sender: yoavshapira@gmail.com To: Tomcat Developers List Subject: Re: Error building from source - error validating cert -> build.xml missing In-Reply-To: <3C517CD02B38024993322ED8EA679502013AC031@brkmail1.ewr2.n2pcorp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <3C517CD02B38024993322ED8EA679502013AC031@brkmail1.ewr2.n2pcorp.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, Either use the proper net build.xml, or if you're doing a manual checkout, grab all the modules. You can grab them individually or by checking out http://svn.apache.org/repos/asf/tomcat/current/tc5.5.x Yoav On 1/13/06, Gary Blomquist wrote: > > Build was in progess. build.xml is missing from jasper: > > C:\Tools\Tomcat-dev2\build.xml:49: The following error occurred while > executing this line: > C:\Tools\Tomcat-dev2\build\build.xml:594: The following error occurred > while executing this line: > C:\Tools\Tomcat-dev2\build\build.xml:370: The following error occurred > while executing this line: > java.io.FileNotFoundException: C:\Tools\Tomcat-dev2\jasper\build.xml > (The system cannot find the file specified) > > Total time: 11 minutes 0 seconds > > Note: I just performed a clean checkout > > Gary > -----Original Message----- > From: Martin van den Bemt [mailto:mllist@mvdb.net] > Sent: Friday, January 13, 2006 3:23 PM > To: Tomcat Developers List > Subject: Re: Error building from source - error validating cert > > Just do something like this : > > http://svn.apache.org/repos/asf/tomcat/build/tc5.5.x tc55-main > http://svn.apache.org/repos/asf/tomcat/container/tc5.5.x tc55-container > etc... > > Mvgr, > Martin > > Gary Blomquist wrote: > > I'm not familiar with subversion. > > > > I created a dir c:\Tools\Tomcat-dev2 > > > > In this dir, I checked out out > > http://svn.apache.org/repos/asf/tomcat/build/tc5.5.x > > > > Then when I attempt to check out > > http://svn.apache.org/repos/asf/tomcat/container/tc5.5.x > > > > I get: > > > > C:\Tools\Tomcat-dev2>svn checkout > > http://svn.apache.org/repos/asf/tomcat/container/tc5.5.x > > svn: 'tc5.5.x' is already a working copy for a different URL > > > > Gary > > > > -----Original Message----- > > From: Martin van den Bemt [mailto:mllist@mvdb.net] > > Sent: Friday, January 13, 2006 2:27 PM > > To: Tomcat Developers List > > Subject: Re: Error building from source - error validating cert > > > > Hi Gary, > > > > Try checking out the source by hand like it is stated on > > http://tomcat.apache.org/svn.html, though replace http with https and > > accept the certificate permanently. > > > > After that try rebuilding again. > > > > NOTE : I am not a tomcat developer, so don't know the specifics of the > > > build. > > > > Mvgr, > > Martin > > > > > > Gary Blomquist wrote: > > > >>Hi, > >> > >>I attempted to checkout and build Tomcat based on the online > >>documentation and received the following error: > >> > >>C:\Tools\Tomcat-dev>ant > >>Buildfile: build.xml > >> > >>check.source: > >> > >>get.source: > >> > >>checkout: > >> [echo] If the checkout fails, - todo - > >> [exec] Error validating server certificate for > >>'https://svn.apache.org:443': > >> [exec] - The certificate is not issued by a trusted authority. > >>Use the > >> [exec] fingerprint to validate the certificate manually! > >> [exec] Certificate information: > >> [exec] - Hostname: svn.apache.org > >> [exec] - Valid: from Jan 26 14:18:55 2005 GMT until Jan 26 > >>14:18:55 2007 GMT > >> [exec] - Issuer: http://www.starfieldtech.com/repository, > >>Starfield Technologies, Inc., Scotts > >>dale, Arizona, US > >> [exec] - Fingerprint: > >>19:51:6b:9b:03:78:2b:4b:0f:02:77:ed:2a:85:ef:93:ed:b6:ff:95 > >> [exec] (R)eject, accept (t)emporarily or accept (p)ermanently? > > > > svn: > > > >>PROPFIND request failed on > >>'/repos/asf/tomcat/build/tc5.5.x' > >> > >> [exec] svn: PROPFIND of '/repos/asf/tomcat/build/tc5.5.x': Server > > > > > >>certificate verification fail > >>ed: issuer is not trusted (https://svn.apache.org > >> ) > >> [exec] Fetching external item into 'C:\Tools\Tomcat-dev\build' > >> [exec] Result: 1 > >> > >>build: > >> > >>BUILD FAILED > >>C:\Tools\Tomcat-dev\build.xml:48: Basedir C:\Tools\Tomcat-dev\build > >>does not exist > >> > >>Any help would be greatly appreciated. > >> > >>Thanks, > >> > >>Gary Blomquist > >> > > > > > > --------------------------------------------------------------------- > > 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 > > > > > > > > --------------------------------------------------------------------- > 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 System Design and Management Fellow MIT Sloan School of Management 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