Title: JunitReport
Properties exists for every testsuite.
Why ? because a testsuite can be run a new JVM each time (forked mode). That means you can have different system properties.
 
You can use updated stylesheets that display properties (requires IE5+ N6+ I guess), you can get it from cvs here:
http://cvs.apache.org/viewcvs/jakarta-ant/src/etc/

-- 
 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: Natalia Bello [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 21, 2001 12:23 PM
To: '[EMAIL PROTECTED]'
Subject: JunitReport

Hi!
I am trying to use junitreport to display some system properties in the result.
I have tried to update the junitframes.xsl to display the properties i want, but i allways  have the properties more than once.

It seems that these properties are repeated in the xml file.
how can i do to display them just one time? any idea?
Thanks in advanced,
Natalia





-----Original Message-----
From: Conor MacNeill [mailto:[EMAIL PROTECTED]]
Sent: 18 August 2001 02:39
To: [EMAIL PROTECTED]
Subject: Re: <javadoc> task userdoc error?


Hi,

It is actually a bug because a comma separated list should have worked. A
workaround is to use a ':' separated list.

I've fixed the bug now though. Thanks

Conor

----- Original Message -----
From: "T Master" <[EMAIL PROTECTED]>
To: "ant user mailist" <[EMAIL PROTECTED]>
Sent: Saturday, August 18, 2001 7:13 AM
Subject: <javadoc> task userdoc error?


> The ant manual states for javadoc:
>
> "groups
> Separates packages on the overview page into whatever groups you specify,
> one group per table. This performs the same role as the group attribute.
You
> can use either syntax (or both at once), but with the nested elements you
> can easily specify multiple occurrences of the arguments."
>
> However, the javadoc2 task does not suport nested <groups>.
> Spelling mistake?  Meant to <group> ?
>
>
> With <group>, I cannot specify a list of packages to be grouped.  I've
tried
> a comma delimitedlist and whitespace.
>
>
>

Reply via email to