Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Ant Wiki" for change
notification.
The following page has been changed by CharlieWanek:
http://wiki.apache.org/ant/AntNewbies
The comment on the change is:
Example of using a ResourceCollection
Simply use
Jan
>-Ursprüngliche Nachricht-
>Von: Utpal Sen [mailto:[EMAIL PROTECTED]
>Gesendet: Freitag, 24. August 2007 12:59
>An: Ant Developers List
>Betreff: Re: Checking existence of folders with a particular
>naming convention | Need Help
>
>Hi,
>Many thanks for the
Hi,
Many thanks for the mail.
However in the verison of ant (1.6.5) I am using was not allowed
to be an nested property of
so what I did was declared an refid for fileset and added that to
pathconvert:
folder exists
Many thanks for your suggestion. It worked.
Regar
see http://marc.info/?l=ant-user&m=115743516213282&w=2
Jan
>-Ursprüngliche Nachricht-
>Von: Utpal Sen [mailto:[EMAIL PROTECTED]
>Gesendet: Freitag, 24. August 2007 11:45
>An: dev@ant.apache.org
>Betreff: Checking existence of folders with a particular
>naming convention | Need Help
>
Hi,
I wanted to check for the existence of folders having a fixed pattern as
part of their name.
I checked the task but here I cannot pass a regular expression
or wildcard character in the attribute 'file'.
Following is my code (which is not working):
folder exists
I have folders
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at [EMAIL PROTECTED]
Project svn-antlib-test has an issue affecting its community integration.
This issue affe
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at [EMAIL PROTECTED]
Project dotnet-antlib-test has an issue affecting its community integration.
This issue a
Or I could try to convert the timezone in the junitreport
but I'm not sure how do-able that would be in XSLT.
If you do it in the stylesheets, you don't need to alter JUnit java code.
This link shows the XSLT functions you need, and some examples:
http://www.xsltfunctions.com/xsl/fn_adjust-datet
>The timestamps displayed by the 1.7.0 junitreport are in the GMT
>timezone. It looks like that's determined by
>DateUtils.createDateFormat() via the junit task's
>XMLJUnitResultFormatter.startTestSuite().
public class XMLJUnitResultFormatter ...
public void startTestSuite(JUnitTest suite