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

2006-01-13 Thread Gary Blomquist

I'm not sure what "proper net build.xml" refers to.  I downloaded the
build.xml from the Tomcat website today.

I have subsequently manually checked out all the modules and after
modifying build/build.xml from
(http://svn.apache.org/repos/asf/tomcat/current/tc5.5.x) as noted in my
last post (to build jasper), the build completed successfully.


Thanks everyone for you assistance,

Gary


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Yoav Shapira
Sent: Friday, January 13, 2006 4:38 PM
To: Tomcat Developers List
Subject: Re: Error building from source - error validating cert ->
build.xml missing

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 <[EMAIL PROTECTED]> 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:[EMAIL PROTECTED]
> 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:[EMAIL PROTECTED]
> > 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
> >

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

2006-01-13 Thread Gary Blomquist

In build/build.xml, I changed:


To:



And the build completed with no error messages.



-Original Message-
From: Gary Blomquist [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 13, 2006 4:24 PM
To: Tomcat Developers List
Subject: 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:[EMAIL PROTECTED]
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:[EMAIL PROTECTED]
> 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: [EMAIL PROTECTED] For 
> additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED] For 
> additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional
commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional
commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2006-01-13 Thread Yoav Shapira
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 <[EMAIL PROTECTED]> 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:[EMAIL PROTECTED]
> 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:[EMAIL PROTECTED]
> > 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
> >>
> >
> >
> > -

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

2006-01-13 Thread Gary Blomquist

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:[EMAIL PROTECTED] 
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:[EMAIL PROTECTED]
> 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: [EMAIL PROTECTED] For 
> additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED] For 
> additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional
commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Error building from source - error validating cert

2006-01-13 Thread Gary Blomquist
Thanks, build is in progress ! 

-Original Message-
From: Martin van den Bemt [mailto:[EMAIL PROTECTED] 
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:[EMAIL PROTECTED]
> 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: [EMAIL PROTECTED] For 
> additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED] For 
> additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional
commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Error building from source - error validating cert

2006-01-13 Thread Gary Blomquist
Yes, I'm sure.  I started with a clean directory downloaded the
build.xml file and created the following build.properties file:

# - Default Base Path for Dependent Packages -
# Replace this path with the directory path where
# dependencies binaries should be downloaded.
base.path=c:/Tools/share/java

 

-Original Message-
From: Keith Wannamaker [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 13, 2006 3:35 PM
To: Tomcat Developers List
Subject: Re: Error building from source - error validating cert

Are you sure you don't have this property overridden in your
build.properties file?

Keith


Gary Blomquist wrote:
> I have NOT modified the script.  I checked the script and it contains 
> the following:
> 
>   value="http://svn.apache.org/repos/asf/"; />
> 
> I don't know why the build is attempting to use https.
> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional
commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Error building from source - error validating cert

2006-01-13 Thread Keith Wannamaker
Are you sure you don't have this property overridden in your 
build.properties file?


Keith


Gary Blomquist wrote:

I have NOT modified the script.  I checked the script and it contains
the following:

 value="http://svn.apache.org/repos/asf/"; />


I don't know why the build is attempting to use https.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Error building from source - error validating cert

2006-01-13 Thread Martin van den Bemt

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:[EMAIL PROTECTED] 
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: [EMAIL PROTECTED] For additional
commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Error building from source - error validating cert

2006-01-13 Thread Gary Blomquist

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:[EMAIL PROTECTED] 
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: [EMAIL PROTECTED] For additional
commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Error building from source - error validating cert

2006-01-13 Thread Gary Blomquist

I have NOT modified the script.  I checked the script and it contains
the following:

  http://svn.apache.org/repos/asf/"; />

I don't know why the build is attempting to use https.

Note - I just downloaded the script today. Does the one on the website
work for you?

Thanks,

Gary
 

-Original Message-
From: Mark Thomas [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 13, 2006 2:26 PM
To: Tomcat Developers List
Subject: Re: Error building from source - error validating cert

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

It looks like you have modified the build script to use https rather
than http. As only commits require https, the simplest solution is to
change it back to http.

Mark


-
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional
commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Error building from source - error validating cert

2006-01-13 Thread Martin van den Bemt

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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Error building from source - error validating cert

2006-01-13 Thread Mark Thomas
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':

It looks like you have modified the build script to use https rather
than http. As only commits require https, the simplest solution is to
change it back to http.

Mark


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Error building from source - error validating cert

2006-01-13 Thread Gary Blomquist
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