Hi from Ecuador How I put the jetspeed-api-2.0.jar at CLASSPATH? Which file I would modify?
Please help me, when I executed maven allBuild get the next error: +---------------------------------------- | Build and Install all Jetspeed 2 jars Jetspeed-2 Core API | Memory: 19M/26M +---------------------------------------- build:end: jetspeed2:jar:install: build:start: java:prepare-filesystem: [mkdir] Created dir: C:\jolug\dev\jetspeed-2.0-src\jetspeed-api\target\class es java:compile: [echo] Compiling to C:\jolug\dev\jetspeed-2.0-src\jetspeed-api/target/classe s [javac] Compiling 252 source files to C:\jolug\dev\jetspeed-2.0-src\jetspeed -api\target\classes [javac] C:\jolug\dev\jetspeed-2.0-src\jetspeed-api\src\java\org\apache\jetsp eed\administration\PortalAdministration.java:62: cannot find symbol [javac] symbol : class RegistrationException [javac] location: interface org.apache.jetspeed.administration.PortalAdminis tration [javac] throws RegistrationException; [javac] ^ [javac] C:\jolug\dev\jetspeed-2.0-src\jetspeed-api\src\java\org\apache\jetsp eed\administration\PortalAdministration.java:71: cannot find symbol [javac] symbol : class RegistrationException [javac] location: interface org.apache.jetspeed.administration.PortalAdminis tration [javac] throws RegistrationException; [javac] ^ [javac] C:\jolug\dev\jetspeed-2.0-src\jetspeed-api\src\java\org\apache\jetsp eed\om\common\portlet\MutablePortletApplication.java:41: cannot find symbol [javac] symbol: class PortletApplication [javac] public interface MutablePortletApplication extends PortletApplicatio n, Serializable [javac] ^ [javac] C:\jolug\dev\jetspeed-2.0-src\jetspeed-api\src\java\org\apache\jetsp eed\factory\PortletFactory.java:22: cannot find symbol [javac] symbol : class PortletApplication [javac] location: package org.apache.jetspeed.om.common.portlet [javac] import org.apache.jetspeed.om.common.portlet.PortletApplication; [javac] ^ [javac] C:\jolug\dev\jetspeed-2.0-src\jetspeed-api\src\java\org\apache\jetsp eed\factory\PortletFactory.java:39: cannot find symbol [javac] symbol : class PortletApplication [javac] location: interface org.apache.jetspeed.factory.PortletFactory [javac] void registerPortletApplication(PortletApplication pa, ClassLoad er paClassLoader); [javac] ^ [javac] C:\jolug\dev\jetspeed-2.0-src\jetspeed-api\src\java\org\apache\jetsp eed\factory\PortletFactory.java:40: cannot find symbol [javac] symbol : class PortletApplication [javac] location: interface org.apache.jetspeed.factory.PortletFactory [javac] void unregisterPortletApplication(PortletApplication pa); [javac] ^ [javac] C:\jolug\dev\jetspeed-2.0-src\jetspeed-api\src\java\org\apache\jetsp eed\factory\PortletFactory.java:41: cannot find symbol [javac] symbol : class PortletApplication [javac] location: interface org.apache.jetspeed.factory.PortletFactory [javac] boolean isPortletApplicationRegistered(PortletApplication pa); [javac] ^ [javac] C:\jolug\dev\jetspeed-2.0-src\jetspeed-api\src\java\org\apache\jetsp eed\factory\PortletFactory.java:42: cannot find symbol [javac] symbol : class PortletApplication [javac] location: interface org.apache.jetspeed.factory.PortletFactory [javac] ClassLoader getPortletApplicationClassLoader(PortletApplication pa); [javac] ^ [javac] C:\jolug\dev\jetspeed-2.0-src\jetspeed-api\src\java\org\apache\jetsp eed\page\document\DocumentHandler.java:43: cannot find symbol [javac] symbol : class DocumentHandlerFactory [javac] location: interface org.apache.jetspeed.page.document.DocumentHandle r [javac] DocumentHandlerFactory getHandlerFactory(); [javac] ^ [javac] C:\jolug\dev\jetspeed-2.0-src\jetspeed-api\src\java\org\apache\jetsp eed\page\document\DocumentHandler.java:45: cannot find symbol [javac] symbol : class DocumentHandlerFactory [javac] location: interface org.apache.jetspeed.page.document.DocumentHandle r [javac] void setHandlerFactory(DocumentHandlerFactory factory); [javac] ^ [javac] C:\jolug\dev\jetspeed-2.0-src\jetspeed-api\src\java\org\apache\jetsp eed\profiler\rules\ProfilingRule.java:80: cannot find symbol [javac] symbol : class RuleCriterionResolver [javac] location: interface org.apache.jetspeed.profiler.rules.ProfilingRule [javac] RuleCriterionResolver getResolver(String name); [javac] ^ [javac] C:\jolug\dev\jetspeed-2.0-src\jetspeed-api\src\java\org\apache\jetsp eed\profiler\rules\ProfileResolvers.java:26: cannot find symbol [javac] symbol : class RuleCriterionResolver [javac] location: interface org.apache.jetspeed.profiler.rules.ProfileResolv ers [javac] RuleCriterionResolver get(String resolverName); [javac] ^ [javac] C:\jolug\dev\jetspeed-2.0-src\jetspeed-api\src\java\org\apache\jetsp eed\mockobjects\MockHttpServletRequest.java:257: warning: [deprecation] isReques tedSessionIdFromUrl() in javax.servlet.http.HttpServletRequest has been deprecat ed [javac] public boolean isRequestedSessionIdFromUrl() [javac] ^ [javac] C:\jolug\dev\jetspeed-2.0-src\jetspeed-api\src\java\org\apache\jetsp eed\mockobjects\MockHttpServletRequest.java:483: warning: [deprecation] getRealP ath(java.lang.String) in javax.servlet.ServletRequest has been deprecated [javac] public String getRealPath( String arg0 ) [javac] ^ [javac] 12 errors [javac] 2 warnings BUILD FAILED File...... C:\jolug\dev\jetspeed-2.0-src\maven.xml Element... maven:reactor Line...... 164 Column.... 108 Unable to obtain goal [java:compile] -- C:\Documents and Settings\jolug\.maven\c ache\maven-java-plugin-1.5\plugin.jelly:63:48: <ant:javac> Compile failed; see t he compiler error output for details. Total time: 4 minutes 46 seconds Finished at: Fri Mar 10 19:57:06 COT 2006 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
