You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Jason van Zyl <jv...@maven.org> on 2003/09/25 20:49:45 UTC

RC1

Howdy,

Vincent and I have decided to move the AspectJ plugin out of the core so
that it can have its own life and so I can get on with the release. So
I'm going to move the plugin tonight and then everything else looks like
a go for cutting the release.

-- 
jvz.

Jason van Zyl
jason@zenplex.com
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: RC1

Posted by Jason van Zyl <jv...@maven.org>.
On Fri, 2003-09-26 at 00:17, Stephen McConnell wrote:
> Jason:
> 
> Just a point of confirmation - Avalon have two Maven plugins, one
> dealing with automated generation of component meta-info and the second
> supporting simulated component deployment.  Currently these plugins are
> located in the Avalon CVS and binary downloads are maintained on the
> Apache mirror, the DPML, and the Maven repository on Ibiblio.
> 
> My understanding is that Maven RC1/beta-11 will include a plugin
> installer. Can you confirm if there is anything we (Avalon) need to
> do in order to ensure that Avalon plugins are easily integrated into
> the Maven environment under the pending release.

Sure, I will play around while I'm moving the aspectj plugin and try
some stuff out. I'm not in a mad rush, I would rather make sure it all
works.

> Cheers, Steve.
> 
> 
> 
> Jason van Zyl wrote:
> 
> >On Thu, 2003-09-25 at 23:46, dion@multitask.com.au wrote:
> >  
> >
> >>Sounds good to me.
> >>    
> >>
> >
> >Cool, we have 3 +1s so maven-plugins is the official new home.
> >
> >  
> >
> >>--
> >>dIon Gillard, Multitask Consulting
> >>Blog:      http://blogs.codehaus.org/people/dion/
> >>
> >>
> >>Jason van Zyl <jv...@maven.org> wrote on 26/09/2003 04:49:45 AM:
> >>
> >>    
> >>
> >>>Howdy,
> >>>
> >>>Vincent and I have decided to move the AspectJ plugin out of the core so
> >>>that it can have its own life and so I can get on with the release. So
> >>>I'm going to move the plugin tonight and then everything else looks like
> >>>a go for cutting the release.
> >>>
> >>>-- 
> >>>jvz.
> >>>
> >>>Jason van Zyl
> >>>jason@zenplex.com
> >>>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: dev-unsubscribe@maven.apache.org
> >>>For additional commands, e-mail: dev-help@maven.apache.org
> >>>
> >>>      
> >>>
> >>---------------------------------------------------------------------
> >>To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> >>For additional commands, e-mail: dev-help@maven.apache.org
> >>    
> >>
-- 
jvz.

Jason van Zyl
jason@zenplex.com
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: RC1

Posted by Stephen McConnell <mc...@apache.org>.

dion@multitask.com.au wrote:

>'maven demo' in avalon\merlin\platform\tutorials\hello did nothing, and 
>there was no maven.xml file there, so  I'm not sure where 'demo' is 
>defined.
>  
>

You guessed the right actions - and the results are correct.  Just for 
reference, the avalon:meta goal is generating component type descriptors 
based on @avalon tags in the sources.  The merlin:simulate goal is 
deploying the component relative to target/classes directory.

This is really good! 
I'll take care of updating our install documentation ASAP.
Thanks for the help.

Cheers, Steve.

