/home/zahid/Eclipse Java Raspi/org.raspirecipes.helloworld/remotedebug.xml
specifically line 31.
line 26
line 32 test sshexec touched somefile
---
and the contents of /home/zahid/Eclipse Java
Raspi
and the contents of /home/zahid/Eclipse Java
Raspi/org.raspirecipes.helloworld/remotedebug.xml
specifically line 31?
From: Zahid Rahman
Sent: Tuesday, January 12, 2021 11:12 AM
To: user@ant.apache.org
Subject: test of
I tested the
"Found application ${jar.path}"
"Copying application to
${raspberrypi}:${raspberryfolder}/${jar.filename}"
"Starting ${raspberrypi}:${raspberryfolder}/${jar.filename} in
debug mode"
test email
<http://www.backbutton.co.uk>
Perfect! Somehow missed that ... :) Thank you.
-Original Message-
From: Stefan Bodewig [mailto:bode...@apache.org]
Sent: Thursday, July 06, 2017 8:58 PM
To: user@ant.apache.org
Subject: Re: Test for JUnit version?
On 2017-07-06, Roger Whitcomb wrote:
> Hi all,
>
ce of JUnit in the classpath
> in my "build.xml", but is there a way to test for the specific version of
> JUnit? I see there is a "org.junit.runner.JUnitCore.getVersion()" method,
> which presumably could be used, but I'm guessing I'd have to write Javascri
Hi all,
I just realized I have written some JUnit tests that rely on
"assertNotEquals" that has just appeared "recently" in JUnit (as in, 4.11 and
4.12, but not 4.10). I'm testing for the presence of JUnit in the classpath in
my "build.xml",
Hi all,
I just realized I have written some JUnit tests that rely on
"assertNotEquals" that has just appeared "recently" in JUnit (as in, 4.11 and
4.12, but not 4.10). I'm testing for the presence of JUnit in the classpath in
my "build.xml",
Hello Bernhard,
this looks like a bug. You might want to report it in bugzilla.
Regards,
Antoine
On Oct 9, 2013, at 7:21 AM, Bernhard Voelker wrote:
> Hi *,
>
> we had a Junit task with an XML formatter defined both on the
> and the level:
>
>fork="true" dir="${basedir}" haltonfailu
Hi *,
we had a Junit task with an XML formatter defined both on the
and the level:
Since Ant 1.9, this resulted in garbled output files:
the end was somehow doubled, sometimes only like this:
like this:
uite>
but in other situations e
Thanks a lot for your help. Problem solved!
On Tue, May 14, 2013 at 3:18 PM, Jan Matèrne (jhm) wrote:
> Here is a skeleton which could be what you need.
> ant test -Dtestclass=xy -Dtestmethod=xy : runs the testmethod in that
> test class
> ant test -D
Thank you very much!
I missed that important property.
Regards
xiaomou
On Sun, May 12, 2013 at 11:33 PM, Antoine Levy Lambert wrote:
> Hello Xiaomou,
>
> the documentation of the junit task
> http://ant.apache.org/manual/Tasks/junit.html
> mentions that the test nested ele
Here is a skeleton which could be what you need.
ant test -Dtestclass=xy -Dtestmethod=xy : runs the testmethod in that test
class
ant test -Dtestclass=xy : runs all tests in that test class
ant test-Dtestmethod=xy : invalid as the class must be
Hello Xiaomou,
the documentation of the junit task
http://ant.apache.org/manual/Tasks/junit.html
mentions that the test nested element can have a methods attribute to specify
the methods you want to run
Comma-separated list of names of test case methods to execute. Since 1.8.2
Thanks for your reply. Perhaps I did not express my problem clearly, or may
not understand your solution.
My problem is : I have junit test class:
class TestService {
@Test
void test1() {}
@Test
void test2() {}
}
now I'd like to only test the "test2" with ant command line
Basic idea is
- specify the test to run via command line property (-Dtestcase=...)
- test-targets depends on two targets running a single test or the whole test
suite
- that two targets are conditional according to that property
Jan
> -Ursprüngliche Nachricht-
> Von
Typically this would be done using separate targets. Ant's own build.xml
provides an example.
HTH,
Matt
On Thu, May 9, 2013 at 11:33 PM, 肖谋 wrote:
> Hi, Users.
>I am using ant in Linux. I can use ant junit task to run all test
> methods in a junit4 test class but fail to f
Hi, Users.
I am using ant in Linux. I can use ant junit task to run all test
methods in a junit4 test class but fail to find the way to run a single
test method. I googled and found a helpful article at
https://today.java.net/pub/a/today/2003/09/12/individual-test-cases.html.
However, the
erty files, but, you see, I have lots of selenium
test cases and lots of junit test cases. They have different property files
, but, same names . I can't overlap . Also, I think there has to be a
better solution )
Thanks,
*Rohit *
Is there a way to force Ant 1.8.2 to use JUnit4 for JUnit4 tests which it
does not recognize correctly?
I have JUnit4 test classes which extend a class (SeleneseTestCase) which
in turn extends junit.framework.TestCase.
The tests require a custom JUnit4 Runner which is annotated to the test
Hi guys!
I am using Ant ftp task to deploy my project files to a remote app server. Ant
is not able to detect the date of the remote file and it re-uploads all files
every time.
When I start Ant in debug mode it says:
[ftp] checking date for mailer.war [ftp] Could not date test remote file
Hi,
When I run I need to run my tests in order. Shall I use the -tag?
br,
//mikael
=
Ericsson AB
Mikael Petterson
Software Designer
Mobile: +46-(0)70-2673044
Email: mikael.petter...@ericsson.com
=
-Original Message-
From: Stefan Bodewig [mailto:bode...@apache.org]
Sent: Monday, August 23, 2010 9:20 AM
To: user@ant.apache.org
Subject: Re: junit ant task test listeners
On 2010-08-23, Chip McCormick wrote:
> Does anyone know how to add a test listener to an ant junit t
On 2010-08-23, Chip McCormick wrote:
> Does anyone know how to add a test listener to an ant junit task,
> without having to create a custom task?
> We are attempting to add a test listener to a junit ant task to do
> custom logging after each test class in a batch completes.
Ant&
Does anyone know how to add a test listener to an ant junit task, without
having to create a custom task?
We are attempting to add a test listener to a junit ant task to do custom
logging after each test class in a batch completes.
The only mention in the API of how to do this describes how to
Hi,
Ant used by Java web or java application, when building the Unit test.
It can create a .html file to show the result
it task like this
--
--
How can I test my test case on "true" as well as " false" value with the
help of JUNIT_PROPERTY.a.b.c.
--
View this message in context:
http://ant.1045680.n5.nabble.com/How-to-test-a-junit-
On Mon, Jul 26, 2010 at 12:50 PM, shailja kumari wrote:
>
> Hi All,
>
> I've got a class whose behavior changes based on a boolean property. This
> property is read in the static block of the class. Is there a way to write
> test JUnit testcase that can verify the behavio
Hi All,
I've got a class whose behavior changes based on a boolean property. This
property is read in the static block of the class. Is there a way to write
test JUnit testcase that can verify the behavior of the class for both the
values of this property? If I specify the value in build.x
Hi,
I'm running my JUnit tests with a batchtest in the build file, where I select
the test files with a regex (on the filename). I wonder if there is no other
possibility, to run all files which contain test methods.
I came across this question, since I figured out, that some of my tests
On Thu, 2009-07-09 at 10:13 +0200, Horvath Adam wrote:
> >
> > Give more command line arg
> >
> >
> >
> >
An even simpler way would be:
See the documentation: http://ant.apache.org/manual/CoreTasks/fail.html
Henk
--
>
> Give more command line arg
>
>
>
>
Thanks a lot.
-
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org
>ant -Dpropname=xxx // correct usage
>ant // incorrect usage of my build
>
>Can I test a property existence?
>
>if propname not exists (
> echo "Give more command line arg"
> exit ant running
>)
You could check that with the condition.
In that case you
Hi!
I'm learning ant.
ant -Dpropname=xxx // correct usage
ant // incorrect usage of my build
Can I test a property existence?
if propname not exists (
echo "Give more command line arg"
exit ant running
course) the manual of FlexUnit "installation" section.
>
>
> Jan
>
>>-Ursprüngliche Nachricht-
>>Von: Sunils_82 [mailto:sunils...@yahoo.com]
>>Gesendet: Freitag, 9. Januar 2009 14:23
>>An: user@ant.apache.org
>>Betreff: Flex Unit T
.com]
>Gesendet: Freitag, 9. Januar 2009 14:23
>An: user@ant.apache.org
>Betreff: Flex Unit Test Fails using Ant
>
>
>When i run the flexunit test using ant script
>
>>
> swf="${release.dir}/${project.name}.
When i run the flexunit test using ant script
the task fails with the following error
BUILD FAILED: Problem: failed to create task or type flexunit
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that
mousebutton, click, run as, JunitTest, and go...
The Junit view will show you where your test fails.
You can even doubleclick on the stacktrace of the Junit-failure.
You can even debug Unittests using Eclipse (Debug as Junit Test)
But this is rather Eclipse stuff than Ant Stuff...
Greetings
Jürgen
Okay, here are some "hints" that will help you:
* Run all of your tests, then parse your test results.
* Use the "plain" type for your formatter. It makes it easier to parse.
* You can use the foreach task from the AntContrib scripts to go through
each test result.
* Use Res
Hi,
I have this plugin -- org.junit4_4.3.1 -- in my C:\Eclipse\plugins directory.
Yes, I am running an Ant build file in Eclipse. What I would like is for the
specific test case that is failing to be printed to my console. Right now, I
only get this
run-delete-add-test:
[junit] Running
So what do you want to do?
1.Run a junittest under Eclipse? (There is a good Junit plugin for Eclipse: Use
it!)
2.Run a junit-test under ANT? (e.g. run a bunch of tests in batchmode): Use
--
Jürgen Knuplesch
-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED
17655
USt-IdNr.: DE 811944121
-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 3. Dezember 2008 18:31
An: Ant Users List
Betreff: How can I figure out what JUnit test case is failing?
Hi,
I'm using Ant 1.6.5 with Eclipse 3.4 (Win XP), JR
[EMAIL PROTECTED] wrote:
> How can I get more detailed information about what is going wrong?
How about checking your 'outfile'?
--
Mark
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTEC
Hi,
I'm using Ant 1.6.5 with Eclipse 3.4 (Win XP), JRE 1.5. I run a particular
JUnit task that fails, but I can't figure out which test within my JUnit
TestCase class is failing. Here
ubject: Test failures in SVN
Speaking of iBiblio, some related tests are failing for me with the
current SVN head:
http://pastebin.com/m63ca1e7
Jim
)
Betreff: Re: AW: Cache test scripts?
Hi Jan,
I was wondering if Ant could save my "build.xml" so that Ant does not need to
load the xml file again if I want to excute the same xml file several times.
This may not be necessary as Ant can parse the xml file quickl
>
> From: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> Subject: AW: Cache test scripts?
> To: user@ant.apache.org, [EMAIL PROTECTED]
> Date: Wednesday, August 27, 2008, 9:32 PM
>
> What do you mean with "cache scripts" ?
>
> compiles only needed files (*.java n
--- On Wed, 8/27/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
From: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Subject: AW: Cache test scripts?
To: user@ant.apache.org, [EMAIL PROTECTED]
Date: Wednesday, August 27, 2008, 9:32 PM
What do you mean with "cache scripts" ?
co
endet: Mittwoch, 27. August 2008 19:07
> An: user@ant.apache.org
> Betreff: Cache test scripts?
>
>
> Hello,
>
> I am just curious about this... wondering if Ant can let me
> cache my test scripts (or my build.xml file). If it can, then
> ho
Hello,
I am just curious about this... wondering if Ant can let me cache my test
scripts (or my build.xml file). If it can, then how to do it?
Thanks so much.
David
You need JUnit's jar file (junit-.jar) on your classpath.
Jan
> -Ursprüngliche Nachricht-
> Von: HelpMePlz [mailto:[EMAIL PROTECTED]
> Gesendet: Mittwoch, 14. Mai 2008 06:52
> An: user@ant.apache.org
> Betreff: java.lang.NoClassDefFoundError: junit/framework/Tes
Hi to All
i am new to this forum . i am getting this error
java.lang.NoClassDefFoundError: junit/framework/Test
for one of my testcase class.my testcase class is
import servletunit.struts.MockStrutsTestCase;
public class TestAdminLogin extends MockStrutsTestCase
Revert to to ?
M-
- Original Message -
From: <[EMAIL PROTECTED]>
To:
Sent: Tuesday, May 13, 2008 10:59 AM
Subject: test mail
Hi,
Please revert.
Sorry for inconvenience.
Regards,
Irfan
-
To unsub
Hi,
Please revert.
Sorry for inconvenience.
Regards,
Irfan
i think what you want is:
hth,
Vijay
Luca Ferrari wrote:
Hi,
is it correct the following file set to be included in a jar task for
excluding examples and test files?
I still got the classes
Hi,
is it correct the following file set to be included in a jar task for
excluding examples and test files?
I still got the classes under the example package and the Test classes into my
jar.
Thanks,
Luca
Hello,
I am trying to use target from ANT v 1.6.2 and am getting this
error.
taskdef A class needed by class
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask cannot be found:
junit/framework/Test
I have read the solution on the ant website under faq and tried to taskdef
my junit
and
Amal,
Do you know of anyone that might be qualified for the position I
attached?
Chris
-Original Message-
From: amalorpavadoss [mailto:[EMAIL PROTECTED]
Sent: Friday, October 26, 2007 4:11 AM
To: user@ant.apache.org
Subject: Unit Test
Hi,
May I know, how NAnt performs unit testing
NAnt is not Ant - so this is the wrong mailinglist ;-)
Jan
>-Ursprüngliche Nachricht-
>Von: amalorpavadoss [mailto:[EMAIL PROTECTED]
>Gesendet: Freitag, 26. Oktober 2007 13:11
>An: user@ant.apache.org
>Betreff: Unit Test
>
>
>Hi,
>
>May I know, how NAnt p
Hi,
May I know, how NAnt performs unit testing... how do we get the unit test
result...
Thanks
Amal
--
View this message in context:
http://www.nabble.com/Unit-Test-tf4696623.html#a13425075
Sent from the Ant - Users mailing list archive at Nabble.com
Use the "failureproperty" attribute of the junit task to set a property
on failure. How to propagate that back to your top level build is
another question. You could write out a file and check for it, I suppose.
Greg Irvine wrote:
I would like to fail our build on junit test f
I would like to fail our build on junit test failure and still produce the
junit report.
Easy enough generally, however, our build runs somewhat similarly to make in
that I have an ant properties file in each folder that describes the list of
folders to build within that folder, and using common
m this type of conditonal test in ANT
>
> I want to only call a target ( _pmd ) if the property
> "pmd.jar" is set.
>
>
>
>
>
> depends="pmd-init,find-pmd-java-files,modified-java-pmd,new-ja
> va-pmd" />
>
>
>
--Original Message-
From: Peter Reilly [mailto:[EMAIL PROTECTED]
Sent: Friday, September 21, 2007 9:49 AM
To: Ant Users List
Subject: Re: Best way to perform this type of conditonal test in ANT
The "ant" way is not to think in terms of calling targets, it is more
in-terms of invoking a ta
argets?
>
> Eric
>
> -Original Message-
> From: Peter Reilly [mailto:[EMAIL PROTECTED]
> Sent: Friday, September 21, 2007 9:27 AM
> To: Ant Users List
> Subject: Re: Best way to perform this type of conditonal test in ANT
>
> Opp, I hit send by accident, (gmail
to perform this type of conditonal test in
ANT> Date: Fri, 21 Sep 2007 09:18:13 -0400> From: [EMAIL PROTECTED]> To:
user@ant.apache.org> > I want to only call a target ( _pmd ) if the property
"pmd.jar" is set. > > > > > >
depends="pmd-init
set that I want to reference later are
unavailable. How do I " ... do pmd stuff" by invoking other targets?
Eric
-Original Message-
From: Peter Reilly [mailto:[EMAIL PROTECTED]
Sent: Friday, September 21, 2007 9:27 AM
To: Ant Users List
Subject: Re: Best way to perform this typ
Opp, I hit send by accident, (gmail does not have
the same key shortcuts as emacs).
... do pmd stuff
On 9/21/07, Peter Reilly <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
>
> On 9/21/07, Eric Wood <[EMAIL PROTECTED]> wrote:
> > I want to only call a targe
On 9/21/07, Eric Wood <[EMAIL PROTECTED]> wrote:
> I want to only call a target ( _pmd ) if the property "pmd.jar" is set.
>
>
>
>
>
> depends="pmd-init,find-pmd-java-files,modified-java-pmd,new-java-pmd" />
>
>
> The problem I have with the code above is
Why not use instead of ?
On 9/21/07, Eric Wood <[EMAIL PROTECTED]> wrote:
>
> I want to only call a target ( _pmd ) if the property "pmd.jar" is set.
>
>
>
>
>
> depends="pmd-init,find-pmd-java-files,modified-java-pmd,new-java-pmd" />
>
>
> The problem I have with the cod
I want to only call a target ( _pmd ) if the property "pmd.jar" is set.
The problem I have with the code above is that runtarget seems to run in
its own JVM so properties that are set in there that I need to reference
later are not available after it runs. Also, if I a
Hi All,
i am haivng a task to do the regression test using ant can any one
help in this case. thanks in advance.
--
Khadar
s(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
Note,
java.lang.ClassLoader.loadClassInternal(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
Note, that directories and Test Cases names a bit other.
- Original Message -
From: "Donald McLean" <[EMAIL PROTECTED]>
To: "Ant Users List"
Sent
Ok, this is just a wild guess, but is this where you would use something
like:
Donald
Denis Bessmertnyj wrote:
Hi All,
My JUnit Test Cases have the next package structure
/root_dir
/testcase
Hi All,
My JUnit Test Cases have the next package structure
/root_dir
/testcase
/component1
/TestComponent1.class
/component2
/TestComponent2.class
How I may run all this test cases with task. May you give me and
example.
Take note that Ant need to run
test
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - -
This message is intended only for the personal and confidential use of the
designated recipient(s) named above. If you are not the intended recipient of
this message you are hereby notified that any
(because suspend=y), now from
Eclipse, launch a "Remote Java Application" debug with Connection Properties
set as localhost and 8787. Set breakpoints wherever required.
Hope this helps!
Mikael Petterson (KI/EAB) wrote:
>
> Hi,
>
> I run a junit test ( junit 3.8.1 in bot
ailto:[EMAIL PROTECTED]
Sent: den 9 mars 2007 08:32
To: Ant Users List
Subject: RE: Junit test fails in ant but not in Eclipse
Hi,
So it could be that Eclipse uses these libraries in the classpath when
executing tests but ant isn't?
I tried running ant with -debug but I could not see any more t
Hi,
So it could be that Eclipse uses these libraries in the classpath when
executing tests but ant isn't?
I tried running ant with -debug but I could not see any more than
before.
I am using ant 1.6.2, Eclipse 3.2 and junit 3.8.1
I am running a test where I create a number of static
mehow putting
them on your system classpath?
-Original Message-
From: Mikael Petterson (KI/EAB) [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 07, 2007 9:57 AM
To: Ant Users List
Subject: RE: Junit test fails in ant but not in Eclipse
Hi,
Thanks for reply.
When I ran in Eclipse I did use &q
-Original Message-
From: Brown, Carlton [mailto:[EMAIL PROTECTED]
Sent: den 7 mars 2007 15:36
To: Ant Users List
Subject: RE: Junit test fails in ant but not in Eclipse
These things almost always come down to classpath but it's hard to tell
without more info. In particular I fo
is usually classpath dependt. Is it the order in
the classpath or is there some actual lib missing?
Cheers,
//mikael
-Original Message-
From: Brown, Carlton [mailto:[EMAIL PROTECTED]
Sent: den 7 mars 2007 15:36
To: Ant Users List
Subject: RE: Junit test fails in ant but not in Eclipse
Th
mand line?
-Original Message-
From: Mikael Petterson (KI/EAB) [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 07, 2007 5:57 AM
To: user@ant.apache.org
Subject: Junit test fails in ant but not in Eclipse
Hi,
I run a junit test ( junit 3.8.1 in both) in Eclipse it works just fine.
Then I
Hi,
I run a junit test ( junit 3.8.1 in both) in Eclipse it works just fine.
Then I run the test in Ant using:
The test fails with an NullPointerException
I appear to be missing emails... >:(
Yahoo! Music Unlimited
Access over 1 million songs.
http://music.yahoo.com/unlimited
-
To unsubscribe, e
testing
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
oreilly.jar:/home/david/javastuff/eclipse-3.3m4/workspace/search/build:/home/david/javastuff/eclipse-3.3m4/workspace/search/conf/log4j4tests:/home/david/javastuff/eclipse-3.3m4/workspace/search/conf/hibernate:/home/david/javastuff/eclipse-3.3m4/workspace/search/conf/sql:/home/david/javastuff/apache-an
clipse-3.3m4/workspace/search/conf/hibernate:/home/david/javastuff/eclipse-3.3m4/workspace/search/conf/sql:/home/david/javastuff/apache-ant-1.7.0/lib/ant-launcher.jar:/home/david/javastuff/ant/lib/ant.jar:/home/david/javastuff/ant/lib/ant-junit.jar'
> So you have both /home/david/javas
home/david/javastuff/eclipse-3.3m4/workspace/search/conf/sql:/home/david/javastuff/apache-ant-1.7.0/lib/ant-launcher.jar:/home/david/javastuff/ant/lib/ant.jar:/home/david/javastuff/ant/lib/ant-junit.jar'
> So you have both /home/david/javastuff/ant *and*
> /home/david/javastuff/apache-ant-1.
vastuff/apache-ant-1.7.0/lib in your environment.
Peter
--
View this message in context:
http://www.nabble.com/1.6.5--%3E-1.7.0-Unit-test-failures-tf2858724.html#a7986899
Sent from the Ant - Users mailing list archive at Nabble.com.
More detail can be found here:
http://attachr.com/5697
I've got JUnit 4.1 in my classpath.
I suspect a classpath issue...would i be right?
--
View this message in context:
http://www.nabble.com/1.6.5--%3E-1.7.0-Unit-test-failures-tf2858724.html#a7986899
Sent from the Ant - Users mai
hello Chaitanya
your test suceeded.
where did you get my email address?
good luck.
alok
Chaitanya Nuguri <[EMAIL PROTECTED]> wrote:
Hi,
I am testing my subscription, please ignore.
Thanks,
Chaitanya
This communication is confidential and intended solely for the addressee(s)
Hi,
I am testing my subscription, please ignore.
Thanks,
Chaitanya
This communication is confidential and intended solely for the addressee(s).
Any unauthorized review, use, disclosure or distribution is prohibited. If you
believe this message has been sent to you in error, please notify the
FYI: antv1.7beta test and build fine on MacOSX 10.4.7
dump-sys-properties:
[echo] java.vm.info=mixed mode, sharing
[echo] java.vm.name=Java HotSpot(TM) Client VM
[echo] java.vm.vendor="Apple Computer, Inc."
[echo] java.vm.version=1.5.0_06-64
[echo] os.arch=ppc
Burgess, Benjamin wrote:
I know it is a hack, not a good design, etc, etc, but
Couldn't the logger put some placeholder in for those attributes and
after the run is complete, go back and modify the log to place the
actual values overtop of the placeholders?
Ben
what, like write the file
ghran [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 02, 2006 2:41 PM
To: Ant Users List
Subject: Re: How to filter out all exceptions from the JUnit task's test
failures
Burgess, Benjamin wrote:
> Not sure if it will help at all, but here is an Ant XML Logger which
> writes to the log
1 - 100 of 198 matches
Mail list logo