The problem is not that there aren't quotes around the CC properties,
but that there isn't an '=' character between the property name and the
value.  The source for CC I'm looking at seems to be doing it right (and
CC certainly works with Maven for me here), so I'm not sure why this
would be happening.  What version of CC are you using and what platform
are you running it on?

..David..
 

-----Original Message-----
From: Mick Knutson [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, September 28, 2005 5:10 PM
To: [email protected]
Subject: RE: RE : CruiseControl issues trying to install and run from
maven.Pleasehelp.

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.Docume
ntBuilderFactoryImpl
-Djavax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFac
toryImpl
"-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\e
ndorsed"
-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.Docume
ntBuilderFactoryImpl
-Djavax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFac
toryImpl
"-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\e
ndorsed"
-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]

Reply via email to