>maven avalon:meta
>
>generated a file
>
>and maven merlin:simluate downloads a ton of jar files and generates this:
>
>BUILD SUCCESSFUL
>Total time: 4 minutes 9 seconds
>Finished at: Sat Sep 27 04:43:21 EST 2003
>
>[DEBUG  ] (tutorial.hello.appliance): decommissioning phase
>[DEBUG  ] (tutorial.hello.appliance): component disposal: 23383006
>[DEBUG  ] (tutorial.hello.appliance): stage count: 0
>[DEBUG  ] (tutorial.hello.appliance): disposing of: 23383006
>[INFO   ] (tutorial.hello): disposal
>[DEBUG  ] (tutorial.hello.appliance): destroyed instance: 23383006
>[DEBUG  ] (tutorial.hello.appliance): dissassembly phase
>[DEBUG  ] (tutorial.hello.appliance): disposal
>
>at the end.
>
>I used:
>maven -DgroupId=merlin -DartifactId=merlin-plugin -Dversion=1.0 
>plugin:download
>maven -DgroupId=avalon-meta -DartifactId=avalon-meta-plugin -Dversion=1.1 
>plugin:download
>--
>dIon Gillard, Multitask Consulting
>Blog:      http://blogs.codehaus.org/people/dion/
>
>
>Stephen McConnell <mc...@apache.org> wrote on 26/09/2003 04:21:02 PM:
>
>  
>
>>dion@multitask.com.au wrote:
>>
>>    
>>
>>>Stephen McConnell <mc...@apache.org> wrote on 26/09/2003 02:47:27 
>>>      
>>>
>PM:
>  
>
>>>      
>>>
>>>>Dion:
>>>>
>>>>I know this is really wimpy, but I have a beta-10 release
>>>>running on my machine which is the release that is documeted
>>>>under the respective Avalon products.  I would prefer to
>>>>maintain my environment relative to beta-10 for the moment as
>>>>I'm dealing with other user issues relative to that context.
>>>>
>>>>
>>>>        
>>>>
>>>I've got beta-10 and rc1-snapshots installed and usable :-)
>>>
>>>
>>>
>>>      
>>>
>>>>I have just uploaded the plugin jar files to ibiblio.  If
>>>>anyone could confirm that the install procedure is functional
>>>>it would save me a lot of deinstall/test/reinstall hasles.  The
>>>>plgins in question include:
>>>>
>>>>avalon-meta/avalon-meta-plugin-1.1.jar
>>>>merlin/merlin-plugin-1.0.jar
>>>>
>>>>
>>>>        
>>>>
>>>Is there a plugin test project to test them?
>>>
>>>      
>>>
>>Yes.
>>
>>Checkout avalon/merlin then:
>>
>>$ cd merlin/platform/tutorials/hello
>>$ maven demo
>>
>>You should see the avalon:meta goal generate the component meta info and 
>>    
>>
>
>  
>
>>a subsequent goal merlin:simulate the deploys your component from the 
>>maven build directory.
>>
>>Stephen.
>>
>>-- 
>>
>>Stephen J. McConnell
>>mailto:mcconnell@apache.org
>>
>>
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>For additional commands, e-mail: dev-help@maven.apache.org
>>
>>    
>>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>For additional commands, e-mail: dev-help@maven.apache.org
>
>
>  
>

-- 

Stephen J. McConnell
mailto:mcconnell@apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: RC1

Posted by di...@multitask.com.au.
'maven demo' in avalon\merlin\platform\tutorials\hello did nothing, and 
there was no maven.xml file there, so  I'm not sure where 'demo' is 
defined.

maven avalon:meta

generated a file

and maven merlin:simluate downloads a ton of jar files and generates this:

BUILD SUCCESSFUL
Total time: 4 minutes 9 seconds
Finished at: Sat Sep 27 04:43:21 EST 2003

[DEBUG  ] (tutorial.hello.appliance): decommissioning phase
[DEBUG  ] (tutorial.hello.appliance): component disposal: 23383006
[DEBUG  ] (tutorial.hello.appliance): stage count: 0
[DEBUG  ] (tutorial.hello.appliance): disposing of: 23383006
[INFO   ] (tutorial.hello): disposal
[DEBUG  ] (tutorial.hello.appliance): destroyed instance: 23383006
[DEBUG  ] (tutorial.hello.appliance): dissassembly phase
[DEBUG  ] (tutorial.hello.appliance): disposal

at the end.

I used:
maven -DgroupId=merlin -DartifactId=merlin-plugin -Dversion=1.0 
plugin:download
maven -DgroupId=avalon-meta -DartifactId=avalon-meta-plugin -Dversion=1.1 
plugin:download
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/


Stephen McConnell <mc...@apache.org> wrote on 26/09/2003 04:21:02 PM:

> 
> 
> dion@multitask.com.au wrote:
> 
> >Stephen McConnell <mc...@apache.org> wrote on 26/09/2003 02:47:27 
PM:
> > 
> >
> >>Dion:
> >>
> >>I know this is really wimpy, but I have a beta-10 release
> >>running on my machine which is the release that is documeted
> >>under the respective Avalon products.  I would prefer to
> >>maintain my environment relative to beta-10 for the moment as
> >>I'm dealing with other user issues relative to that context.
> >> 
> >>
> >
> >I've got beta-10 and rc1-snapshots installed and usable :-)
> >
> > 
> >
> >>I have just uploaded the plugin jar files to ibiblio.  If
> >>anyone could confirm that the install procedure is functional
> >>it would save me a lot of deinstall/test/reinstall hasles.  The
> >>plgins in question include:
> >>
> >> avalon-meta/avalon-meta-plugin-1.1.jar
> >> merlin/merlin-plugin-1.0.jar
> >> 
> >>
> >
> >Is there a plugin test project to test them?
> >
> 
> Yes.
> 
> Checkout avalon/merlin then:
> 
> $ cd merlin/platform/tutorials/hello
> $ maven demo
> 
> You should see the avalon:meta goal generate the component meta info and 

