You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by kranthi reddy <kr...@gmail.com> on 2010/01/15 09:29:08 UTC

Installation Error

Hi all,

I am a newbie to Jetspeed and am trying to get it installed. I am following
the tutorial given in
http://portals.apache.org/jetspeed-2/tutorial/01/genapp.html .

I have changed the command given here to this where I have modified to
version number....

 "mvn org.apache.maven.plugins:maven-archetype-plugin:2.0-alpha-4:generate
-DarchetypeGroupId=org.apache.portals.jetspeed-2
-DarchetypeArtifactId=jetspeed-archetype -DarchetypeVersion=2.2.0
-DartifactId=jetexpress -Dpackage=org.apache.portals.tutorials
-DgroupId=org.apache.portals.tutorials *-Dversion=2.2-SNAPSHOT"*

I have configured the next few steps correctly. But when I try to do
*"mvn jetspeed:mvn -Dtarget=all"* I get different errors.

Initially I got the following error

"*[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Invalid or non-existing target directory
/home/kranthi/setooz/SEO/jetspeed-2-2.2.0/jetexpress-portal
[INFO]
------------------------------------------------------------------------
[INFO] Trace "

*For this I modified the pom.xml file where i had *"jetexpress"* directory
path to the *"install-portal"* id.
POM.XML:: <target>
                <id>install-portal</id>
                <dir>@rootdir@*/jetexpress/*jetexpress-portal</dir>
                <goals>clean,install</goals>
              </target>
.
After doing the above modification i ended up getting a different error. I
am unable to understand what this error means. Some one please help me out.

I have attached the error file . All I can figure out is that *
"jetexpress-portal.war"* is being created in a different directory. But I am
unable to figure out what modification needs to be made. Thank you in
advance.

Regards,
Kranthi Reddy. B
-----------

I don't know the key to success, but the key to failure is trying to impress
others.