Vivek Kumar wrote:
Hi
Jetspeed 2.2 trunk is in process of integration with pluto 2.0.
I would recommend you to check out pluto trunk and build jetspeed after
that
Hi Jeff,
In addition to Vivek's recommendation (Pluto 2.0 trunk SNAPSHOT artifacts are
not remotely available yet),
you should use the following (rudimentary) new documentation for building the
current Jetspeed 2.2-SNAPSHOT trunk:
http://portals.apache.org/jetspeed-2/maven/index.html
To build a full (demo) portal will also require you to checkout and build/install all the (separate) Portals Applications projects too, as
well as the Jetspeed-2 j2-admin 2.2-SNAPSHOT application (after building/installing bjetspeed-2.2-SNAPSHOT).
Once you've build all of the above, you can deploy a demo Jetspeed Portal using:
mvn jetspeed:mvn -Dtarget=demo (see and read above documentation link first
though)
We're planning to update and complete the new build documentation shortly.
Regards,
Ate
Vivek
Jeff Pierce wrote:
Prior to last week I was able to successfully build the trunk version of
Jetspeed 2.2. Last week I updated to the latest version and started
getting
the build errors below. I am new to Jetspeed and also to maven so I
suspect
it has to do with my environment or something. The only file in my maven
repo home is the settings.xml with the pluginGroup for Jetspeed-2. Do I
need to refresh my maven repository for the latest Pluto container? I
thought Maven did this for me. I have tried a few different things
but no
luck. Any help would be greatly appreciated. I am following the
documentation at http://portals.apache.org/jetspeed-2/maven-2-build.html.
If there is additional doc, let me know.
[INFO]
------------------------------------------------------------------------
[INFO] Building Jetspeed-2 Enterprise Portal
[INFO] task-segment: [install]
[INFO]
------------------------------------------------------------------------
[INFO] [site:attach-descriptor]
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive
invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-sources}]
[INFO] [install:install]
[INFO] Installing C:\dev\jetspeed-src\portal\pom.xml to C:\Documents and
Settings\piercej.VISION\.m2\repository\org\apac
he\portals\jetspeed-2\jetspeed-2\2.2-SNAPSHOT\jetspeed-2-2.2-SNAPSHOT.pom
[INFO]
------------------------------------------------------------------------
[INFO] Building Jetspeed-2 Core API
[INFO] task-segment: [install]
[INFO]
------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 344 source files to
C:\dev\jetspeed-src\portal\jetspeed-api\target\classes
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure
C:\dev\jetspeed-src\portal\jetspeed-api\src\main\java\org\apache\jetspeed\om\portlet\ContainerRuntimeOption.java:[25,85]
package org.apache.pluto.container.om.portlet does not exist
C:\dev\jetspeed-src\portal\jetspeed-api\src\main\java\org\apache\jetspeed\container\PortletWindow.java:[31,34]
package o
rg.apache.pluto.container does not exist
C:\dev\jetspeed-src\portal\jetspeed-api\src\main\java\org\apache\jetspeed\container\PortletWindow.java:[32,34]
package o
rg.apache.pluto.container does not exist
C:\dev\jetspeed-src\portal\jetspeed-api\src\main\java\org\apache\jetspeed\container\PortletWindow.java:[39,65]
package o
rg.apache.pluto.container does not exist
C:\dev\jetspeed-src\portal\jetspeed-api\src\main\java\org\apache\jetspeed\om\portlet\PortletDefinition.java:[34,80]
pack
age org.apache.pluto.container.om.portlet does not exist
C:\dev\jetspeed-src\portal\jetspeed-api\src\main\java\org\apache\jetspeed\om\portlet\PortletInfo.java:[25,74]
package or
g.apache.pluto.container.om.portlet does not exist
C:\dev\jetspeed-src\portal\jetspeed-api\src\main\java\org\apache\jetspeed\container\PortletWindowID.java:[26,68]
package
org.apache.pluto.container does not exist
C:\dev\jetspeed-src\portal\jetspeed-api\src\main\java\org\apache\jetspeed\container\PortletWindow.java:[62,4]
cannot fin
d symbol
symbol : class PortletRequestContext
location: interface org.apache.jetspeed.container.PortletWindow
C:\dev\jetspeed-src\portal\jetspeed-api\src\main\java\org\apache\jetspeed\container\PortletWindow.java:[63,4]
cannot fin
d symbol
symbol : class PortletResponseContext
location: interface org.apache.jetspeed.container.PortletWindow
Several other errors I cut off...
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 19 seconds
[INFO] Finished at: Mon Apr 20 15:38:05 CDT 2009
[INFO] Final Memory: 21M/38M
[INFO]
------------------------------------------------------------------------
---------------------------------------------------------------------
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]