> -----Original Message-----
> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Sam Ruby
> Sent: 24 February 2003 14:03
> To: [EMAIL PROTECTED]
> Subject: Re: How to know if project has run?
> 
> Stefan Bodewig wrote:
> > On Sat, 22 Feb 2003, Vincent Massol <[EMAIL PROTECTED]> wrote:
> >
> >>I can't find any page on the Gump dashboard page that shows the
> >>execution log for projects that have no build nor for the deliver
> >>tag.
> 
> Things that aren't executed have no execution log.  The best I can
> suggest is to turn on nagging for "Missing prereq".
> 
> > <deliver> is still mostly undocumented.  Probably because nobody
apart
> > from myself uses it 8-)
> >
> >
<http://marc.theaimsgroup.com/?l=alexandria-dev&m=101662940929928&w=2>
> >
<http://marc.theaimsgroup.com/?l=alexandria-dev&m=101664743322426&w=2>
> 
> Background as to why this is: I am scared to set things up so that
> people can get things to be uploaded to any location that I have
update
> accesss to on ASF servers simply by checking something into cvs.

Ok. So it means you're not using the deliver-local.sh script but your
own one. Could you update it to distribute the Cactus deliverables?

The following files need to be delivered:

    <deliver fromdir="anttasks/release" tosite="jakarta.apache.org"
      todir="builds/jakarta-cactus/nightly/@@DATE@@/" />

    <deliver fromdir="documentation/release" tosite="jakarta.apache.org"
      todir="builds/jakarta-cactus/nightly/@@DATE@@/" />

    <deliver fromdir="framework/release-12" tosite="jakarta.apache.org"
      todir="builds/jakarta-cactus/nightly/@@DATE@@/" />

    <deliver fromdir="integration/ant/release-12" 
      tosite="jakarta.apache.org"
      todir="builds/jakarta-cactus/nightly/@@DATE@@/" />

    <deliver fromdir="integration/eclipse/release-12" 
      tosite="jakarta.apache.org" 
      todir="builds/jakarta-cactus/nightly/@@DATE@@/" />

    <deliver fromdir="samples/servlet/release-12" 
      tosite="jakarta.apache.org"
      todir="builds/jakarta-cactus/nightly/@@DATE@@/" />

    <deliver fromdir="framework/release-13" tosite="jakarta.apache.org"
      todir="builds/jakarta-cactus/nightly/@@DATE@@/" />

    <deliver fromdir="integration/ant/release-13" 
      tosite="jakarta.apache.org"
      todir="builds/jakarta-cactus/nightly/@@DATE@@/" />

    <deliver fromdir="integration/eclipse/release-13" 
      tosite="jakarta.apache.org" 
      todir="builds/jakarta-cactus/nightly/@@DATE@@/" />

    <deliver fromdir="samples/servlet/release-13" 
      tosite="jakarta.apache.org"
      todir="builds/jakarta-cactus/nightly/@@DATE@@/" />

Is it possible to support the following strategy:

* The anttasks/release file are delivered if the jakarta-cactus-anttasks
project has built successfully

* The documentation/release file are delivered if the
jakarta-cactus-documentation project has built successfully

* The */release-12 files are delivered only if jakarta-cactus-*-12
projects have built successfully

* The */release-13 files are delivered only if jakarta-cactus-*-13
projects have built successfully

Thanks
-Vincent

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

Reply via email to