> a subsequent goal merlin:simulate the deploys your component from the 
> maven build directory.
> 
> Stephen.
> 
> -- 
> 
> Stephen J. McConnell
> mailto:mcconnell@apache.org
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: RC1

Posted by Stephen McConnell <mc...@apache.org>.

dion@multitask.com.au wrote:

>Stephen McConnell <mc...@apache.org> wrote on 26/09/2003 02:47:27 PM:
>  
>
>>Dion:
>>
>>I know this is really wimpy, but I have a beta-10 release
>>running on my machine which is the release that is documeted
>>under the respective Avalon products.  I would prefer to
>>maintain my environment relative to beta-10 for the moment as
>>I'm dealing with other user issues relative to that context.
>>    
>>
>
>I've got beta-10 and rc1-snapshots installed and usable :-)
>
>  
>
>>I have just uploaded the plugin jar files to ibiblio.  If
>>anyone could confirm that the install procedure is functional
>>it would save me a lot of deinstall/test/reinstall hasles.  The
>>plgins in question include:
>>
>> avalon-meta/avalon-meta-plugin-1.1.jar
>> merlin/merlin-plugin-1.0.jar
>>    
>>
>
>Is there a plugin test project to test them?
>

Yes.

Checkout avalon/merlin then:

$ cd merlin/platform/tutorials/hello
$ maven demo

You should see the avalon:meta goal generate the component meta info and 
a subsequent goal merlin:simulate the deploys your component from the 
maven build directory.

Stephen.

-- 

Stephen J. McConnell
mailto:mcconnell@apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: RC1

Posted by di...@multitask.com.au.
Stephen McConnell <mc...@apache.org> wrote on 26/09/2003 02:47:27 PM:
> Dion:
> 
> I know this is really wimpy, but I have a beta-10 release
> running on my machine which is the release that is documeted
> under the respective Avalon products.  I would prefer to
> maintain my environment relative to beta-10 for the moment as
> I'm dealing with other user issues relative to that context.

I've got beta-10 and rc1-snapshots installed and usable :-)

> I have just uploaded the plugin jar files to ibiblio.  If
> anyone could confirm that the install procedure is functional
> it would save me a lot of deinstall/test/reinstall hasles.  The
> plgins in question include:
> 
>  avalon-meta/avalon-meta-plugin-1.1.jar
>  merlin/merlin-plugin-1.0.jar

Is there a plugin test project to test them?
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: RC1

Posted by Stephen McConnell <mc...@apache.org>.
Dion:

I know this is really wimpy, but I have a beta-10 release
running on my machine which is the release that is documeted
under the respective Avalon products.  I would prefer to
maintain my environment relative to beta-10 for the moment as
I'm dealing with other user issues relative to that context.

I have just uploaded the plugin jar files to ibiblio.  If
anyone could confirm that the install procedure is functional
it would save me a lot of deinstall/test/reinstall hasles.  The
plgins in question include:

 avalon-meta/avalon-meta-plugin-1.1.jar
 merlin/merlin-plugin-1.0.jar

Cheers, Steve.


dion@multitask.com.au wrote:

>Stephen McConnell <mc...@apache.org> wrote on 26/09/2003 02:17:34 PM:
>
>  
>
>>Jason:
>>
>>Just a point of confirmation - Avalon have two Maven plugins, one
>>dealing with automated generation of component meta-info and the second
>>supporting simulated component deployment.  Currently these plugins are
>>located in the Avalon CVS and binary downloads are maintained on the
>>Apache mirror, the DPML, and the Maven repository on Ibiblio.
>>
>>My understanding is that Maven RC1/beta-11 will include a plugin
>>installer. Can you confirm if there is anything we (Avalon) need to
>>do in order to ensure that Avalon plugins are easily integrated into
>>the Maven environment under the pending release.
>>    
>>
>
>Test against RC1-SNAPSHOT.
>
>In particular, remove the current plugins from your $MAVEN_HOME/plugins 
>directory, and the $MAVEN_HOME_LOCAL/plugins directory, and use
>
>maven -D..... plugin:download
>
>to test it out.
>
>It expects the plugins to be deployed to 
>${maven.repo.remote}/<groupId>/plugins/<artifactId>-<version>.jar
>
>let us know if we can help.
>--
>dIon Gillard, Multitask Consulting
>Blog:      http://blogs.codehaus.org/people/dion/
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>For additional commands, e-mail: dev-help@maven.apache.org
>
>
>  
>

