hi

i have tried to build jetspeed2 from source using maven 2..

here is my build.prop

================build.properties==================

#Required Portal Configuration Properties

org.apache.jetspeed.portal.home                =    c:/myportal      ***
even if i changed this to C:\jetspeed2
org.apache.jetspeed.portal.groupId            =    myprojects
org.apache.jetspeed.portal.artifactId        =    myportal
org.apache.jetspeed.portal.name                =    My Test Portal
org.apache.jetspeed.portal.currentVersion    =    1.0

#Required Application Server Properties

org.apache.jetspeed.server.home                            =    C:/Program
Files/Apache Software Foundation/Tomcat 5.5
org.apache.jetspeed.server.shared                        =    ${
org.apache.jetspeed.server.home}/shared/lib/
org.apache.jetspeed.deploy.war.dir                        =    ${
org.apache.jetspeed.server.home}/webapps/
org.apache.jetspeed.services.autodeployment.user        =    admin
org.apache.jetspeed.services.autodeployment.password    =
org.apache.jetspeed.catalina.version.major                =    5.5

#Optional Database Server Properties

org.apache.jetspeed.production.database.default.name    =    mysql
org.apache.jetspeed.production.database.url                =
jdbc:mysql://localhost:3306/portal
org.apache.jetspeed.production.database.user            =    root
org.apache.jetspeed.production.database.password        =
org.apache.jetspeed.production.database.driver            =
com.mysql.jdbc.Driver
org.apache.jetspeed.production.jdbc.drivers.path        =
C:/java_tools/mysql-connector-java-3.1.12/Smysql-
connector-java-3.1.12-bin.jar

# required Jetspeed 2 portal configuration property for building from the
source
org.apache.jetspeed.project.home = C:\jetspeed2

#repository properties
maven.repo.remote =
http://www.bluesunrise.com/maven/,http://www.ibiblio.org/maven/,http://dist.codehaus.org/,http://people.apache.org/repository

===================end=========================


maven initMavenPlugin
BUILD SUCCESS...


maven allClean allBuild
BUILD FAILED
File...... C:\jetspeed2\maven.xml
Element... maven:reactor
Line...... 164
Column.... 108
Unable to obtain goal [java:compile] -- C:\Documents and
Settings\Gaerlan\.maven
\cache\maven-java-plugin-1.5\plugin.jelly:63:48: <ant:javac> Compile failed;
see
the compiler error output for details.
Total time: 15 minutes 3 seconds
Finished at: Wed Sep 27 09:35:34 CST 2006

what could be wrong?

thanks in advance...

Reply via email to