DO NOT REPLY [Bug 31947] - War task should flatten files in element

2007-06-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Seeing log output when running tests with AntUnit

2007-06-04 Thread Paul.Mackay
Hello, I've been trying to use AntUnit and cannot see a way to view the typical Ant output of the Ant targets being tested. The only output is that which AntUnit generates, describing the tests executed, etc. If a test fails it is important to view the log of the steps that happened. Can anyone s

how to use ant

2007-06-04 Thread Kannadasan S
Hi, anyone can explain to use ant and how to check the defects Thanks and regards Kannadasan.s * This e-mail communication and any attachments may be privil

Re: Seeing log output when running tests with AntUnit

2007-06-04 Thread Steve Loughran
[EMAIL PROTECTED] wrote: Hello, I've been trying to use AntUnit and cannot see a way to view the typical Ant output of the Ant targets being tested. The only output is that which AntUnit generates, describing the tests executed, etc. If a test fails it is important to view the log of the steps t

RE: Seeing log output when running tests with AntUnit

2007-06-04 Thread Paul.Mackay
>It's being saved to a log where you can make assertions about >output text, using assertion, which >itself uses the the condition How would I print the content of that log? >Maybe we could tweak antunit also print the buffer on an >assertion failure, but generally I just run the target by

Re: Seeing log output when running tests with AntUnit

2007-06-04 Thread Steve Loughran
[EMAIL PROTECTED] wrote: >It's being saved to a log where you can make assertions about output text, using assertion, which itself uses the the condition How would I print the content of that log? Maybe we could tweak antunit also print the buffer on an assertion failure, but generally I

RE: Seeing log output when running tests with AntUnit

2007-06-04 Thread Matt Benson
--- [EMAIL PROTECTED] wrote: > >It's being saved to a log where you can make > assertions about > >output text, using > assertion, which > >itself uses the the condition > > How would I print the content of that log? > > >Maybe we could tweak antunit also print the buffer > on an > >asser

help needed

2007-06-04 Thread Karthik . sk
i hav a doubt on ant on command line excecution.can i proceed?

RE: how to use ant

2007-06-04 Thread Anderson, Rob (Global Trade)
Start with the documentation. http://ant.apache.org/manual/index.html If you have problems using Ant, please post a specific questions to the users list. -Rob Anderson > -Original Message- > From: Kannadasan S [mailto:[EMAIL PROTECTED] > Sent: Monday, June 04, 2007 4:34 AM > To: Ant D

RE: help needed

2007-06-04 Thread Anderson, Rob (Global Trade)
Start with the documentation. http://ant.apache.org/manual/index.html If you have problems using Ant, please post a specific questions to the users list. I'm not trying to be rude, but you may also benefit from the following: http://www.catb.org/~esr/faqs/smart-questions.html -Rob Anderson >

Re: help needed

2007-06-04 Thread Karthik . sk
Hi this is karthik, Glad 2 have ur reply. I wil proceed with my question. I am running ant for my junit test cases. I have a class which extends a thread. While running it thru IDE,its covering fine, but while going thru ant the Emma coverage is not giving the class "run" method with coverage for

RE: help needed

2007-06-04 Thread Anderson, Rob (Global Trade)
This is really a question for emma users. I would pose the question to the emma users list. -Rob Anderson > -Original Message- > From: Karthik.sk [mailto:[EMAIL PROTECTED] > Sent: Monday, June 04, 2007 2:22 PM > To: Ant Developers List > Subject: Re: help needed > > Hi this is karthik,