Re: Ant 1.6.3+ and JunitReport

2005-06-21 Thread Stefan Bodewig
On Tue, 21 Jun 2005, Stephen Nesbitt <[EMAIL PROTECTED]> wrote: > Can anyone translate the Requirements note in the JunitReport task > documentation into something approximating english? I think I've written it, so don't expect my second attempt to be any better 8-) > I've run smack dab into th

Ant 1.6.3+ and JunitReport

2005-06-21 Thread Stephen Nesbitt
All: Can anyone translate the Requirements note in the JunitReport task documentation into something approximating english? I've run smack dab into the problem of not being able to generate frames because of a conflict with Xalan, but can't figure out how to implement the suggested solution wh

JAR task problem

2005-06-21 Thread Frank W. Zammetti
Argh, today seems to be the day of "things that worked 10 minutes ago don't now"... I have a JAR task... includes="META-INF/*" /> Under the directory ${src} points to I have a META-INF directory with a tlds directory in it, in which are two .tld files. The TLDs are already in the JAR, so I

RE: Weird error with Jar task

2005-06-21 Thread Shatzer, Larry
The only time I have run into this problem is when I had a virus scanner running with real time protection on the file system. After disabling the real time file system protection everything fixed itself. -- Larry -Original Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent

Re: Weird error with Jar task

2005-06-21 Thread Frank W. Zammetti
Actually, based on some further Googling, I think I stumbled on the answer (and I do mean stumbled!)... It appears that the cause of the problem is my Checkstyle task... failOnViolation="false"> It seems like it might be a file locking issue... I foun

Weird error with Jar task

2005-06-21 Thread Frank W. Zammetti
Hi all... I have a strange situation with a JAR task... I'm dealing with a build script that has always worked and has not changed. The version of Ant has not changed (1.6.1) and in fact nothing else that I can identify has changed. The error I get is: C:\tomcat\webapps\ajaxtags\WEB-INF\src\

Re: iterating through an xmlproperty file

2005-06-21 Thread Brian Agnew
XmlTask can iterate through this using the subtask http://www.oopsconsultancy.com/software/xmltask/ [EMAIL PROTECTED] wrote: Hello gentle people; I really need an advise or a form of guidance on this I use an xmlproperty file which roughly uses this structure: My current ant build f

iterating through an xmlproperty file

2005-06-21 Thread hind.lwahhabi
Hello gentle people; I really need an advise or a form of guidance on this I use an xmlproperty file which roughly uses this structure: My current ant build file is made to process one c-element(using celement attributes to set a bunch of properties). Now i have to loop through this

RE: AW: Calling a target from within a target and passing arguments...

2005-06-21 Thread Santoshi, Vishal
Great . I have used ANT a lot but not under this context . And instead of serching for an answer I figured I'll give posting this query on the group a try .. The response has ben awesome . Thanks again . -Original Message- From: Jeffrey E Care [mailto:[EMAIL PROTECTED] Sent: Tuesday,

Re: AW: Calling a target from within a target and passing arguments...

2005-06-21 Thread Jeffrey E Care
could also work, depending on what needs to be performed by the callee. -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere Build SWAT Team Lead WebSphere Build Tooling Lead (Project Mantis) https://w3.opensource.ibm.com/projects/mantis <[EMAIL PROTECTED]> wrote on 06/21/2005 01:45:54 AM: > I w