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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to