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 Junmin Liu <ju...@pcbi.upenn.edu> on 2004/09/24 19:27:37 UTC

question about build the jetspeed2

Hi, I am trying to using maven to build the jetspeed2 into JBoss.

After I checked out the jetspeed-2 module from apache cvs site. I issued 
the following:
maven start.test.server
maven allBuild.

I am using maven 1.0. But I got the following errors:

  +----------------------------------------
| Build and Install all Jetspeed 2 jars Jetspeed-2 Portal Commons
| Memory: 25M/41M
+----------------------------------------
Attempting to download pluto-1.0.1-SNAPSHOT.jar.
Attempting to download portals-bridges-common-0.1.jar.
5K downloaded
Plugin 'maven-deploy-plugin' in project 'Jetspeed-2 Portal Commons' is not 
available

jar:install:

build:end:

build:start:

java:prepare-filesystem:
     [mkdir] Created dir: 
/home/junmin/projects/jakarta-jetspeed-2/commons/target/classes

java:compile:
     [echo] Compiling to 
/home/junmin/projects/jakarta-jetspeed-2/commons/target/classes
     [javac] Compiling 35 source files to 
/home/junmin/projects/jakarta-jetspeed-2/commons/target/classes
     [javac] 
/home/junmin/projects/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/junmin/projects/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/junmin/projects/jakarta-jetspeed-2/maven.xml
Element... maven:reactor
Line...... 133
Column.... 40
Unable to obtain goal [java:compile] -- 
/home/junmin/.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 31 seconds
Finished at: Fri Sep 24 11:17:52 EDT 2004


Even I tried deleting jars files from .maven/repository and recheck out 
the jetspeed2, I still got the errors.

Please help.

--junmin


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