Re: [net] working on 1.2.0 release

2004-04-20 Thread Steve Cohen
Thanks Jeff. Looks like maven dist will take care of the binary and source distros. What command pushes the site out? Then there are the checksumming and gpg signing mentioned here: http://jakarta.apache.org/commons/releases/release.html Are these supported by maven? Are they necessary for a

Re: [net] working on 1.2.0 release

2004-04-20 Thread Jeffrey D. Brekke
On Tue, 20 Apr 2004 07:52:20 -0500, Steve Cohen [EMAIL PROTECTED] said: Thanks Jeff. Looks like maven dist will take care of the binary and source distros. What command pushes the site out? maven site:deploy This will generate all the docs and reports, and then attempt to ssh the site

Re: [net] working on 1.2.0 release

2004-04-20 Thread Steve Cohen
maven site ended after about 5 minutes with the following error message. Any idea what this may have been caused by? Do I need a new version of maven? I'm running 1.0-rc1-SNAPSHOT. xdoc:jelly-transform: [echo] Generating

[net] working on 1.2.0 release

2004-04-19 Thread Steve Cohen
Most of the release docs under Apache appear to be pre-maven. Is there a doc on preparing a release with maven? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [net] working on 1.2.0 release

2004-04-19 Thread Jeffrey D. Brekke
Not that I know of. The last release I did I used maven to build the source and binary dist's along with pushing the site out as usual. If you walk through it, keep some notes and maybe we can ammend the current steps with maven alternatives. On Mon, 19 Apr 2004 20:42:06 -0500, Steve Cohen