Re: test of

2021-01-12 Thread Zahid Rahman
/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

Re: test of

2021-01-12 Thread Martin Gainty
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

test of

2021-01-12 Thread Zahid Rahman
I tested the "Found application ${jar.path}" "Copying application to ${raspberrypi}:${raspberryfolder}/${jar.filename}" "Starting ${raspberrypi}:${raspberryfolder}/${jar.filename} in debug mode"

test email

2021-01-12 Thread Zahid Rahman
test email <http://www.backbutton.co.uk>

RE: Test for JUnit version?

2017-07-07 Thread Roger Whitcomb
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, >

Re: Test for JUnit version?

2017-07-06 Thread Stefan Bodewig
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

Test for JUnit version?

2017-07-06 Thread Roger Whitcomb
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",

Test for JUnit version?

2017-07-06 Thread Roger Whitcomb
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",

Re: Duplicate formatters of the same type in junit test corrupting output file

2013-11-24 Thread Antoine Levy Lambert
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

Duplicate formatters of the same type in junit test corrupting output file

2013-10-09 Thread Bernhard Voelker
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

Re: How to run a single junit test method with ant

2013-05-19 Thread 肖谋
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

Re: How to run a single junit test method with ant

2013-05-19 Thread 肖谋
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

AW: How to run a single junit test method with ant

2013-05-14 Thread jhm
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

Re: How to run a single junit test method with ant

2013-05-12 Thread Antoine Levy Lambert
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

Re: How to run a single junit test method with ant

2013-05-11 Thread 肖谋
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

AW: How to run a single junit test method with ant

2013-05-11 Thread jhm
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

Re: How to run a single junit test method with ant

2013-05-10 Thread Matt Benson
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

How to run a single junit test method with ant

2013-05-09 Thread 肖谋
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

Property files when running Selenium/JUnit test cases

2012-05-08 Thread rohit dholakia
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 *

junit task: Unable to run JUnit4 test with TestCase super-class

2012-02-24 Thread Martin Huber
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

Ant ftp task “Could not date test remote file”

2011-02-19 Thread Boris Hamanov
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

Junit test and batch test

2011-02-07 Thread Mikael Petterson
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 =

RE: junit ant task test listeners

2010-09-29 Thread Chip McCormick
-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

Re: junit ant task test listeners

2010-08-23 Thread Stefan Bodewig
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&

junit ant task test listeners

2010-08-23 Thread Chip McCormick
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

Ant intergrate with Android Unit Test building

2010-08-05 Thread jzhao.ext
Hi, Ant used by Java web or java application, when building the Unit test. It can create a .html file to show the result

Re: How to test a junit test case against multiple value of a property

2010-07-26 Thread shailja kumari
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-

Re: How to test a junit test case against multiple value of a property

2010-07-26 Thread Leif Ershag
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

How to test a junit test case against multiple value of a property

2010-07-26 Thread shailja kumari
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

JUnit and batch test

2010-04-20 Thread Leif Bladt (Inxmail GmbH)
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

Re: test if exists

2009-07-10 Thread Henk van Voorthuijsen
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 --

Re: test if exists

2009-07-09 Thread Horvath Adam
> > 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

AW: test if exists

2009-07-09 Thread Jan.Materne
>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

test if exists

2009-07-08 Thread Horvath Adam
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

Re: AW: Flex Unit Test Fails using Ant

2009-01-09 Thread Sunils_82
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

AW: Flex Unit Test Fails using Ant

2009-01-09 Thread Jan.Materne
.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}.

Flex Unit Test Fails using Ant

2009-01-09 Thread Sunils_82
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

AW: AW: How can I figure out what JUnit test case is failing?

2008-12-04 Thread Knuplesch, Juergen
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

Re: AW: How can I figure out what JUnit test case is failing?

2008-12-04 Thread David Weintraub
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

Re: AW: How can I figure out what JUnit test case is failing?

2008-12-04 Thread dave.alvarado
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

AW: How can I figure out what JUnit test case is failing?

2008-12-03 Thread Knuplesch, Juergen
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

AW: How can I figure out what JUnit test case is failing?

2008-12-03 Thread Knuplesch, Juergen
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

Re: How can I figure out what JUnit test case is failing?

2008-12-03 Thread Mark Salter
[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

How can I figure out what JUnit test case is failing?

2008-12-03 Thread dave.alvarado
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

Re: Test failures in SVN

2008-10-29 Thread Maarten Coene
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

AW: AW: Cache test scripts?

2008-08-28 Thread Jan.Materne
) 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

Re: AW: Cache test scripts?

2008-08-28 Thread Gabor Maghera
> > 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

Re: AW: Cache test scripts?

2008-08-28 Thread David W
--- 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

AW: Cache test scripts?

2008-08-27 Thread Jan.Materne
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

Cache test scripts?

2008-08-27 Thread David W
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

AW: java.lang.NoClassDefFoundError: junit/framework/Test

2008-05-13 Thread Jan.Materne
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

java.lang.NoClassDefFoundError: junit/framework/Test

