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]

Reply via email to