> -----Original Message----- > From: Berin Loritsch [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 03, 2002 1:35 PM > To: [EMAIL PROTECTED] > Subject: Re: What are the bare minimum jars needed for bootstrapping?
[SNIPPED] > In most of the projects I have worked on, the testcases were > always kept separate from the code. That meant that they were > either in their own package, or a completely different hierarchy. > During compile, the tests are kept completely separate from > the regular classes, and we use ANT to merge the classpaths. > > By employing this approach in the Maven code repository, we > delay the need for JUnit until test time. We also remove > all the JUnit references from the JDepend output as the test > cases are not (or at least SHOULD not) be included in the > maven.jar file. Yes, this is on our task list for the next beta and I've had it on my personal list for a while now !;) No firm commitments, but I was hoping to knock this off this weekend. [SNIPPED]
