Brice, I tried every single step you said, and I got an error on step 5:


[INFO] Scanning for projects...
[INFO] ----------------------------------------------------------------------------
[INFO] Building Maven Default Project
[INFO]    task-segment: [install]
[INFO] ---------------------------------------------------------------------------- [INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------ [INFO] Cannot execute mojo: resources. It requires a project with an existing pom.xml, but the build is not using one. [INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 second
[INFO] Finished at: Thu Sep 06 15:43:21 ADT 2007
[INFO] Final Memory: 5M/12M
[INFO] ------------------------------------------------------------------------
[EMAIL PROTECTED] jetspeed-2.1.2-src]$

can you give me any hint ?



Brice Lambi wrote:
I guess I'm not sure what you mean by "download or use /jsetspeedtraining."
I don't know what that is but I don't think you need it.  The maven2 build
is extremely simple:

1.) Download jetspeed-src-2.1.2.zip
2.) Unzip the file, resulting directory should be jetspeed-2.1.2
3.) copy settings.xm.sample from jetspeed-2.1.2/src/settings.xml.sample to
~/.m2/settings.xml
4.) edit ~/.m2/settings.xml (this involves entering the path to tomcat and
database information)
5.) mvn install
6.) mvn -P tomcat

What you are trying to do with the maven1 builds is generate your own
portal.  You can also do that with the maven2 builds (much simpler).  But if
you just want jetspeed.war to deploy to tomcat follow the steps above.

Brice



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to