Re: Getting Started
"Knuplesch, Juergen" <[email protected]>
| Newsgroups | gmane.comp.java.cruise-control.user |
|---|---|
| Message-ID | <[email protected]> |
Hello,
Obviosly you do not get the connection to cvs.
I do it this way and it runs:
But before it ran I setup the SSH connection using putty. Somehow the password has to be set.
<property name="my.cvsroot" value=":ext:mycvsstuff" />
...
<property name="cvstag" value="mytag" />
<modificationset quietperiod="300">
<!-- seconds -->
<cvs cvsroot="${my.cvsroot}" tag="${cvstag}" module="MyModule" reallyquiet="true" />
</modificationset>
Hope this helps...
--
Jürgen Knuplesch
-----Ursprüngliche Nachricht-----
Von: Greg Akins [mailto:[email protected]]
Gesendet: Montag, 23. Februar 2009 23:11
An: [email protected]
Betreff: [Cruisecontrol-user] Getting Started
OK, it's been awhile since I've setup a CruiseControl server; and I don't remember having this much trouble.. So I must be missing something.
I'm trying to get a simple build on CruiseControl 2.8.2
Myy config.xml is below. When modificationset runs, it tells me that it can't connect to cvs (connection refused). However, if I type cvs log in the working directory cvs works fine. I can't find any examples using SSH on a non-windows box (putty on cruisecontrol.net pages). But I'm using SSH on a linux box.
Again, I think it must be something stupid. Can anyone help me? Or point me to more information
<cruisecontrol>
<project name="donorpro" >
<bootstrappers>
<currentbuildstatusbootstrapper
file="/home/gakins/ccWork/logs/donorpro/buildstatus.txt" /> </bootstrappers>
<modificationset quietperiod="10"> <cvs localworkingcopy="/home/gakins/ccWork/checkout/java" /> <schedule interval="60"> <ant antscript="/usr/bin/ant" buildfile="build.xml" target="build"
uselogger="true" usedebug="false" />
</schedule>
</project>
</cruisecontrol>
--
Greg Akins
http://www.pghcodingdojo.org
http://pittjug.dev.java.net
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________
Cruisecontrol-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H