Excellent, thanks a lot Scott !

btw, we are also in the process of changing how index.html /cvs_index.html
are generated.
I find it better to generate an XML from sorted.xml like this:
<projects>
        <project name="foo" status="TAG-foo-STATUS" time="TAG-foo-TIME"
cvstime=..../>
        ...
</projects>

and replace tags directly in it from antgump_each.xsl . Then a stylesheet is
applied to generate cvs_index.html and index.html. It allows a more flexible
solution and we can add colors like Sam is doing for GUMP (ie red for fail
and yellow for prereq)

Does it sounds good to you ?

-- 
 Stéphane Bailliez 
 Software Engineer, Paris - France 
 iMediation - http://www.imediation.com 
 Disclaimer: All the opinions expressed above are mine and not those from my
company. 



> -----Original Message-----
> From: Scott Sanders [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 20, 2001 8:34 PM
> To: [EMAIL PROTECTED]
> Subject: Re: PATCH -AntGump: antgump-each.xsl
> 
> 
> Committed.  Thanks for the excellent patch.  I didn't know about the 
> ${{foo}} thing ;-)
> 
> Update and you will also get a large piece of a patch 
> submitted by Jason 
> van Zyl for using properties files on a master workspace file.
> 
> 
> Scott Sanders
> 
> Stephane Bailliez wrote:
> 
> > Here's a modified antgump-each.xsl:
> > 
> > Mainly the changes are:
> > - Factorized string concatenation via concat and direct evaluation
> > - fixed 1 or 2 mistakes (@name instead of ../@name)
> > - moved the replace for the timestamp to init otherwise a fail on a
> > dependency check would prevent any replace (also changed 
> the timestamp
> > format)
> > - added some comments here and there
> > - changed the ant java call to failonerror=yes instead of 
> no, otherwise it
> > was preventing notification of failures.
> > 
> 
> 
> ---------------------------------------------------------------------
> 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