You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Tim Müller-Seydlitz <tm...@nagler-company.com> on 2003/11/20 14:13:00 UTC

Using maven-turbine-plugin

Hi,
I was trying to get the maven-turbine-plugin to work
Running maven plugin a file called maven-turbine-plugin-2.4-dev.jar
was put in the directory
~/.maven/repository/maven/plugin
I then unpacked the jar to this directory
~/.maven/maven-turbine-plugin-2.4-dev

I was trying to use the plugin and got the following results.

maven -Dpackage=com.naglercompany.live turbine:base
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT


BUILD FAILED
File...... file:/home/tmmuelle/.maven/plugins/maven-turbine-plugin-2.4/
Element... copy
Line...... 29
Column.... 52
/home/tmmuelle/.maven/plugins/maven-turbine-plugin-2.4/plugin-resources/src/java 
not found.
Total time: 8 seconds
Finished at: Thu Nov 20 12:26:02 CET 2003

Is the maven-turbine-plugin still incomplete?
Regards
Tim



---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


RE: Using maven-turbine-plugin

Posted by Eric Pugh <ep...@upstate.com>.
The thinking was that a maven based plugin would replace the tdk.  I added
on a couple goals (inplace, and inplace-clean) to help working with in place
developement.  If someone wants to send some more patches in then that would
be great.

Otherwise, though, if the net result of these goals is that they don't do
much, and aren't useful, then they should be removed to reduce the confusion
(large enough already) that occurs when trying to get started!

Eric

> -----Original Message-----
> From: Tim Müller-Seydlitz [mailto:tms@nagler-company.com]
> Sent: Friday, November 21, 2003 8:21 AM
> To: Turbine Users List
> Subject: Re: Using maven-turbine-plugin
>
>
> Thanks, Eric.
> The error with turbine:base indeed went away.
> Indeed it would be good to better describe the maven goals. I just
> expected the turbine:base to be the most basic one, i.e. setup a new
> project with a few useful directories.
>
> Tim
>
> Eric Pugh wrote:
>
> >Humm..  Depends on what you mean by incomplete..  some of
> the goals work
> >fine.  I am not really sure what turbine:base was supposed
> to do, I am
> >guessing get a vanilla setup.  If you want to send patches
> or feedback on
> >what you want out of turbine:base, I could do some work on it.
> >
> >For me, I want a new project with a /src, /src/java,
> /src/test,/tomcat, etc
> >directories....
> >
> >I did just commit a tweak so your error will go away.
> >
> >eric
> >
> >
> >
> >>-----Original Message-----
> >>From: Tim Müller-Seydlitz [mailto:tms@nagler-company.com]
> >>Sent: Thursday, November 20, 2003 2:13 PM
> >>To: Turbine User List
> >>Subject: Using maven-turbine-plugin
> >>
> >>
> >>Hi,
> >>I was trying to get the maven-turbine-plugin to work
> >>Running maven plugin a file called maven-turbine-plugin-2.4-dev.jar
> >>was put in the directory
> >>~/.maven/repository/maven/plugin
> >>I then unpacked the jar to this directory
> >>~/.maven/maven-turbine-plugin-2.4-dev
> >>
> >>I was trying to use the plugin and got the following results.
> >>
> >>maven -Dpackage=com.naglercompany.live turbine:base
> >> __  __
> >>|  \/  |__ _Apache__ ___
> >>| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> >>|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT
> >>
> >>
> >>BUILD FAILED
> >>File......
> >>file:/home/tmmuelle/.maven/plugins/maven-turbine-plugin-2.4/
> >>Element... copy
> >>Line...... 29
> >>Column.... 52
> >>/home/tmmuelle/.maven/plugins/maven-turbine-plugin-2.4/plugin-
> >>resources/src/java
> >>not found.
> >>Total time: 8 seconds
> >>Finished at: Thu Nov 20 12:26:02 CET 2003
> >>
> >>Is the maven-turbine-plugin still incomplete?
> >>Regards
> >>Tim
> >>
> >>
> >>
> >>------------------------------------------------------------
> ---------
> >>To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> >>For additional commands, e-mail:
> turbine-user-help@jakarta.apache.org
> >>
> >>
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> >For additional commands, e-mail: turbine-user-help@jakarta.apache.org
> >
> >
>
>
> --
> Dr. Tim Müller-Seydlitz
>
> Dr. Nagler & Company GmbH
> Maximilianstraße 47
> 80538 München
> Germany
>
> Tel:   +49 (89) 21 11 36 - 73
> Fax:   +49 (89) 21 11 36 - 74
> web:   www.nagler-company.com
> email: tms@nagler-company.com
>
>
> *************Internet Email Confidentiality Footer*************
>
>
> Privileged/Confidential Information may be contained in this message.
> If you are not the addressee indicated in this message (or responsible
> for delivery of the message to such person), you may not copy or
> deliver this message to anyone. In such case, you should destroy this
> message and kindly notify the sender by reply email. Please advise
> immediately if you or your employer do not consent to Internet email
> for messages of this kind. Opinions, conclusions and other information
> in this message that do not relate to the official business of my firm
> shall be understood as neither given nor endorsed by it.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


