You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Gary Blomquist <gb...@net2phone.com> on 2006/01/13 22:24:14 UTC

Re: Error building from source - error validating cert -> build.xml missing

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 
>><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


Re: Error building from source - error validating cert -> build.xml missing

Posted by Yoav Shapira <yo...@apache.org>.
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 <gb...@net2phone.com> 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
> >><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