You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by Jason van Zyl <jv...@zenplex.com> on 2002/02/19 15:22:44 UTC

[vote] New Maven Repository

Hi,

We have been chatting a little bit about Maven in IRC but I would just
like to take the plunge and put the code in a jakarta-turbine-maven
repository.

The definition of Maven is someone (in this case something) that is an
expert, so in short Maven attempts to be a Java project expert. The
whole basis of Maven is an accurate object model for a project. So once
this model is worked out completely, and a good deal of it is, then all
sorts of interesting things can fall out: build tools, metrics,
continuous integration, documentation tools and the list goes on and on.

I have talk to several people of the last while and so far I've got code
donations from Tom Copeland who works on the importscrubber utility
(importscrubber.sourceforge.net) and Juancarlo Añez who wrote JRCS and a
diff utility written in Java (http://www.suigeneris.org/software/). I
have also talked with Tim Endres who has changed the license on his Java
based cvs client library from GPL to LGPL so it can be used in Maven. I
asked him if he wanted to donate the code to Apache but haven't heard
back from him.

Other people that I have talked to: Reto Kramer (who I meant at the
AspectJ workshop) who is the author of iDoc, iContract, and iDarwin. I
would like to integrate those tools into Maven but I couldn't find the
source. iDoc and iDarwin are the most interesting to me, you can find
out about them here: http://www.reliable-systems.com. I've also sent a
message to David Peugh the author of Quilt which is a code coverage tool
that uses the commons-graph package which I nudged Markus Dahm into
donating (the BCEL guy). I would also like to chat with the Cruise
Control guys but haven't done so yet.

What I would like to do is use all the Turbine projects as a testbed
before making any plans for Maven but the ultimate goal is to replace
the Alexandria project which is defunct. I think if we can work out all
the issues amongst our little family of projects then we will be well
suited to deal with the rest of the world :-)

I would like to take Pete up on his offer to document Maven so I would
like to get the code into a repository  so the documentation, testing
and collaboration can start. I've been thinking about Maven a lot but
there isn't a whole lot of code yet but I think the approach of starting
with the object model is sound.

So I would like to make a jakarta-turbine-maven repository and stick the
code I have in their today.

-- 
jvz.

Jason van Zyl
jvanzyl@apache.org

http://tambora.zenplex.org


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [vote] New Maven Repository

Posted by Pete Kazmier <pe...@kazmier.com>.
+1

On Tue, Feb 19, 2002 at 09:22:44AM -0500, Jason van Zyl wrote:
> So I would like to make a jakarta-turbine-maven repository and stick the
> code I have in their today.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [vote] New Maven Repository

Posted by James Taylor <jt...@4lane.com>.
+1

-- james, who likes the idea of jason cleaning up all that cool code so
he can use it for other things.

On Tue, 2002-02-19 at 09:22, Jason van Zyl wrote:
> Hi,
> 
> We have been chatting a little bit about Maven in IRC but I would just
> like to take the plunge and put the code in a jakarta-turbine-maven
> repository.
> 
> The definition of Maven is someone (in this case something) that is an
> expert, so in short Maven attempts to be a Java project expert. The
> whole basis of Maven is an accurate object model for a project. So once
> this model is worked out completely, and a good deal of it is, then all
> sorts of interesting things can fall out: build tools, metrics,
> continuous integration, documentation tools and the list goes on and on.
> 
> I have talk to several people of the last while and so far I've got code
> donations from Tom Copeland who works on the importscrubber utility
> (importscrubber.sourceforge.net) and Juancarlo Añez who wrote JRCS and a
> diff utility written in Java (http://www.suigeneris.org/software/). I
> have also talked with Tim Endres who has changed the license on his Java
> based cvs client library from GPL to LGPL so it can be used in Maven. I
> asked him if he wanted to donate the code to Apache but haven't heard
> back from him.
> 
> Other people that I have talked to: Reto Kramer (who I meant at the
> AspectJ workshop) who is the author of iDoc, iContract, and iDarwin. I
> would like to integrate those tools into Maven but I couldn't find the
> source. iDoc and iDarwin are the most interesting to me, you can find
> out about them here: http://www.reliable-systems.com. I've also sent a
> message to David Peugh the author of Quilt which is a code coverage tool
> that uses the commons-graph package which I nudged Markus Dahm into
> donating (the BCEL guy). I would also like to chat with the Cruise
> Control guys but haven't done so yet.
> 
> What I would like to do is use all the Turbine projects as a testbed
> before making any plans for Maven but the ultimate goal is to replace
> the Alexandria project which is defunct. I think if we can work out all
> the issues amongst our little family of projects then we will be well
> suited to deal with the rest of the world :-)
> 
> I would like to take Pete up on his offer to document Maven so I would
> like to get the code into a repository  so the documentation, testing
> and collaboration can start. I've been thinking about Maven a lot but
> there isn't a whole lot of code yet but I think the approach of starting
> with the object model is sound.
> 
> So I would like to make a jakarta-turbine-maven repository and stick the
> code I have in their today.
> 
> -- 
> jvz.
> 
> Jason van Zyl
> jvanzyl@apache.org
> 
> http://tambora.zenplex.org
> 
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 
> 



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [vote] New Maven Repository

Posted by Martin Poeschl <mp...@marmot.at>.
Jason van Zyl wrote:
> Hi,
> 

> 
> So I would like to make a jakarta-turbine-maven repository and stick the
> code I have in their today.
> 
> 

+1

martin




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [vote] New Maven Repository

Posted by Stéphane MOR <st...@yahoo.fr>.
Hi,

>The whole basis of Maven is an accurate object model 
> for a project. So once this model is worked out
> completely, and a good deal of it is, then all sorts of 
> interesting things can fall out: build tools, metrics,
> continuous integration, documentation tools and the list 
> goes on and on.

+1 !

This sounds really interesting !

Stephane



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [vote] New Maven Repository

Posted by Kurt Schrader <ks...@engin.umich.edu>.
On Tuesday, February 19, 2002, at 09:22 AM, Jason van Zyl wrote:

> We have been chatting a little bit about Maven in IRC but I would just
> like to take the plunge and put the code in a jakarta-turbine-maven
> repository.

+1!

-Kurt


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [vote] New Maven Repository

Posted by "Geir Magnusson Jr." <ge...@optonline.net>.
On 2/19/02 9:22 AM, "Jason van Zyl" <jv...@zenplex.com> wrote:

[SNIP]
> 
> What I would like to do is use all the Turbine projects as a testbed
> before making any plans for Maven but the ultimate goal is to replace
> the Alexandria project which is defunct. I think if we can work out all
> the issues amongst our little family of projects then we will be well
> suited to deal with the rest of the world :-)
> 

This is a great approach, I think, eating one's one dogfood, as the cliché
goes...


[SNIP]
> 
> So I would like to make a jakarta-turbine-maven repository and stick the
> code I have in their today.

For what it's worth, +1

-- 
Geir Magnusson Jr.                                     geirm@optonline.net
System and Software Consulting
Be a giant.  Take giant steps.  Do giant things...


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>