Nightly builds docu?

2007-01-16 Thread Ortwin Glück

Hi,

Does anyone (Henry?) know what happened to
 http://www.apache.org/dev/nightly-builds.html ?

It's referenced from
 http://www.apache.org/dev/
at the very bottom of the page. I'm looking for information how to get 
nightly builds done for HttpComponents.


Ortwin


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



Re: My svn account

2007-01-16 Thread Martin van den Bemt
You received Joes mail ?

Mvgr,
Martin

Andrew C. Oliver wrote:
 [EMAIL PROTECTED] :cat /usr/local/bin/svnpasswd
 #!/bin/sh
 echo Please visit https://svn.apache.org/change-password;
 
 
 robert burrell donkin wrote:
 On Wed, 2007-01-10 at 16:44 -0500, Andrew C. Oliver wrote:
  
 IIRC, this is my 4th attempt to resolve this (I try like every 3-4
 months).  I would like to commit something.  My SVN account is not
 working.  per the instructions off the SVN page I emailed [EMAIL PROTECTED] 
  I
 got no response.  I am still able to log in to people.apache.org.
 

 svnpasswd...?

 - robert



 -
 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: My svn account

2007-01-16 Thread Andrew C. Oliver

no.  don't see it in spam folder either...

Martin van den Bemt wrote:

You received Joes mail ?

Mvgr,
Martin

Andrew C. Oliver wrote:
  

[EMAIL PROTECTED] :cat /usr/local/bin/svnpasswd
#!/bin/sh
echo Please visit https://svn.apache.org/change-password;


robert burrell donkin wrote:


On Wed, 2007-01-10 at 16:44 -0500, Andrew C. Oliver wrote:
 
  

IIRC, this is my 4th attempt to resolve this (I try like every 3-4
months).  I would like to commit something.  My SVN account is not
working.  per the instructions off the SVN page I emailed [EMAIL PROTECTED]  I
got no response.  I am still able to log in to people.apache.org.



svnpasswd...?

- robert



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



  



--
No PST Files Ever Again
Buni Meldware Communication Suite
Email, Calendaring, ease of configuration/administration
http://buni.org



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



Re: Nightly builds docu?

2007-01-16 Thread Henri Yandell

On 1/16/07, Ortwin Glück [EMAIL PROTECTED] wrote:

Hi,

Does anyone (Henry?) know what happened to
  http://www.apache.org/dev/nightly-builds.html ?

It's referenced from
  http://www.apache.org/dev/
at the very bottom of the page. I'm looking for information how to get
nightly builds done for HttpComponents.


It probably never existed. When that page was created the links were
made for pages that didn't exist to encourage people to write them -
didn't work :)

Nightly build wise... it's still an unorganized situation. In Commons
we have some hand written scripts that are used on a zone (vmbuild) to
build the code each night. Taglibs used to be built each night on
Glenn's machine (I suspect that's not true anymore).

We could expand the script for Commons to work from the Jakarta
perspective and not the Commons one. I often ponder if that should be
replaced with a Continuum instance (especially with Commons being just
about on Maven-2 now), but afaiu vmbuild is considered too
crap/overloaded to run lots of builds in Continuum.

Hen

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



Re: Nightly builds docu?

2007-01-16 Thread Phil Steitz
Henri Yandell wrote:
 On 1/16/07, Ortwin Glück [EMAIL PROTECTED] wrote:
 Hi,

 Does anyone (Henry?) know what happened to
   http://www.apache.org/dev/nightly-builds.html ?

 It's referenced from
   http://www.apache.org/dev/
 at the very bottom of the page. I'm looking for information how to get
 nightly builds done for HttpComponents.

 It probably never existed. When that page was created the links were
 made for pages that didn't exist to encourage people to write them -
 didn't work :)

 Nightly build wise... it's still an unorganized situation. In Commons
 we have some hand written scripts that are used on a zone (vmbuild) to
 build the code each night. Taglibs used to be built each night on
 Glenn's machine (I suspect that's not true anymore).

 We could expand the script for Commons to work from the Jakarta
 perspective and not the Commons one. 
+1 and would not be hard to do.  Makes sense to do this for all Jakarta
components that want nightlies and as long as the builds are
reasonable in execution time, this should not be a problem.  The
current script supports Ant, Maven 1 and Maven 2.   The script code is
in svn at jakarta/commons/proper/commons-nightly/.  The main script,
commons_nigthly.sh gets svn upped on vmbuild by a crontab wrapper before
executing each night, so if you just make changes to include a new build
or build type into this script and config and check in the changes, the
new component will be added.  

Phil


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



Re: Nightly builds docu?

2007-01-16 Thread Andrew C. Oliver

Ummwhy not out of Gump?

Phil Steitz wrote:

Henri Yandell wrote:
  

On 1/16/07, Ortwin Glück [EMAIL PROTECTED] wrote:


Hi,

Does anyone (Henry?) know what happened to
  http://www.apache.org/dev/nightly-builds.html ?

It's referenced from
  http://www.apache.org/dev/
at the very bottom of the page. I'm looking for information how to get
nightly builds done for HttpComponents.
  

It probably never existed. When that page was created the links were
made for pages that didn't exist to encourage people to write them -
didn't work :)

Nightly build wise... it's still an unorganized situation. In Commons
we have some hand written scripts that are used on a zone (vmbuild) to
build the code each night. Taglibs used to be built each night on
Glenn's machine (I suspect that's not true anymore).

We could expand the script for Commons to work from the Jakarta
perspective and not the Commons one. 


+1 and would not be hard to do.  Makes sense to do this for all Jakarta
components that want nightlies and as long as the builds are
reasonable in execution time, this should not be a problem.  The
current script supports Ant, Maven 1 and Maven 2.   The script code is
in svn at jakarta/commons/proper/commons-nightly/.  The main script,
commons_nigthly.sh gets svn upped on vmbuild by a crontab wrapper before
executing each night, so if you just make changes to include a new build
or build type into this script and config and check in the changes, the
new component will be added.  


Phil


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



  



--
No PST Files Ever Again
Buni Meldware Communication Suite
Email, Calendaring, ease of configuration/administration
http://buni.org



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