Problem polling GIT projects
Dana Tolbert <[email protected]>
| Newsgroups | gmane.comp.java.cruise-control.user |
|---|---|
| Message-ID | <[email protected]> |
Hello,
I am try to get GruiseControl 2.8.2 operational with the gIT revision control system. I've been using CruiseControl successfully for some time with Clearcase. My organization is changing to GIT, and I am attempting to get the setup up and running.
Using a working setup of Cruisecontrol and Clearcase I attempted to add a GIT project unsuccessfully. I commented out all the Clearcase projects, tried to add one test GIT project. The polling terminates immediately at the bottstrapper section of the project definition:
...
...
[cc]Mar-31 19:35:23 Main - CruiseControl Version 2.8.2 Compiled on June 16 2010 2010
[cc]Mar-31 19:35:23 LConfigManager- reading settings from config file [\\<RmtServer>\release\conf\CRUISE_config
_sicmbldtst01.xml]
[cc]Mar-31 19:35:24 trolController- projectName = [Pluto]
[cc]Mar-31 19:35:24 LConfigManager- using settings from config file [\\<RmtServer>\release\conf\CRUISE_config_s
icmbldtst01.xml]
[cc]Mar-31 19:35:24 ProjectConfig - No previously serialized project found [C:\BuildTools\CruiseControl\build\
Pluto.ser], forcing a build.
[cc]Mar-31 19:35:24 Project - Project Pluto starting
[cc]Mar-31 19:35:24 Project - Project Pluto: idle
[cc]Mar-31 19:35:24 Project - Project Pluto started
[cc]Mar-31 19:35:24 Project - Project Pluto: in build queue
[cc]Mar-31 19:35:24 BuildQueue - BuildQueue started
[cc]Mar-31 19:35:24 BuildQueue - now adding to the thread queue: Pluto
[cc]Mar-31 19:35:24 Project - Project Pluto: bootstrapping
It stops right here and goes no further.
-----------------
The project definition for the project in the CruiseControl config file looks like:
<project name="Pluto" buildafterfailed="false">
<schedule interval="5">
<ant
antscript = "C:/BuildTools/Ant/apache-ant-1.6.5/bin/ant.bat"
antWorkingDir = "C:/BuildTools/Ant/apache-ant-1.6.5//bin"
buildfile = "C:/Development/${project.name}/bin/build.xml"
target = "CRUISE_compile_int"/>
</schedule>
<listeners>
<currentbuildstatuslistener file="logs/${project.name}/buildstatus.txt"/>
</listeners>
<modificationset quietperiod="60">
<git localWorkingCopy="C:/Development/${project.name}/" />
</modificationset>
<bootstrappers>
<gitbootstrapper localWorkingCopy="C:/Development/${project.name}" />
</bootstrappers>
<log dir="logs/${project.name}">
<merge dir="C:/Development/${project.name}/log/"/>
</log>
<publishers>
<htmlemail
subjectprefix ="[TESTENV]: ">
<failure address="cmteam"/>
<always address="cmteam"/>
</htmlemail>
<artifactspublisher
dir="${C:\Development/${project.name}/dist"
dest="//<RmtServer>/Release/build/Artifacts/${project.name}"/>
</publishers>
</project>
So, I am storing the logs locally on the build host for CruiseControl, and the artifacts go to a remote server; all necessary because of the complexity of my organizations development environment. I am using java jdk1.6.0_14
Does anyone have a clue to what I'm doing wrong here?
Thanks in advance for any help you can give me on this...
________________________________________________________________________
The preceding e-mail message (including any attachments) contains
information that may be confidential, be protected by the
attorney-client or other applicable privileges, or constitute non-public
information. It is intended to be read only by the individual or entity
to whom it is addressed or by their designee. If you are not an intended
recipient of this message, please notify the sender by replying to this
message and then delete it from your system. You are on notice that
further use, dissemination, distribution, or reproduction of this
message is strictly prohibited and may be unlawful.
------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself;
WebMatrix provides all the features you need to develop and
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
Cruisecontrol-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user