knowledge of broken build...

2001-12-01 Thread Dean Hiller
Hello, 2 questions 1.Where do I find the e-mail archives? Looking around to see if we can schedule nightly builds. 2. Is there any way for javac task to spit out the files that broke the build? I am planning on setting this up so it looks in source control and does a history on

Re: knowledge of broken build...

2001-12-01 Thread Erik Hatcher
Look into CruiseControl - http://cruisecontrol.sourceforge.net/ It does all of the things you are asking about. Erik - Original Message - From: Dean Hiller [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, December 01, 2001 1:53 PM Subject: knowledge of broken build...

Re: knowledge of broken build...

2001-12-01 Thread T Master
Get People In Line? I have a baseball batmade of Hard FOAM. After all, i am a humanitarian! *smirk* - Original Message - From: Dean Hiller [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, December 01, 2001 11:53 AM Subject: knowledge of broken build... Hello, 2

Re: junit Questions

2001-12-01 Thread Scott Goldstein
I've done some research on writing my own JUnit formatter in order to print all of the results at the end of the batch test. It appears that each .class or .java file in a batch test is treated as a single JUnitTest instance. Each JUnitTest instance represent a test suite. After a test suite