Hello

--- Oliver <[EMAIL PROTECTED]> wrote:

>         <junitreport todir="${utest.data.dir}" >
>             <fileset dir="${utest.data.dir}">
>                 <include name="Test-*.xml" />
>             </fileset>

Please, try with the the following snippet:
>         <junitreport todir="${utest.data.dir}" >
>             <fileset dir="${utest.data.dir}">
>                 <include name="TEST-*.xml" />
>             </fileset>
i.e. captitalize Test to TEST.

Regards
Ivan



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to