I suspected that may be it. I will give that a try. Is the current trunk stable enough to do our own development work against once I get it built or should I hold off for a while?
On Mon, Apr 20, 2009 at 4:13 PM, Vivek Kumar <[email protected]> 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 > > 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] > > -- Regards, Jeff Pierce