Re: Using maven-turbine-plugin

Posted by Tim Müller-Seydlitz <tm...@nagler-company.com>.
Thanks, Eric.
The error with turbine:base indeed went away.
Indeed it would be good to better describe the maven goals. I just 
expected the turbine:base to be the most basic one, i.e. setup a new 
project with a few useful directories.

Tim

Eric Pugh wrote:

>Humm..  Depends on what you mean by incomplete..  some of the goals work
>fine.  I am not really sure what turbine:base was supposed to do, I am
>guessing get a vanilla setup.  If you want to send patches or feedback on
>what you want out of turbine:base, I could do some work on it.
>
>For me, I want a new project with a /src, /src/java, /src/test,/tomcat, etc
>directories....
>
>I did just commit a tweak so your error will go away.
>
>eric
>
>  
>
>>-----Original Message-----
>>From: Tim Müller-Seydlitz [mailto:tms@nagler-company.com]
>>Sent: Thursday, November 20, 2003 2:13 PM
>>To: Turbine User List
>>Subject: Using maven-turbine-plugin
>>
>>
>>Hi,
>>I was trying to get the maven-turbine-plugin to work
>>Running maven plugin a file called maven-turbine-plugin-2.4-dev.jar
>>was put in the directory
>>~/.maven/repository/maven/plugin
>>I then unpacked the jar to this directory
>>~/.maven/maven-turbine-plugin-2.4-dev
>>
>>I was trying to use the plugin and got the following results.
>>
>>maven -Dpackage=com.naglercompany.live turbine:base
>> __  __
>>|  \/  |__ _Apache__ ___
>>| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
>>|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT
>>
>>
>>BUILD FAILED
>>File......
>>file:/home/tmmuelle/.maven/plugins/maven-turbine-plugin-2.4/
>>Element... copy
>>Line...... 29
>>Column.... 52
>>/home/tmmuelle/.maven/plugins/maven-turbine-plugin-2.4/plugin-
>>resources/src/java
>>not found.
>>Total time: 8 seconds
>>Finished at: Thu Nov 20 12:26:02 CET 2003
>>
>>Is the maven-turbine-plugin still incomplete?
>>Regards
>>Tim
>>
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: turbine-user-help@jakarta.apache.org
>>    
>>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: turbine-user-help@jakarta.apache.org
>  
>


-- 
Dr. Tim Müller-Seydlitz

Dr. Nagler & Company GmbH
Maximilianstraße 47
80538 München
Germany

Tel:   +49 (89) 21 11 36 - 73
Fax:   +49 (89) 21 11 36 - 74
web:   www.nagler-company.com
email: tms@nagler-company.com


*************Internet Email Confidentiality Footer*************


Privileged/Confidential Information may be contained in this message.
If you are not the addressee indicated in this message (or responsible
for delivery of the message to such person), you may not copy or
deliver this message to anyone. In such case, you should destroy this
message and kindly notify the sender by reply email. Please advise
immediately if you or your employer do not consent to Internet email
for messages of this kind. Opinions, conclusions and other information
in this message that do not relate to the official business of my firm
shall be understood as neither given nor endorsed by it.



---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


RE: Using maven-turbine-plugin

Posted by Eric Pugh <ep...@upstate.com>.
Humm..  Depends on what you mean by incomplete..  some of the goals work
fine.  I am not really sure what turbine:base was supposed to do, I am
guessing get a vanilla setup.  If you want to send patches or feedback on
what you want out of turbine:base, I could do some work on it.

For me, I want a new project with a /src, /src/java, /src/test,/tomcat, etc
directories....

I did just commit a tweak so your error will go away.

eric

> -----Original Message-----
> From: Tim Müller-Seydlitz [mailto:tms@nagler-company.com]
> Sent: Thursday, November 20, 2003 2:13 PM
> To: Turbine User List
> Subject: Using maven-turbine-plugin
>
>
> Hi,
> I was trying to get the maven-turbine-plugin to work
> Running maven plugin a file called maven-turbine-plugin-2.4-dev.jar
> was put in the directory
> ~/.maven/repository/maven/plugin
> I then unpacked the jar to this directory
> ~/.maven/maven-turbine-plugin-2.4-dev
>
> I was trying to use the plugin and got the following results.
>
> maven -Dpackage=com.naglercompany.live turbine:base
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT
>
>
> BUILD FAILED
> File......
> file:/home/tmmuelle/.maven/plugins/maven-turbine-plugin-2.4/
> Element... copy
> Line...... 29
> Column.... 52
> /home/tmmuelle/.maven/plugins/maven-turbine-plugin-2.4/plugin-
> resources/src/java
> not found.
> Total time: 8 seconds
> Finished at: Thu Nov 20 12:26:02 CET 2003
>
> Is the maven-turbine-plugin still incomplete?
> Regards
> Tim
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org