You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by joe hobson <jo...@gmail.com> on 2004/09/27 01:33:55 UTC

compile error

I'm completely new to Jetspeed, as of two days ago. I want to start
developing portlets and help with development of a solid portal
server. Jetspeed looked like the best bet at this time. So i
downloaded the source via CVS on Friday (09/24/04) and attempted to
build it with maven but got an error. I updated my CVS this afternoon
(09/26/04) but still got the same error (just running "maven allClean
allBuild"). I'm new to maven (and fairly new to Java in general), but
my guess is that the some package is dependent on the
ServletContextProvider which is either not built yet or not in any
classpath. Here's the error. Any help would be greatly appreciated.
... .joe

java:compile:
    [echo] Compiling to
/home/jhobson/dev/eclipse/workspace/jakarta-jetspeed-2/commons/target/classes
    [javac] Compiling 35 source files to
/home/jhobson/dev/eclipse/workspace/jakarta-jetspeed-2/commons/target/classes
    [javac] /home/jhobson/dev/eclipse/workspace/jakarta-jetspeed-2/commons/src/java/org/apache/jetspeed/portlet/ServletContextProviderImpl.java:28:
cannot resolve symbol
    [javac] symbol  : class ServletContextProvider
    [javac] location: package common
    [javac] import org.apache.portals.bridges.common.ServletContextProvider;
    [javac]                                          ^
    [javac] /home/jhobson/dev/eclipse/workspace/jakarta-jetspeed-2/commons/src/java/org/apache/jetspeed/portlet/ServletContextProviderImpl.java:36:
cannot resolve symbol
    [javac] symbol  : class ServletContextProvider
    [javac] location: class
org.apache.jetspeed.portlet.ServletContextProviderImpl
    [javac] public class ServletContextProviderImpl implements
ServletContextProvider
    [javac]                                                    ^
    [javac] 2 errors

BUILD FAILED
File...... /home/jhobson/dev/eclipse/workspace/jakarta-jetspeed-2/maven.xml
Element... maven:reactor
Line...... 133
Column.... 40
Unable to obtain goal [java:compile] --
/home/jhobson/.maven/cache/maven-java-plugin-1.4/plugin.jelly:53:48:
<ant:javac> Compile failed; see the compiler error
output for details.
Total time: 3 minutes 16 seconds
Finished at: Sun Sep 26 16:25:51 PDT 2004

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