Hello !
I'm ichikawa.
This error massage said Maven command could not find maven-turbine-plugin,
so you should download maven-turbine-plugin-1.2.jar from following URL,
and put the jar file into directory $MAVEN_HOME/plugin.
http://www.meisei-u.ac.jp/mirror/apache/dist/jakarta/turbine/meta-1.2/binaries/
After, you should run following command for confirming the existance of
maven gold of maven-turbine-plugin.
$ maven -g
If you can install maven-turbine-plugin correctly, the command will show
following message.
[turbine] ( NO DEFAULT GOAL )
deploy ......................... Deploys the Application into a local web
container for testing
install-libs ................... updates the libraries for an inplace
application
setup .......................... Setup a new Turbine web application
sql ............................ Build the SQL files necessary for the
application
war ............................ Generate a Turbine based Web application (
war)
At 午後 06:50 05/01/28 +0000, you wrote:
>hi,
>I'm a newbie to maven, and following the documentation available on the maven home page, after installing maven, installed the repositery, I tried to run the following command:
>
>maven -Dturbine.app.name=helloworld turbine:setup
>
>
>but got the following error:
>
>[INFO] App - - __ __
>[INFO] App - -| \/ |__ _Apache__ ___
>[INFO] App - -| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
>[INFO] App - -|_| |_\__,_|\_/\___|_||_| v. 1.0.2
>[INFO] App - -
>log4j:WARN No appenders could be found for logger (org.apache.commons.beanutils.
>BeanUtils).
>log4j:WARN Please initialize the log4j system properly.
>BUILD FAILED
>Goal "turbine:setup" does not exist in this project.
>[INFO] App - -Total time: 1 seconds
>[INFO] App - -Finished at: Thu Jan 27 23:09:12 GMT 2005
>[INFO] App - -
>
>Am I missing something, although I followed EXACTELY what was written in the "Installation", and "Getting started" pages of the maven home page??
>
>Also, I checked in the plugins folder in %MAVEN_HOME%/plugins, and couldn't find the maven-turbine-plugin, nor could I find maven-torque plugins either.
>
>Also, I'd like to know if there is a way to download jars, put them on my machine offline so that maven automatically add those to the local repository.
>I'd like to do that, so as to avoid having to create folders manually under the repository and add my jars offline to the repository.
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
---------------------------
Kenji Ichikawa
mailto:[EMAIL PROTECTED]
http://www.seta.co.jp/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- How to get maven to just focus on the local repository?? Inandjo Taurel
- Re: How to get maven to just focus on the local reposi... Kenji Ichikawa
- Re: How to get maven to just focus on the local re... Inandjo Taurel