Re: [Ant Java Source] How to get some build.xml params?

2008-02-09 Thread rigel
Thank You for the advice, I'll do it :working: :-) The "problem" is that I'd like to print out additional test cases info into the final Junit report, something like description, input data&format and more but I haven't found a solution to do it directly from the JUnit library. So now I acco

Re: command line arguments

2008-02-09 Thread Mansour
I am looking for something like this, but without modifying the source code. I am wondering if it can be done through the build.xml file only. Dominique Devienne wrote: On Feb 8, 2008 3:53 PM, Mansour <[EMAIL PROTECTED]> wrote: Is there a way to pass command line arguments to ant build file

Custom SubBuildListener

2008-02-09 Thread Dominic Bishop
I am writing my own SubBuildListener for a project and one of the things I need to do is extract the Task instance from the BuildEvent. I am using BuildEvent.getTask() within the taskFinished() method but all I get back is an instance of UnknownElement. I've tried using getTask()/getRealThing() on

Re: [Ant Java Source] How to get some build.xml params?

2008-02-09 Thread James Abley
On 08/02/2008, rigel <[EMAIL PROTECTED]> wrote: > > Hello Everyone, > > I am currently working on some JUnit task sources, precisely on > "XMLJUnitResultFormatter" and "JUnitVersionHelper" of the library named > "ant-junit.jar". > > I have patched XMLJUnitResultFormatter to support additional test

Re: command line arguments

2008-02-09 Thread Tim Meals
Dominique -- Actually, I would have appreciated some sort of way to get at the command line arguments to the right on the target, although could never resolve a way to do it. Alas, it doesn't matter to me now, as I'm changing jobs and won't have involvement with this particular project any furthe