Re: RE : Why download all those jars when Maven is first run?

2003-07-13 Thread Bill Lynch
y also like to know the answer to this one. Anyone know? Cheers, --Bill - Original Message ----- From: "Bill Lynch" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Wednesday, July 09, 2003 10:24 AM Subject: Re: RE : Why download all th

Re: Keeping your test source code in a separate, but parallel sourcetree

2003-07-12 Thread Bill Lynch
Brendan, I do exactly as Dave Ford does - I keep my unit test classes in the same packages as the production code under test. I find it good for the same reasons as Dave outlines, and separating them at delivery time using ant in a fileset is very very simple (once you stick to a consistent namin

Re: RE : Why download all those jars when Maven is first run?

2003-07-09 Thread Bill Lynch
Andy, Andy Jefferson wrote: On Wed, 2003-07-09 at 15:47, Nicolas FRANK wrote: Maven (the core part) by itself doesn't download any jar (am I right ?), but the plugins do... Which are depending on the repository libs (just like any regular maven projects) to execute themselves. Is there any way t

known used plugins

2003-07-07 Thread Bill Lynch
Hey All, In this doc: http://maven.apache.org/faq.html#speeding-maven It recommends deleting unused plugins to increase the speed of startup time. Is there a way to generate a list of used plugins, given a project.xml/maven.xml combination? The doc says to delete with care so I'd like to do thi

Re: running project

2003-06-18 Thread Bill Lynch
I've seen this error too and it is related to not having a project.xml file in the directory where you call 'maven'. Could we get a better error message for this case? In ant it says something nice like "build.xml not found". Cheers, --Bill [EMAIL PROTECTED] wrote: Do you have a project.xml in