AW: how to change testnames in junitreport?

2008-01-20 Thread Knuplesch , Jürgen
The simplest way I can think of ist to write 3 Tests and one method, that does the work. This method gets the parameters from the test_DE test_US method etc. Junit has therefore three Tests with names that show what your Test is testing. -- Jürgen Knupleschwww.icongmbh.de i

AW: exec with -t argument

2008-01-20 Thread Jan.Materne
? That uses a java api instead of using a command line executable. Jan > -Ursprüngliche Nachricht- > Von: Barry Pape [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 18. Januar 2008 18:34 > An: Ant Users List > Betreff: RE: exec with -t argument > > Hmmm, yeah..not sure how I forgot to

Re: unusual error message starting to popup when using task

2008-01-20 Thread Mario Madunic
Sorry for the bad subject line but have found what the issue was. I placed the following 2 files in my ant/lib jaxp-api.jat and jaxp-ri.jar. When I removed them everything is back to normal. Marijan (Mario) Madunic Quoting Mario Madunic <[EMAIL PROTECTED]>: > I have copied my ANT task and relev