Thanks, thats better. BTW, it looks like the version I'm using (couple of days old) isn't handling the file include/exclude tags properly.
All classes under junit/test are running as if I didn't specify the 'includes="**/Test*.java" (Picks up Interfaces, and other non-test support classes.) It also copies the entire project into target/classes as resources. (I have the 'includes="resources/**"' so I'm guessing its the same thing.) --- Jason van Zyl <[EMAIL PROTECTED]> wrote: > On Fri, 2002-07-12 at 22:59, David Dixon-Peugh > wrote: > > Hardly expected to get a response this late at > > night. > > > > Is there something I can do to cut down on the > > number of plugins loading? Right now, I don't > > really need all the documents and stuff. Just > > the Compile and Test. > > Right at this second you could erase everything in > the plugins directory > except the 'java' and 'test' plugins. > > > DDP > > > > --- Jason van Zyl <[EMAIL PROTECTED]> wrote: > > > On Fri, 2002-07-12 at 22:31, David Dixon-Peugh > > > wrote: > > > > > > > > I'm sure you've noticed this already, but > building > > > > with Maven (b5) is taking quite a long time. > > > > > > All the plugins are loading at the moment and we > > > haven't even started to > > > try and optimize anything yet. > > > > > > > Looks to me as if there are no threads being > used > > > > in the build tool. (Maven stays on only one > > > > processor. . .) > > > > > > Yup, it's definitely not thread savvy at the > moment. > > > Bob and I have > > > chatted about it (he's got a cluster at home, > and I > > > have a 4-way machine > > > at my disposal in NYC) but are working on other > > > things at the moment :-) > > > > > > > It seems to me, that Maven has some > embarassingly > > > > parallel aspects to it, and perhaps we should > look > > > > into exploiting them. > > > > > > Most certainly, it will come. > > > > > > > Additionally, for the Blue Sky request, I > think it > > > > would be great if Maven could work in a > > > distributed > > > > environment. Definitely very apropriate for a > > > > > massive build solution. > > > > > > The idea has definitely been tossed around. > > > > > > > Sorry for the rant, I've just been looking at > the > > > > Maven logo for quite some time. (Maybe it > only > > > > looked faster before b5 because of all the > output. > > > . > > > > .) > > > > > > Rant away, it's the only way this beast is going > to > > > get better. We know > > > that it has slowed down but we will definitely > be in > > > a position to start > > > optimizing soon. > > > > > > > DDP > > > > > > > > > > > > > > > > > > > > > __________________________________________________ > > > > Do You Yahoo!? > > > > Yahoo! Autos - Get free new car price quotes > > > > http://autos.yahoo.com > > > > > > > > -- > > > > To unsubscribe, e-mail: > > > > > > <mailto:[EMAIL PROTECTED]> > > > > For additional commands, e-mail: > > > > <mailto:[EMAIL PROTECTED]> > > > -- > > > jvz. > > > > > > Jason van Zyl > > > [EMAIL PROTECTED] > > > http://tambora.zenplex.org > > > > > > In short, man creates for himself a new religion > of > > > a rational > > > and technical order to justify his work and to > be > > > justified in it. > > > > > > -- Jacques Ellul, The Technological Society > > > > > > > > > -- > > > To unsubscribe, e-mail: > > > > > > <mailto:[EMAIL PROTECTED]> > > > For additional commands, e-mail: > > > > <mailto:[EMAIL PROTECTED]> > > > > > > > > > __________________________________________________ > > Do You Yahoo!? > > Yahoo! Autos - Get free new car price quotes > > http://autos.yahoo.com > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- > jvz. > > Jason van Zyl > [EMAIL PROTECTED] > http://tambora.zenplex.org > > In short, man creates for himself a new religion of > a rational > and technical order to justify his work and to be > justified in it. > > -- Jacques Ellul, The Technological Society > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > __________________________________________________ Do You Yahoo!? Yahoo! Autos - Get free new car price quotes http://autos.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
