Re: b10 werkz changes break reactor

2003-07-15 Thread bob mcwhirter
 Debugging it I have seen WerkzProject return null to the eachGoal var in
 the plugin manager, but I can't debug werkz as the source at
 cvs.werkz.sf.net is out of date. I'm guessing the werkz that got dropped
 with b10 is a build from somewhere else?

cvs.codehaus.org:/cvsroot/werkz co werkz

-bob


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: b10 werkz changes break reactor

2003-07-15 Thread Jason van Zyl
On Tue, 2003-07-15 at 20:35, Brett Porter wrote:
 Hi,
 
 It seems some of the changes made to werkz late in b10 have broken the
 reactor in some cases.
 I was using a build from CVS of about 1 or 2 weeeks ago that was fine, but
 rolling out b10 has caused a lot of unknown goal exceptions when running
 under reactor. Changing into the appropriate dir and running the goal has no
 problems.

Please make sure nothing has changed on your end. The reactor build for
Maven itself is always the final test for the reactor and I always give
the Plexus components a whirl.

 The goal is in my own plugin.
 
 Debugging it I have seen WerkzProject return null to the eachGoal var in
 the plugin manager, but I can't debug werkz as the source at
 cvs.werkz.sf.net is out of date. I'm guessing the werkz that got dropped
 with b10 is a build from somewhere else?
 
 Can someone help me out getting that source? For now, I'm having to roll
 back to beta 9 :(
 
 Cheers,
 Brett
 
 ~*~*~*~*~*~*~
 Brett Porter - Web Developer
 f2 Network ~ everything essential
 Ph: +61 2 8596 4437
 Email: [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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: b10 werkz changes break reactor

2003-07-15 Thread Brett Porter
It appears to be a problem with executing more than one goal at a time:

maven clean cdit:build fails
maven clean; maven cdit:build works

This isn't always the case (other projects have just the cdit:build fail),
so there is definitely more to it - but I'm leaving it at that until I can
try it out at home.

Cheers,
Brett

-Original Message-
From: Jason van Zyl [mailto:[EMAIL PROTECTED]
Sent: Wednesday, 16 July 2003 11:12 AM
To: Maven Developers List
Subject: Re: b10 werkz changes break reactor


On Tue, 2003-07-15 at 20:35, Brett Porter wrote:
 Hi,
 
 It seems some of the changes made to werkz late in b10 have broken the
 reactor in some cases.
 I was using a build from CVS of about 1 or 2 weeeks ago that was fine, but
 rolling out b10 has caused a lot of unknown goal exceptions when running
 under reactor. Changing into the appropriate dir and running the goal has
no
 problems.

Please make sure nothing has changed on your end. The reactor build for
Maven itself is always the final test for the reactor and I always give
the Plexus components a whirl.

 The goal is in my own plugin.
 
 Debugging it I have seen WerkzProject return null to the eachGoal var in
 the plugin manager, but I can't debug werkz as the source at
 cvs.werkz.sf.net is out of date. I'm guessing the werkz that got dropped
 with b10 is a build from somewhere else?
 
 Can someone help me out getting that source? For now, I'm having to roll
 back to beta 9 :(
 
 Cheers,
 Brett
 
 ~*~*~*~*~*~*~
 Brett Porter - Web Developer
 f2 Network ~ everything essential
 Ph: +61 2 8596 4437
 Email: [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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: b10 werkz changes break reactor

2003-07-15 Thread Ben Walding
There was a change in the semantics of werkz / attainGoal.I don't 
know the specifics of it, but it was supposed to allow finegrained 
control of prerequisite handling.

Looking for code that added session  as a parameter to the attain tags I 
think.

Bob / Jason will probably know more.

Whether this is at all related ... no idea...

Brett Porter wrote:

It appears to be a problem with executing more than one goal at a time:

maven clean cdit:build fails
maven clean; maven cdit:build works
This isn't always the case (other projects have just the cdit:build fail),
so there is definitely more to it - but I'm leaving it at that until I can
try it out at home.
Cheers,
Brett
-Original Message-
From: Jason van Zyl [mailto:[EMAIL PROTECTED]
Sent: Wednesday, 16 July 2003 11:12 AM
To: Maven Developers List
Subject: Re: b10 werkz changes break reactor
On Tue, 2003-07-15 at 20:35, Brett Porter wrote:
 

Hi,

It seems some of the changes made to werkz late in b10 have broken the
reactor in some cases.
I was using a build from CVS of about 1 or 2 weeeks ago that was fine, but
rolling out b10 has caused a lot of unknown goal exceptions when running
under reactor. Changing into the appropriate dir and running the goal has
   

no
 

problems.
   

Please make sure nothing has changed on your end. The reactor build for
Maven itself is always the final test for the reactor and I always give
the Plexus components a whirl.
 

The goal is in my own plugin.

Debugging it I have seen WerkzProject return null to the eachGoal var in
the plugin manager, but I can't debug werkz as the source at
cvs.werkz.sf.net is out of date. I'm guessing the werkz that got dropped
with b10 is a build from somewhere else?
Can someone help me out getting that source? For now, I'm having to roll
back to beta 9 :(
Cheers,
Brett
~*~*~*~*~*~*~
Brett Porter - Web Developer
f2 Network ~ everything essential
Ph: +61 2 8596 4437
Email: [EMAIL PROTECTED]
   



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: b10 werkz changes break reactor

2003-07-15 Thread bob mcwhirter
On Wed, 16 Jul 2003, Ben Walding wrote:

 There was a change in the semantics of werkz / attainGoal.I don't 
 know the specifics of it, but it was supposed to allow finegrained 
 control of prerequisite handling.
 
 Looking for code that added session  as a parameter to the attain tags I 
 think.
 
 Bob / Jason will probably know more.
 
 Whether this is at all related ... no idea...

Default behaviour hasn't changed.  I think what we did (Peter Lynch could
probably tell us in more detail, since he's the one who wanted it)
a @session attribute so you -could- share the global session.

Jason's also added, somewhere along the way, dunno if used in b10,
some goal/callback listener thingies.

-bob


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: b10

2003-07-14 Thread Incze Lajos
On Mon, Jul 14, 2003 at 04:21:47PM +0200, Siegfried Gschl wrote:
 Hi folks,
 
 did I miss Maven B9 or was this release dropped ?!
 
 Siegfried Goeschl
 CTO

You missed it. It's been out for monthes.

incze

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: b10

2003-07-14 Thread Siegfried Goeschl
Sorry for seeming completely dumb but I was not following the MAVEN Mailing
Lists for a while but

+) http://jakarta.apache.org/builds/jakarta-turbine-maven/release/ only
shows Beta 8

+) Current Status says the Maven B9 is currently worked on

+) The link to http://cvs.apache.org/viewcvs/jakarta-turbine-maven/ is
broken

Cheers

Siegfried Goeschl

- Original Message - 
From: Incze Lajos [EMAIL PROTECTED]
To: Maven Developers List [EMAIL PROTECTED]
Sent: Monday, July 14, 2003 5:04 PM
Subject: Re: b10


 On Mon, Jul 14, 2003 at 04:21:47PM +0200, Siegfried Gschl wrote:
  Hi folks,
 
  did I miss Maven B9 or was this release dropped ?!
 
  Siegfried Goeschl
  CTO

 You missed it. It's been out for monthes.

 incze

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: b10

2003-07-14 Thread James Macgill
At 05:36 PM 7/14/2003 +0200, you wrote:
Sorry for seeming completely dumb but I was not following the MAVEN Mailing
Lists for a while but
+) http://jakarta.apache.org/builds/jakarta-turbine-maven/release/ only
shows Beta 8
Maven is now a top-level project on apache.

Update your links to start with:
http://maven.apache.org
James 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: b10

2003-07-14 Thread Siegfried Göschl
Oops, my fault was going to http://www.maven.org instead of
http://maven.apache.org

An utterly dumb

Siegfried Goeschl

On 14 Jul 2003 at 17:45, nicolas frank wrote:

 wahhhooo... I can see you did not follow maven news for a while... ;-)
 Now maven site is located at http://maven.apache.org, where you can
 find all you need.

 - Original Message -
 From: Siegfried Goeschl [EMAIL PROTECTED]
 To: Maven Developers List [EMAIL PROTECTED]
 Sent: Monday, July 14, 2003 5:36 PM
 Subject: Re: b10


  Sorry for seeming completely dumb but I was not following the MAVEN
 Mailing
  Lists for a while but
 
  +) http://jakarta.apache.org/builds/jakarta-turbine-maven/release/
  +only
  shows Beta 8
 
  +) Current Status says the Maven B9 is currently worked on
 
  +) The link to http://cvs.apache.org/viewcvs/jakarta-turbine-maven/
  +is
  broken
 
  Cheers
 
  Siegfried Goeschl
 
  - Original Message -
  From: Incze Lajos [EMAIL PROTECTED]
  To: Maven Developers List [EMAIL PROTECTED]
  Sent: Monday, July 14, 2003 5:04 PM
  Subject: Re: b10
 
 
   On Mon, Jul 14, 2003 at 04:21:47PM +0200, Siegfried G”schl wrote:
Hi folks,
   
did I miss Maven B9 or was this release dropped ?!
   
Siegfried Goeschl
CTO
  
   You missed it. It's been out for monthes.
  
   incze
  
   --
   --- To unsubscribe, e-mail: [EMAIL PROTECTED] For
   additional commands, e-mail: [EMAIL PROTECTED]
  
 
 
  
  - To unsubscribe, e-mail: [EMAIL PROTECTED] For
  additional commands, e-mail: [EMAIL PROTECTED]
 


 ---
 Outgoing mail is certified Virus Free.
 Checked by AVG anti-virus system (http://www.grisoft.com).
 Version: 6.0.480 / Virus Database: 276 - Release Date: 12/05/2003


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED] For
 additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: b10 test installers

2003-07-13 Thread Jason van Zyl
On Sun, 2003-07-13 at 14:35, Colin Sampaleanu wrote:
 I tried the .tgz version on a simple build. Seems to work ok, except for 
 oddity on the first attempt to download all the dependencies for the 
 plugins. Got an issue with Velociry as follows:

Thanks for checking it out, much appreciated.

 -- 
 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]