Re: TC 5.0 nightly builds

2003-02-12 Thread Jeanfrancois Arcand
Hi,

I'm in a process of getting an account on nagoya where I will install a 
script that will do the the nightly build (for Tomcat 5). I should have 
something automated for the week-end if all goes well :-)

-- Jeanfrancois

Remy Maucherat wrote:

jean-frederic clere wrote:


Remy Maucherat wrote:

Getting reliable Nightlies will have a side effect to improve the 
build system and make themselves nearly useless ;-)
Something like ant night.


For the moment I am not able to build Nightlies because of the 
firewall and because the ant download task mixes cvs and http download:
I have to do cvs via SOCKS5 and http via a proxy.
So I am thinking to separate the cvs and http downloads.
Any comments?

I need something like:

/usr/local/socksified/bin/runsocks ant downloadcvs
ant downloadhttp

Of course ant download will still do its actual task.


That seems a good idea :)

Remy


-
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: TC 5.0 nightly builds

2003-02-12 Thread Remy Maucherat
jean-frederic clere wrote:

Remy Maucherat wrote:

Getting reliable Nightlies will have a side effect to improve the build 
system and make themselves nearly useless ;-)
Something like ant night.


For the moment I am not able to build Nightlies because of the firewall 
and because the ant download task mixes cvs and http download:
I have to do cvs via SOCKS5 and http via a proxy.
So I am thinking to separate the cvs and http downloads.
Any comments?

I need something like:

/usr/local/socksified/bin/runsocks ant downloadcvs
ant downloadhttp

Of course ant download will still do its actual task.

That seems a good idea :)

Remy


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




Re: TC 5.0 nightly builds

2003-02-12 Thread jean-frederic clere
Remy Maucherat wrote:

Kin-Man Chung wrote:


No matter how easy the build is, it is still not as easy as downloading
a binary from the nightly build area.  Just tell someone who haven;t
done a build before to do it now and watch her cringe!



I don't care ;-) Unix users are used to building things, and it works 
for the better.

Sue' point is that TC5 nightly build has failed for a week now
and should be fixed.  It's important that we have a current nightly
build for TC5, especially since we don't have a release for TC5 (hint!
hint :) ).



I really really don't see the point. Nightlies are completely useless 
IMO as soon as the build system is really easy (not easy enough right 
now, though).

Getting reliable Nightlies will have a side effect to improve the build system 
and make themselves nearly useless ;-)
Something like ant night.


For the moment I am not able to build Nightlies because of the firewall and 
because the ant download task mixes cvs and http download:
I have to do cvs via SOCKS5 and http via a proxy.
So I am thinking to separate the cvs and http downloads.
Any comments?

I need something like:

/usr/local/socksified/bin/runsocks ant downloadcvs
ant downloadhttp

Of course ant download will still do its actual task.

Cheers

Jean-frederic


Remy


-
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: TC 5.0 nightly builds

2003-02-11 Thread Remy Maucherat
Kin-Man Chung wrote:

No matter how easy the build is, it is still not as easy as downloading
a binary from the nightly build area.  Just tell someone who haven;t
done a build before to do it now and watch her cringe!


I don't care ;-) Unix users are used to building things, and it works 
for the better.

Sue' point is that TC5 nightly build has failed for a week now
and should be fixed.  It's important that we have a current nightly
build for TC5, especially since we don't have a release for TC5 (hint!
hint :) ).


I really really don't see the point. Nightlies are completely useless 
IMO as soon as the build system is really easy (not easy enough right 
now, though).

Remy


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



Re: TC 5.0 nightly builds

2003-02-11 Thread Kin-Man Chung
No matter how easy the build is, it is still not as easy as downloading
a binary from the nightly build area.  Just tell someone who haven;t
done a build before to do it now and watch her cringe!

Sue' point is that TC5 nightly build has failed for a week now
and should be fixed.  It's important that we have a current nightly
build for TC5, especially since we don't have a release for TC5 (hint!
hint :) ).

> Date: Tue, 11 Feb 2003 16:49:20 -0500
> From: Jeanfrancois Arcand <[EMAIL PROTECTED]>
> Subject: Re: TC 5.0 nightly builds
> To: Tomcat Developers List <[EMAIL PROTECTED]>
> 
> Hi,
> 
> an easy way to build tomcat 5 is to:
> 
> cvs -d  checkout jakarta-tomcat-5
> cd jakarta-tomcat-5
> ant download //download all dependencies (including common-el.jar)
> ant checkout   //jakarta-servletapi-5, jakarta-tomcat-catalina, 
> jakarta-tomcat-connectors, jakarta-tomcat-jasper
> ant dist
> 
> "Et hop" :-)
> 
> -- Jeanfrancois
> 
> Brian Millett wrote:
> 
> >On Tue, 2003-02-11 at 11:34, Sue Spielman wrote:
> >  
> >
> >>Is there an ETA when the nightly builds of TC 5.0 will return? It has not 
> >>been building since 2/5. Thanks.
> >>
> >>
> >>
> >
> >It will build if you go and get a nightly binary build of commons-el.
> >  
> >


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




Re: TC 5.0 nightly builds

2003-02-11 Thread Jeanfrancois Arcand
Hi,

an easy way to build tomcat 5 is to:

cvs -d  checkout jakarta-tomcat-5
cd jakarta-tomcat-5
ant download //download all dependencies (including common-el.jar)
ant checkout   //jakarta-servletapi-5, jakarta-tomcat-catalina, 
jakarta-tomcat-connectors, jakarta-tomcat-jasper
ant dist

"Et hop" :-)

-- Jeanfrancois

Brian Millett wrote:

On Tue, 2003-02-11 at 11:34, Sue Spielman wrote:
 

Is there an ETA when the nightly builds of TC 5.0 will return? It has not 
been building since 2/5. Thanks.

   


It will build if you go and get a nightly binary build of commons-el.
 



Re: TC 5.0 nightly builds

2003-02-11 Thread Brian Millett
On Tue, 2003-02-11 at 11:34, Sue Spielman wrote:
> Is there an ETA when the nightly builds of TC 5.0 will return? It has not 
> been building since 2/5. Thanks.
> 

It will build if you go and get a nightly binary build of commons-el.
-- 
Brian Millett
Enterprise Consulting Group "Shifts in paradigms
(314) 205-9030 often cause nose bleeds."
[EMAIL PROTECTED]   Greg Glenn




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




TC 5.0 nightly builds

2003-02-11 Thread Sue Spielman
Is there an ETA when the nightly builds of TC 5.0 will return? It has not 
been building since 2/5. Thanks.


Sue




_
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.  
http://join.msn.com/?page=features/virus


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