I'll approach this differently, I'm completely ignorant of Turbine and Maven, but I need to build a secure website. I apologize for the long description but I am lost. I think the Turbine readme instructions are wrong (Why do I need to build a jar that already exists?) What follows is a description of what I have done and the results. Thanks, Bob
>From http://jakarta.apache.org/builds/jakarta-turbine/turbine-2/release/2.2/ I downloaded turbine-2.2.zip. Once this has been unzipped there are 4 items: docs directory, readme, license and turbine-2.2.jar The README instructions say: "In order to get started with Turbine, you must build it first."...using Maven. From http://jakarta.apache.org/builds/jakarta-turbine-maven/release/1.0-beta-8/ I downloaded maven-1.0-beta-8.zip. Once this was unzipped. I followed the instructions at http://jakarta.apache.org/turbine/maven/start/install.html and $MAVEN_HOME is set. As far as I can tell everything I need is available. Back to the README for Turbine. "Once Maven has been installed, just type 'maven'.": In the turbine-2.2 install directory, I type "maven" as it says in the readme. The results are this: C:\turbine-2.2>maven __ __ | \/ |__ Jakarta _ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-beta-8 java.lang.NullPointerException at org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:354) at org.apache.maven.MavenSession.attainGoals(MavenSession.java:360) at org.apache.maven.cli.App.doMain(App.java:518) at org.apache.maven.cli.App.main(App.java:1074) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39 ) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl .java:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.werken.forehead.Forehead.run(Forehead.java:543) at com.werken.forehead.Forehead.main(Forehead.java:573) Total time: 1 seconds AND maven.txt contains: Maven.txt now contains this: 2003-03-01 09:13:09,520 INFO org.apache.maven.plugin.PluginManager - Initializing Plugins! 2003-03-01 09:13:09,900 INFO org.apache.maven.plugin.PluginManager - Finished initializing Plugins! ----- Original Message ----- From: "Age Mooy" <[EMAIL PROTECTED]> To: "'Turbine Users List'" <[EMAIL PROTECTED]> Sent: Friday, February 28, 2003 2:19 PM Subject: RE: Build failures > This means that you don't have the Torque plugin installed. You have to > build and install it from the maven repo. Checkout/update maven from cvs > and then go to /src/plugins-buils/torque and do a maven plugin:install > there. After that you can build turbine-2 without problems. > > Age > > > -----Original Message----- > > From: abjett [mailto:[EMAIL PROTECTED] > > Sent: Friday, February 28, 2003 20:51 > > To: [EMAIL PROTECTED] > > Subject: Build failures > > > > > > I'm getting build failures for Turbine. I thought I had done > > all that was required but it looks like I missed something. I > > also, get a similar output for Torque. > > > > Thanks, > > Bob > > > > The output after "maven" is: > > > > C:\cvs-1.11.5\jakarta-turbine-2>maven > > __ __ > > | \/ |__ Jakarta _ ___ > > | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > > |_| |_\__,_|\_/\___|_||_| v. 1.0-beta-8 > > > > > > Attempting to download avalon-framework-SNAPSHOT.jar. > > Attempting to download commons-collections-SNAPSHOT.jar. > > Attempting to download commons-configuration-SNAPSHOT.jar. > > Attempting to download excalibur-component-SNAPSHOT.jar. > > Attempting to download excalibur-instrument-SNAPSHOT.jar. > > Attempting to download excalibur-logger-SNAPSHOT.jar. > > Attempting to download excalibur-pool-SNAPSHOT.jar. > > Attempting to download activation-1.0.2.jar. Attempting to > > download javamail-1.3.jar. Attempting to download > > jdbc-2.0.jar. Attempting to download jndi-1.2.1.jar. > > Attempting to download torque-SNAPSHOT.jar. > > > > BUILD FAILED > > null:52:35: <attainGoal> null:-1:-1: <null> No goal > > [torque:om] Total time: 9 seconds > > > > > --------------------------------------------------------------------- > 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]
