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 Edward Rayl <er...@bellsouth.net> on 2004/01/13 23:30:44 UTC

Jetspeed 2 maven build errors

In following the Getting Started section for Jetspeed 2:

*Build Jetspeed Portal*
cd ${jetspeed-2-home}/portal
maven war

I get the following errors:

    [javac] 
C:\Java\jakarta-jetspeed-2\portal\src\java\org\apache\jetspeed\layou
t\LayoutPortlet.java:104: cannot resolve symbol
    [javac] symbol  : method getAppRelativePath ()
    [javac] location: interface org.apache.jetspeed.cps.template.Template
    [javac]                 absViewPage = 
jpt.getTemplate(viewPage+"/"+JetspeedP
owerTool.LAYOUT_TEMPLATE_TYPE+".vm", 
JetspeedPowerTool.LAYOUT_TEMPLATE_TYPE).get
AppRelativePath();

    [javac] 
C:\Java\jakarta-jetspeed-2\portal\src\java\org\apache\jetspeed\veloc
ity\JetspeedPowerTool.java:435: cannot resolve symbol
    [javac] symbol  : method getAppRelativePath ()
    [javac] location: interface org.apache.jetspeed.cps.template.Template
    [javac]         PortletRequestDispatcher prd = 
portletConfig.getPortletConte
xt().getRequestDispatcher(template.getAppRelativePath());

BUILD FAILED
File...... file:/C:/Documents and 
Settings/me/.maven/plugins/maven-java-plugin-1.3/
Element... ant:javac
Line...... 34
Column.... 48
Compile failed; see the compiler error output for details.


I'm using files from the CVS repository (yes, I know I'm probably 
playing with fire ;-). maven builds up to this point in the docs work 
fine. Anyone know of a fix?

Ed


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org