David, I don't recall, why do you want to build from the sources? Why don't you grab a nightly build? Actually, you should also be able to grab the 1.6.1 version now that it's out.
Thanks -Vincent PS: For the build process, there's actually a download.xml Ant script to automatically download all required dependencies. > -----Original Message----- > From: David Plass [mailto:[EMAIL PROTECTED] > Sent: 17 May 2004 18:46 > To: Cactus Users List > Subject: RE: test execution in browser > > Vincent, > As I wrote in the other thread, "I tried the same with Cactus but couldn't > get the source to compile (and I was too lazy to track down the aspectj > tools and get them working with ant so I just gave up)." > Sorry. > > Thanks > --DP > > > -----Original Message----- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: Friday, May 14, 2004 11:31 AM > To: 'Cactus Users List' > Subject: RE: test execution in browser > > > Hi David, > > Thanks for the thread name. The last message I sent on this topic was > http://www.mail-archive.com/cactus-user%40jakarta.apache.org/msg05267.ht > ml. I see you have not yet answered. I'm interested by Kim's feedback > and yours. > > Thanks > -Vincent > > > -----Original Message----- > > From: David Plass [mailto:[EMAIL PROTECTED] > > Sent: 14 May 2004 17:24 > > To: Cactus Users List > > Subject: RE: test execution in browser > > > > The thread was named "No class name in result?" > > > > Thanks > > --DP > > > > > > -----Original Message----- > > From: Vincent Massol [mailto:[EMAIL PROTECTED] > > Sent: Friday, May 14, 2004 10:27 AM > > To: 'Cactus Users List' > > Subject: RE: test execution in browser > > > > > > Hi Sumit, > > > > I remember a discussion about this not long ago on this list (can't > > remember the thread name but someone else had a need for this too). > The > > XML is generated in the > > > http://jakarta.apache.org/cactus/api/framework-13/org/apache/cactus/inte > > rnal/server/runner/XMLFormatter.html class. Feel free to provide a > > patch. Please also open a JIRA issue. > > > > Thanks > > -Vincent > > > > > -----Original Message----- > > > From: Gupta, Sumit [mailto:[EMAIL PROTECTED] > > > Sent: 03 May 2004 19:53 > > > To: [EMAIL PROTECTED] > > > Subject: test execution in browser > > > > > > Hi, > > > > > > I am using cactus to generate HTML report for my testsuite. I am > using > > > > > > http://server:port/mywebapp/ServletTestRunner?suite=MyTestLoader > > > > > > to run my testcases from browser. Actually, I have made a program > > > (MyTestLoader)that dynamically looks for the test cases in a > specified > > > directory of my Web Application, loads them and execute them using > the > > > above URL. The main testcase (MyTestLoader) contains a suite() > method > > that > > > dynamically adds all the test cases found. Now, the problem is that > I > > am > > > not getting the name of the testcases I am executing. The above URL > > > generates an XML file that contains all the test methods under a > node > > > <testsuite>. Is it a way where I can generate an XML having > different > > Test > > > cases under different nodes? (So that a user can identify, which > test > > > method belong to which test case?) > > > > > > Thanks, > > > > > > Sumit > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
