+1 In Cactus, I have 3 targets :
* "dist" which generates the unpackaged distributables using the following directory structure : - dist/lib : for jars - dist/doc : for docs - dist/etc : for others (actually it is not completely true , I have dist/web, but I think dist/etc would be better). * "release" which generates the packaged distributable (it is basically a zip, tar.gz, etc of the dist directory + a few more things like License files, etc). The name of the packaged file contains the version in it. This goes in a release/ directory * "nightly". Same as "release" but the name of the file has the date (YYYYMMDD) instead of the version. It also goes in the release/directory I would like to tell gump (using some XML tag) to pick everything in the release/ directory and copy it to /www/Jakarta.apache.org/builds/cactus/nightly/[date] Thanks -Vincent > -----Original Message----- > From: Stefan Bodewig [mailto:[EMAIL PROTECTED]] > Sent: 13 March 2002 09:26 > To: [EMAIL PROTECTED] > Subject: Description for nightly builds in gump descriptors > > I've just had a quick look over Sam's script, but I think he is making > it too easy for the projects 8-). The stuff the script does in gather > should be done by Ant inside the build.xml of the specific projects > IMHO. > > After that, pretty much all that needed to be specified in a gump > descriptor was a directory that contains all the tars and zips and > md5s and rpms and whatever that should be posted as nightly builds. > > Stefan > > -- > To unsubscribe, e-mail: <mailto:alexandria-dev- > [EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:alexandria-dev- > [EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