-- 

Stephen J. McConnell
mailto:mcconnell@apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: RC1

Posted by di...@multitask.com.au.
Stephen McConnell <mc...@apache.org> wrote on 26/09/2003 02:17:34 PM:

> Jason:
> 
> Just a point of confirmation - Avalon have two Maven plugins, one
> dealing with automated generation of component meta-info and the second
> supporting simulated component deployment.  Currently these plugins are
> located in the Avalon CVS and binary downloads are maintained on the
> Apache mirror, the DPML, and the Maven repository on Ibiblio.
> 
> My understanding is that Maven RC1/beta-11 will include a plugin
> installer. Can you confirm if there is anything we (Avalon) need to
> do in order to ensure that Avalon plugins are easily integrated into
> the Maven environment under the pending release.

Test against RC1-SNAPSHOT.

In particular, remove the current plugins from your $MAVEN_HOME/plugins 
directory, and the $MAVEN_HOME_LOCAL/plugins directory, and use

maven -D..... plugin:download

to test it out.

It expects the plugins to be deployed to 
${maven.repo.remote}/<groupId>/plugins/<artifactId>-<version>.jar

let us know if we can help.
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: RC1

Posted by Stephen McConnell <mc...@apache.org>.

Jason:

Just a point of confirmation - Avalon have two Maven plugins, one
dealing with automated generation of component meta-info and the second
supporting simulated component deployment.  Currently these plugins are
located in the Avalon CVS and binary downloads are maintained on the
Apache mirror, the DPML, and the Maven repository on Ibiblio.

My understanding is that Maven RC1/beta-11 will include a plugin
installer. Can you confirm if there is anything we (Avalon) need to
do in order to ensure that Avalon plugins are easily integrated into
the Maven environment under the pending release.

Cheers, Steve.



Jason van Zyl wrote:

>On Thu, 2003-09-25 at 23:46, dion@multitask.com.au wrote:
>  
>
>>Sounds good to me.
>>    
>>
>
>Cool, we have 3 +1s so maven-plugins is the official new home.
>
>  
>
>>--
>>dIon Gillard, Multitask Consulting
>>Blog:      http://blogs.codehaus.org/people/dion/
>>
>>
>>Jason van Zyl <jv...@maven.org> wrote on 26/09/2003 04:49:45 AM:
>>
>>    
>>
>>>Howdy,
>>>
>>>Vincent and I have decided to move the AspectJ plugin out of the core so
>>>that it can have its own life and so I can get on with the release. So
>>>I'm going to move the plugin tonight and then everything else looks like
>>>a go for cutting the release.
>>>
>>>-- 
>>>jvz.
>>>
>>>Jason van Zyl
>>>jason@zenplex.com
>>>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: dev-unsubscribe@maven.apache.org
>>>For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>>      
>>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>For additional commands, e-mail: dev-help@maven.apache.org
>>    
>>

-- 

Stephen J. McConnell
mailto:mcconnell@apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: RC1

Posted by Jason van Zyl <jv...@maven.org>.
On Thu, 2003-09-25 at 23:46, dion@multitask.com.au wrote:
> Sounds good to me.

Cool, we have 3 +1s so maven-plugins is the official new home.

> --
> dIon Gillard, Multitask Consulting
> Blog:      http://blogs.codehaus.org/people/dion/
> 
> 
> Jason van Zyl <jv...@maven.org> wrote on 26/09/2003 04:49:45 AM:
> 
> > Howdy,
> > 
> > Vincent and I have decided to move the AspectJ plugin out of the core so
> > that it can have its own life and so I can get on with the release. So
> > I'm going to move the plugin tonight and then everything else looks like
> > a go for cutting the release.
> > 
> > -- 
> > jvz.
> > 
> > Jason van Zyl
> > jason@zenplex.com
> > 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: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
-- 
jvz.

Jason van Zyl
jason@zenplex.com
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: RC1

Posted by di...@multitask.com.au.
Sounds good to me.
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/


Jason van Zyl <jv...@maven.org> wrote on 26/09/2003 04:49:45 AM:

> Howdy,
> 
> Vincent and I have decided to move the AspectJ plugin out of the core so
> that it can have its own life and so I can get on with the release. So
> I'm going to move the plugin tonight and then everything else looks like
> a go for cutting the release.
> 
> -- 
> jvz.
> 
> Jason van Zyl
> jason@zenplex.com
> 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: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org