Re: Junit 4.4 upgrade problem.

2008-05-22 Thread Petar Tahchiev
Hi Senthil, what you can try to do is check out the trunk of cactus. Just type (you will need Subversion installed): svn co http://svn.apache.org/repos/asf/jakarta/cactus/trunk/ cactus and then build it with: mvn clean install (you will need a Maven2 installed). This will produce all the

Tests that take a long time to execute

2008-05-22 Thread Adam Retter
Hi Chaps, We have a set of JUnit tests that we run in 3 different scenarios - 1) During development i.e. from Eclipse or Ant etc 2) As part of building a release of our application (Ant) 3) From the web-applicaton itself, a user clicks a button on a webpage (Using

Re: Tests that take a long time to execute

2008-05-22 Thread Petar Tahchiev
Hi Adam, the only thing that comes to my mind is that you can try to do that asynchronously. The user clicks on a button and then a message Test execution started. Please see your email for the test results. is displayed. After the tests finish the execution an email(or any other notification) is

RE: Tests that take a long time to execute

2008-05-22 Thread Adam Retter
Thanks Petar, Unfortunately in this case email is not really an option and it needs to be completely web-based and available for anonymous users. Perhaps I will have to go the Ajax route... Cheers Adam. -Original Message- From: Petar Tahchiev [mailto:[EMAIL PROTECTED] Sent: 22 May

Re: Junit 4.4 upgrade problem.

2008-05-22 Thread senthil kumar
Hi Petar, Failed to checkout from SVN since my company had some filteres where it didn't allow me to do the same. I am getting below errors - svn: REPORT request failed on '/repos/asf/!svn/vcc/default' svn: REPORT of '/repos/asf/!svn/vcc/default': 400 Bad Request (http://svn.apache.org) So I