Hi Janesh,
This is strange, it's as if the maven.src.dir didn't have the correct value. It shouldn't be copying the jetspeed.properties from C:\WEB-INF\conf\jetspeed.properties to copy. but from :
/C:/eclipse/workspace/jakarta-jetspeed-2/portal/target/jetspeed/WEB-INF/conf/jetspeed.properties
There might be some kind of environment variable that's causing the problem. I can't reproduce your problem here so there must be something interfering in the build on your system. You might also want to ask on the jetspeed user mailing list as this is not specific to Jahia.
Regards,
Serge Huber.
At 20:48 22.06.2004, you wrote:
Hi,
I am trying to build the source code for jahia for which I have to build the source code for jetspeed. I am unable to build hetspeed. Could some one tell me what am I doing wrong. Thank you in advance.
I am using the following command as suggested earlier which avaoids the tests:
maven -Dmaven.test.skip=true allBuild
But I am getting the following error:
BUILD FAILED
File...... file:/C:/eclipse/workspace/jakarta-jetspeed-2/
Element... maven:reactor
Line...... 253
Column.... 40
Unable to obtain goal [war:webapp] -- file:/C:/eclipse/workspace/jakarta-jetspee
d-2/portal/:544:151: <copy> Warning: Could not find file C:\WEB-INF\conf\jetspee
d.properties to copy.
Total time: 1 minutes 36 seconds.
My build.properties file looks as below:
# jetspeed required properties
org.apache.jetspeed.server.home = c:/Tomcat
org.apache.jetspeed.catalina.version.major = 4
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 = j2deployer
org.apache.jetspeed.services.autodeployment.password = j2deployer
maven.repo.remote=http://www.bluesunrise.com/maven,http://www.ibiblio.org/maven
# -------------------------------------------------------------------------
# configure MySQL Test DB
# -------------------------------------------------------------------------
org.apache.jetspeed.test.database.default.name=mysql
org.apache.jetspeed.test.database.url = ""> org.apache.jetspeed.test.database.driver = com.mysql.jdbc.Driver
org.apache.jetspeed.test.database.user = jetspeed2
org.apache.jetspeed.test.database.password =
# -------------------------------------------------------------------------
# configure MySQL Production DB
# -------------------------------------------------------------------------
org.apache.jetspeed.production.database.default.name=mysql
org.apache.jetspeed.production.database.url = ""> org.apache.jetspeed.production.database.driver = com.mysql.jdbc.Driver
org.apache.jetspeed.production.database.user = jetspeed2
org.apache.jetspeed.production.database.password =
# My SQL Driver Path Example, test and production
org.apache.jetspeed.test.jdbc.drivers.path=c:/mysql-connector-java-3.0.8-stable-bin.jar
org.apache.jetspeed.production.jdbc.drivers.path=c:/mysql-connector-java-3.0.8-stable-bin.jar
#p6.home=c:/eclipse/workspace/jakarta-jetspeed-2
Jahia : A collaborative source CMS and Portal Server
www.jahia.org Community and product web site
www.jahia.com Commercial services company
