RE: RC2

2004-02-06 Thread Maczka Michal
> -Original Message- > From: Rafal Krzewski [mailto:[EMAIL PROTECTED] > Sent: Friday, February 06, 2004 10:51 AM > To: Maven Developers List > Subject: Re: RC2 > > > [EMAIL PROTECTED] wrote: > > Maczka Michal <[EMAIL PROTECTED]> wrote on 05/02/2004

Re: RC2

2004-02-06 Thread Rafal Krzewski
[EMAIL PROTECTED] wrote: > Maczka Michal <[EMAIL PROTECTED]> wrote on 05/02/2004 09:59:36 PM: > >>For example if cactus test cases were kept in separate, dedicated > > project > >>this particular problem will almost disappear. > > > We do exactly this at the moment for our J2EE apps. I shoul

Re: RC2 - multiproject build issues?

2004-02-05 Thread Florin Vancea
What JDK? Is your system Locale different than en_US? You know there's a bug in URLConnection, at least in 1.3.1. The If-Modified-Since header is constructed with system Locale (as opposed to being constructed with en_US). If system Locale is not en_US, the HTTP server does not understand the times

RE: RC2

2004-02-05 Thread dion
Maczka Michal <[EMAIL PROTECTED]> wrote on 05/02/2004 09:59:36 PM: > For example if cactus test cases were kept in separate, dedicated project > this particular problem will almost disappear. We do exactly this at the moment for our J2EE apps. > "Almost" as the problem is that Maven at the momen

RE: RC2 - multiproject build issues?

2004-02-05 Thread dion
"Sean Timm" <[EMAIL PROTECTED]> wrote on 06/02/2004 08:42:34 AM: > Brett Porter [mailto:[EMAIL PROTECTED] wrote: > > > Using the latest RC2 bits, when I do a "maven > > > multiproject:install-snapshot", it builds project A, but > > then when it > > > builds project B (which has a dependency on

RE: RC2 - multiproject build issues?

2004-02-05 Thread Sean Timm
to wonder if it may have something to do with that, so I'm going to look into it further (if I can manage to get a reproducible test case). > -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 05, 2004 2:48 PM > To: 'Mave

RE: RC2 - multiproject build issues?

2004-02-05 Thread Brett Porter
Hard to tell - but search JIRA first because I'm sure someone would already have come across this if it's a problem. Thanks, Brett > -Original Message- > From: Sean Timm [mailto:[EMAIL PROTECTED] > Sent: Friday, 6 February 2004 8:43 AM > To: Maven Developers L

RE: RC2 - multiproject build issues?

2004-02-05 Thread Sean Timm
Brett Porter [mailto:[EMAIL PROTECTED] wrote: > > Using the latest RC2 bits, when I do a "maven > > multiproject:install-snapshot", it builds project A, but > then when it > > builds project B (which has a dependency on project A), it > downloads > > the snapshot from the remote repository rat

RE: RC2 - multiproject build issues?

2004-02-05 Thread Brett Porter
Can you confirm this has changed since RC1? That code hasn't changed, so I'd be surprised if this isn't an existing issue, if not an environmental issue. Having said that, it should go into JIRA if it is not environmental (search and see if there is one already!) Cheers, Brett > -Original M

RE: RC2

2004-02-05 Thread Maczka Michal
omain space for genetic algorithm is correctly defined. Michal > -Original Message- > From: Eric Pugh [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 05, 2004 10:59 AM > To: 'Maven Developers List' > Subject: RE: RC2 > > > I think I was the guilty

RE: RC2

2004-02-05 Thread Eric Pugh
> -Original Message- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 05, 2004 3:51 AM > To: 'Maven Developers List' > Subject: RE: RC2 > > > Hi Jason, > > > -Original Message- > > From: Jason van Zyl [mailto:[

RE: RC2

2004-02-04 Thread Vincent Massol
Hi Jason, > -Original Message- > From: Jason van Zyl [mailto:[EMAIL PROTECTED] > Sent: 03 February 2004 22:12 > To: Maven Developers List > Subject: RE: RC2 > > On Tue, 2004-02-03 at 15:35, Vincent Massol wrote: > > > -Original Message- > &g

RE: RC2 - Clover?

2004-02-04 Thread Brett Porter
There's already an issue filed - I thought it was working alternatively, but I'll bump it back to RC2. - Brett > -Original Message- > From: Sean Timm [mailto:[EMAIL PROTECTED] > Sent: Thursday, 5 February 2004 10:51 AM > To: Maven Developers List > Subject: RC2 - Clover? > > > Is anyon

RE: RC2 bootstrapping failure

2004-02-04 Thread Brett Porter
y 2004 6:46 PM > To: Maven Developers List > Subject: RE: RC2 bootstrapping failure > > > Hello again, > > I recognized, that Aspectwerkz is currently excluded, but now > I have an exception testing the xdoc-plugin. From the log I > believe that not the test itself fails,

RE: RC2 - Inheritance Question

2004-02-04 Thread Sean Timm
Hold that thought...I'm an idiot...built the wrong branch. Let me build anew before bothering you again with my trivial stupidities... ;) > -Original Message- > From: Sean Timm > Sent: Wednesday, February 04, 2004 12:05 PM > To: [EMAIL PROTECTED] > Subject: RC2 - Inheritance Question >

RE: RC2 bootstrapping failure

2004-02-04 Thread Jörg Schaible
Hello again, I recognized, that Aspectwerkz is currently excluded, but now I have an exception testing the xdoc-plugin. From the log I believe that not the test itself fails, but the link validation mechanism. It seems that a request done with httpunit fails and httpunit will alway throw an exc

RE: RC2

2004-02-03 Thread Jason van Zyl
On Tue, 2004-02-03 at 15:35, Vincent Massol wrote: > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Sent: 03 February 2004 01:04 > > To: Maven Developers List > > Subject: RE: RC2 > > > > There's also a bu

RE: RC2

2004-02-03 Thread Vincent Massol
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 03 February 2004 01:04 > To: Maven Developers List > Subject: RE: RC2 > > There's also a bug in the eclipse plugin which causes it to fail without > cactus being present. &g

RE: RC2

2004-02-02 Thread Tim Anderson
Yes. Namespace mapping won't work without it. -Tim > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 3 February 2004 11:41 AM > To: Maven Developers List > Subject: RE: RC2 > > > Done. > > Is it worth a release

RE: RC2

2004-02-02 Thread dion
Done. Is it worth a release of the plugin? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "Tim Anderson" <[EMAIL PROTECTED]> wrote on 03/02/2004 10:42:35 AM: > It would be nice if the patch attached to > http://jira.codehaus.org/secure/ViewIssue.jspa?ke

RE: RC2

2004-02-02 Thread dion
OTECTED] > > Sent: Tuesday, 3 February 2004 10:46 AM > > To: Maven Developers List > > Subject: Re: RC2 > > > > > > I just found one in the new batch file and fixed it. > > > > There's also a classloader issue when I try to run > > multi

Re: RC2

2004-02-02 Thread Jason van Zyl
On Mon, 2004-02-02 at 17:51, Brett Porter wrote: > Only 2 bugs to go: > http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030 > > &report=roadmap > > I'll try and knock them off in the next day or so. Awesome! >

RE: RC2

2004-02-02 Thread Tim Anderson
It would be nice if the patch attached to http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPCASTOR-2 was applied before rc2 is released. It enables castor to locate its castorbuilder.properties file, to configure the mapping of namespaces for imported schemas to java packages. Thanks, Tim >

RE: RC2

2004-02-02 Thread Brett Porter
Thanks. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 3 February 2004 10:46 AM > To: Maven Developers List > Subject: Re: RC2 > > > I just found one in the new batch file and fixed it. > > There's also a

Re: RC2

2004-02-02 Thread dion
I just found one in the new batch file and fixed it. There's also a classloader issue when I try to run multiproject:site for maven-plugins. Will retest it after the latest bootstrap and file a Jira report if it still exists. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehau

RE: RC2

2004-02-02 Thread Arnaud Heritier
I only want to update the PDF Plugin properties doc. I'll send a patch tonight. Arnaud. > -Message d'origine- > De : Brett Porter [mailto:[EMAIL PROTECTED] > Envoyé : lundi 2 février 2004 23:52 > À : Maven Developers List ([EMAIL PROTECTED]) > Objet : RC2 > > Only 2 bugs to go: > http:/

RE: RC2

2004-01-28 Thread Brett Porter
M > To: Maven Developers List > Subject: Re: RC2 > > > me too. > > The release in near!!! > > Emmanuel > > - Original Message - > From: "Vincent Massol" <[EMAIL PROTECTED]> > To: "'Maven Developers List'" <[E

Re: RC2

2004-01-28 Thread Emmanuel Venisse
me too. The release in near!!! Emmanuel - Original Message - From: "Vincent Massol" <[EMAIL PROTECTED]> To: "'Maven Developers List'" <[EMAIL PROTECTED]> Sent: Wednesday, January 28, 2004 6:47 PM Subject: RE: RC2 > Yes, I agree, thank y

RE: RC2

2004-01-28 Thread Vincent Massol
Yes, I agree, thank you Brett! -Vincent > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 28 January 2004 14:21 > To: [EMAIL PROTECTED] > Subject: RC2 > > Just a quick email to thank Brett on the good work he's done for RC2. > > It's starting to look like

RE: RC2 and Plugin cache

2004-01-21 Thread Brett Porter
Yes. That's next on the list once I remove the remaining classloader bug. - Brett > -Original Message- > From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] > Sent: Thursday, 22 January 2004 1:40 AM > To: [EMAIL PROTECTED] > Subject: RC2 and Plugin cache > > > Brett or Dion, > > Could we

RE: rc2 unstable

2003-11-17 Thread Brett Porter
> The only thing I would like to preserve from my branch is the > werkz stuff. For the most part I have completely rewritten > the core as a series of components which can be integrated > piece wise post 1.0 along with Wagon and this will definitely > make developing Maven easier. > > If you w

RE: rc2 unstable

2003-11-17 Thread Jason van Zyl
be the first piece to land, most likely in a few days. > If so, I might embellish a bit, put it on > the wiki, and make sure JIRA is setup appropriately. +1 > Cheers, > Brett > > > -Original Message- > > From: Vincent Massol [mailto:[EMAIL PROTECTED] > >

RE: rc2 unstable

2003-11-17 Thread Brett Porter
ore through 1.0 and 1.1? If so, I might embellish a bit, put it on the wiki, and make sure JIRA is setup appropriately. Cheers, Brett > -Original Message- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 18 November 2003 2:20 AM > To: 'Maven Developers L

RE: rc2 unstable

2003-11-17 Thread Jason van Zyl
e tested and are easier to test with. > Thanks > -Vincent (a bit confused :-)) > > > -Original Message- > > From: Jason van Zyl [mailto:[EMAIL PROTECTED] > > Sent: 17 November 2003 15:33 > > To: Maven Developers List > > Subject: RE: rc2 unstable > &

RE: rc2 unstable

2003-11-17 Thread Vincent Massol
d you merge it with head without breaking everything? Thanks -Vincent (a bit confused :-)) > -Original Message- > From: Jason van Zyl [mailto:[EMAIL PROTECTED] > Sent: 17 November 2003 15:33 > To: Maven Developers List > Subject: RE: rc2 unstable > > On Sun, 2003-11-16 at

RE: rc2 unstable

2003-11-17 Thread Jason van Zyl
manager didn't find dependencies properly. It was a source file with a set of diagrams outlining the possible dependencies between goals, prereqs and other plugins. > Cheers, > Brett > > > -Original Message- > > From: Brett Porter > > Sent: Thursday,

RE: rc2 unstable

2003-11-16 Thread Brett Porter
ble to reduce the startup time again. Cheers, Brett > -Original Message- > From: Brett Porter > Sent: Thursday, 13 November 2003 8:20 AM > To: 'Maven Developers List' > Subject: RE: rc2 unstable > > > Done. I noticed you already did the plugins in CVS

RE: rc2 unstable

2003-11-12 Thread Brett Porter
[EMAIL PROTECTED] > Sent: Tuesday, 11 November 2003 9:26 AM > To: Maven Developers List > Subject: RE: rc2 unstable > > > On Mon, 2003-11-10 at 16:21, Brett Porter wrote: > > Jason, > > > > Just 1 question regarding this. How did you go about doing > this

RE: rc2 unstable

2003-11-10 Thread Jason van Zyl
--- > > From: Jason van Zyl [mailto:[EMAIL PROTECTED] > > Sent: Monday, 10 November 2003 5:43 AM > > To: [EMAIL PROTECTED] > > Subject: Re: rc2 unstable > > > > > > On Sun, 2003-11-09 at 13:08, Jason van Zyl wrote: > > > Howdy Brett, > > >

RE: rc2 unstable

2003-11-10 Thread Brett Porter
m: Jason van Zyl [mailto:[EMAIL PROTECTED] > Sent: Monday, 10 November 2003 5:43 AM > To: [EMAIL PROTECTED] > Subject: Re: rc2 unstable > > > On Sun, 2003-11-09 at 13:08, Jason van Zyl wrote: > > Howdy Brett, > > > > I'm just bootstrapping rc2 unstable now an

Re: rc2 unstable

2003-11-09 Thread Jason van Zyl
On Sun, 2003-11-09 at 17:09, [EMAIL PROTECTED] wrote: > Jason van Zyl <[EMAIL PROTECTED]> wrote on 10/11/2003 05:42:46 AM: > > > On Sun, 2003-11-09 at 13:08, Jason van Zyl wrote: > > > Howdy Brett, > > > > > > I'm just bootstrapping rc2 unstable now and I'm going to try and knock > > > off a coup

Re: rc2 unstable

2003-11-09 Thread dion
Jason van Zyl <[EMAIL PROTECTED]> wrote on 10/11/2003 05:42:46 AM: > On Sun, 2003-11-09 at 13:08, Jason van Zyl wrote: > > Howdy Brett, > > > > I'm just bootstrapping rc2 unstable now and I'm going to try and knock > > off a couple of the items on list 1. Is there anything we need to merge > > f

Re: rc2 unstable

2003-11-09 Thread Jason van Zyl
On Sun, 2003-11-09 at 13:08, Jason van Zyl wrote: > Howdy Brett, > > I'm just bootstrapping rc2 unstable now and I'm going to try and knock > off a couple of the items on list 1. Is there anything we need to merge > from HEAD? Possibly with the switch over of the plugins? I'm syncing up the plugi