OK, it seems that only cvstimestamp parameter is getting quoted correctly.
How did this happen? How can I maek the cclastbuildtimestamp, label,
cclastgoodbuildtimestamp , cclastbuildsuccessful and cctimestamp parameters
quoted?
Thank You
Mick Knutson
Sr. Java/J2EE Consultant
BASE logic, inc.
(415) 648-1804 (S.F., CA)
http://www.BASELogic.com
HP Consulting Services (Walnut Creek, CA)
From: "Mick Knutson" <[EMAIL PROTECTED]>
Reply-To: "Maven Users List" <[email protected]>
To: [email protected]
Subject: RE: RE : CruiseControl issues trying to install and run from
maven.Pleasehelp.
Date: Wed, 28 Sep 2005 16:09:55 -0700
Revisiting this again, I am having issues getting cruiseControl to
correctly call Maven.
This is what I get in the MAVEN_BATCH_ECHO=on:
C:\opt\local\blackhawk\FastForward_AppServer\fastforward>"c:\j2sdk1.4.2_08\bin\java.exe"
-Djavax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
-Djavax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl
"-Dmaven.home=C:\Maven_1.0.2"
"-Dtools.jar=c:\j2sdk1.4.2_08\lib\tools.jar"
"-Dforehead.conf.file=C:\Maven_1.0.2\bin\forehead.conf"
-Djava.endorsed.dirs="c:\j2sdk1.4.2_08\lib\endorsed;C:\Maven_1.0.2\lib\endorsed"
-Xmx1024m -classpath "C:\Maven_1.0.2\lib\forehead-1.0-beta-5.jar"
"com.werken.forehead.Forehead" -Dcclastbuildtimestamp 20050921000000
-Dlabel build.1 -Dcclastgoodbuildtimestamp 20050921000000
-Dlastbuildsuccessful false "-Dcvstimestamp=2005-09-28 22:52:04 GMT"
-Dcctimestamp 20050928155204 -b -p project.xml scm:update-project
BUILD FAILED
Goal "20050921000000" does not exist in this project.
Total time: 4 seconds
Finished at: Wed Sep 28 15:52:13 PDT 2005
When I careate a new batch file that calles maven like this:
maven_cc.bat:
=========
call %maven_BIN%\maven.bat
I get this:
C:\opt\local\blackhawk\FastForward_AppServer\fastforward>"c:\j2sdk1.4.2_08\bin\java.exe"
-Djavax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
-Djavax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl
"-Dmaven.home=C:\Maven_1.0.2"
"-Dtools.jar=c:\j2sdk1.4.2_08\lib\tools.jar"
"-Dforehead.conf.file=C:\Maven_1.0.2\bin\forehead.conf"
-Djava.endorsed.dirs="c:\j2sdk1.4.2_08\lib\endorsed;C:\Maven_1.0.2\lib\endorsed"
-Xmx1024m -classpath "C:\Maven_1.0.2\lib\forehead-1.0-beta-5.jar"
"com.werken.forehead.Forehead"
then Maven runs the default goal for my project, but nothing else.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]