2008-05-13 Thread HelpMePlz
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

Re: test mail

2008-05-13 Thread Martin
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

test mail

2008-05-13 Thread Irfan.Sayed
Hi, Please revert. Sorry for inconvenience. Regards, Irfan

Re: exclude test and examples from a jar

2008-03-27 Thread Vijay Aravamudhan
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

exclude test and examples from a jar

2008-03-27 Thread Luca Ferrari
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

failing when used with ANT version 1.6.2 ( error : org.apache.tools.ant.taskdefs.optional.junit.JUnitTask cannot be found: junit/framework/Test )

2008-02-04 Thread srinivasan krishnan
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

RE: Unit Test

2007-10-26 Thread Cox, Chris
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

AW: Unit Test

2007-10-26 Thread Jan.Materne
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

Unit Test

2007-10-26 Thread amalorpavadoss
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

test - new to ant mailing list

2007-09-26 Thread Z

Re: "catching" test failure/error (or more generally failure within calls)

2007-09-24 Thread Geoffrey Mitchell
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

"catching" test failure/error (or more generally failure within calls)

2007-09-24 Thread Greg Irvine
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

RE: Best way to perform this type of conditonal test in ANT

2007-09-21 Thread Anderson, Rob (Global Trade)
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" /> > > >

RE: Best way to perform this type of conditonal test in ANT

2007-09-21 Thread Eric Wood
--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

Re: Best way to perform this type of conditonal test in ANT

2007-09-21 Thread Peter Reilly
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

RE: Best way to perform this type of conditonal test in ANT

2007-09-21 Thread Martin Gainty
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

RE: Best way to perform this type of conditonal test in ANT

2007-09-21 Thread Eric Wood
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

Re: Best way to perform this type of conditonal test in ANT

2007-09-21 Thread Peter Reilly
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

Re: Best way to perform this type of conditonal test in ANT

2007-09-21 Thread Peter Reilly
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

Re: Best way to perform this type of conditonal test in ANT

2007-09-21 Thread David Kavanagh
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

Best way to perform this type of conditonal test in ANT

2007-09-21 Thread Eric Wood
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

ant doing regression test

2007-07-10 Thread Basha
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

Re: How I may run junit test cases in packages?

2007-04-27 Thread Donald McLean
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,

Re: How I may run junit test cases in packages?

2007-04-27 Thread Denis Bessmertnyj
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

Re: How I may run junit test cases in packages?

2007-04-27 Thread Donald McLean
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

How I may run junit test cases in packages?

2007-04-27 Thread Denis Bessmertnyj
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

2007-04-24 Thread Valdivieso, Eduardo
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

Re: [SEC=UNCLASSIFIED] Junit test fails in ant but not in Eclipse

2007-03-14 Thread SHANKAR S
(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

RE: Junit test fails in ant but not in Eclipse

2007-03-09 Thread Mikael Petterson \(KI/EAB\)
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

RE: Junit test fails in ant but not in Eclipse

2007-03-08 Thread Mikael Petterson \(KI/EAB\)
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

RE: Junit test fails in ant but not in Eclipse

2007-03-07 Thread Brown, Carlton
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

Re: Junit test fails in ant but not in Eclipse

2007-03-07 Thread Peter Reilly
-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

RE: Junit test fails in ant but not in Eclipse

2007-03-07 Thread Mikael Petterson \(KI/EAB\)
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

RE: Junit test fails in ant but not in Eclipse

2007-03-07 Thread Brown, Carlton
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

Junit test fails in ant but not in Eclipse

2007-03-07 Thread Mikael Petterson \(KI/EAB\)
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

test

2007-02-28 Thread Sayed, Irfan (Irfan)

test

2007-02-27 Thread Sayed, Irfan (Irfan)

test, please ignore

2007-02-10 Thread Matt Benson
I appear to be missing emails... >:( Yahoo! Music Unlimited Access over 1 million songs. http://music.yahoo.com/unlimited - To unsubscribe, e

test

2007-01-27 Thread Erica A Ramsey
testing - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: 1.6.5 -> 1.7.0 Unit test failures

2006-12-20 Thread David Harrigan
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

Re: 1.6.5 -> 1.7.0 Unit test failures

2006-12-20 Thread Peter Reilly
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

Re: 1.6.5 -> 1.7.0 Unit test failures

2006-12-20 Thread David Harrigan
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.

Re: 1.6.5 -> 1.7.0 Unit test failures

2006-12-20 Thread Peter Reilly
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.

1.6.5 -> 1.7.0 Unit test failures

2006-12-20 Thread David Harrigan
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

Re: Test- Please ignore

2006-09-19 Thread Alok Mishra
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)

Test- Please ignore

2006-09-19 Thread Chaitanya Nuguri
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 builds on MacOSX 10.4.7 with no problems

2006-08-28 Thread James Fuller
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

Re: How to filter out all exceptions from the JUnit task's test failures

2006-08-03 Thread Steve Loughran
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

RE: How to filter out all exceptions from the JUnit task's test failures

2006-08-02 Thread Burgess, Benjamin
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   2   >