How do I setup nightly builds?

2005-03-14 Thread Kevin A. Burton
I want to setup nightly builds for FeedParser and Benchmark but I can't figure out how. Looked all over the wiki in the TitleIndex and even tried google. Pointers please! :) Kevin -- Use Rojo (RSS/Atom aggregator). Visit http://rojo.com. Ask me for an invite! Also see irc.freenode.net

Re: How do I setup nightly builds?

2005-03-14 Thread Martin Cooper
The Commons nightlies are run by Craig at the moment. As long as FeedParser and Benchmark build cleanly with 'ant clean dist', a request to Craig should get them added to the list of components built nightly. (The plan is to move the nightlies onto ASF hardware as soon as an appropriate machine

Re: How do I setup nightly builds?

2005-03-14 Thread Kevin A. Burton
Martin Cooper wrote: The Commons nightlies are run by Craig at the moment. As long as FeedParser and Benchmark build cleanly with 'ant clean dist', a request to Craig should get them added to the list of components built nightly. Do you know if I can run maven? maven clean dist works fine. I'm

Re: How do I setup nightly builds?

2005-03-14 Thread Martin Cooper
On Mon, 14 Mar 2005 21:56:40 -0800, Kevin A. Burton [EMAIL PROTECTED] wrote: Martin Cooper wrote: The Commons nightlies are run by Craig at the moment. As long as FeedParser and Benchmark build cleanly with 'ant clean dist', a request to Craig should get them added to the list of components

Re: How do I setup nightly builds?

2005-03-14 Thread Craig McClanahan
I added a build.xml generated from maven ant, but the unit tests fail (see my commit message for build.xml) which causes the ant clean dist command to fail as well. If the unit tests are made to work, I can start uploading nightly builds for you, which will appear in:

Re: How do I setup nightly builds?

2005-03-14 Thread Craig McClanahan
Note that maven clean dist fails for me as well, but with different errors: Plugin 'maven-deploy-plugin' in project 'Commons Benchmark' is not available Plugin 'maven-deploy-plugin' in project 'Commons Benchmark' is not available build:start:

Re: How do I setup nightly builds?

2005-03-14 Thread Kevin A. Burton
Craig McClanahan wrote: I added a build.xml generated from maven ant, but the unit tests fail (see my commit message for build.xml) which causes the ant clean dist command to fail as well. If the unit tests are made to work, I can start uploading nightly builds for you, which will appear in: