Hi All,
I am working with cruisecontrol.I have to configure cc with vss.Here this is my code
<vss ssdir="C:\Program Files\Microsoft Visual Studio\VSS\netsetup.x86\VSS\win32"<br /> vsspath="D:\build\cruisecontrol-bin-2.5\projects\${project.name}"<br /> login="geeta,Geeta@123"<br /> serverpath="C:\Program Files\Microsoft Visual Studio\VSS" />
and i'm getting out put like this
[cc]Sep-26 17:01:00 HttpServer - Version Jetty/5.1.3
[cc]Sep-26 17:01:01 Main - CruiseControl Version 2.5 Compiled on April 27 2006 2236
[cc]Sep-26 17:01:01 Credential - Checking Resource aliases
[cc]Sep-26 17:01:03 LConfigManager- reading settings from config file [D:\build\cruisecontrol-bin-2.5\config.x
[cc]Sep-26 17:01:03 trolController- projectName = [privo4thSep]
[cc]Sep-26 17:01:03 trolController- No previously serialized project found [D:\build\cruisecontrol-bin-2.5\pri
[cc]Sep-26 17:01:03 LConfigManager- using settings from config file [D:\build\cruisecontrol-bin-2.5\config.xml
[cc]Sep-26 17:01:03 Project - Project privo4thSep starting
[cc]Sep-26 17:01:03 Project - Project privo4thSep: idle
[cc]Sep-26 17:01:05 Project - Project privo4thSep started
[cc]Sep-26 17:01:05 Project - Project privo4thSep: in build queue
[cc]Sep-26 17:01:05 Container - Started org.mortbay.jetty.servlet.WebApplicationHandler@137d090
[cc]Sep-26 17:01:07 Container - Started WebApplicationContext[/,CruiseControl Reporting App]
Created MBeanServer with ID: ba5bdb:1154195a49a:-8000:spws-109:1
[cc]Sep-26 17:01:07 ontrollerAgent- Starting HttpAdaptor with CC-Stylesheets
[cc]Sep-26 17:01:07 ontrollerAgent- starting httpAdaptor
HttpAdaptor version 3.0.1 started on port 8000
[cc]Sep-26 17:01:07 BuildQueue - BuildQueue started
[cc]Sep-26 17:01:07 BuildQueue - now adding to the
thread queue: privo4thSep
[cc]Sep-26 17:01:08 Container - Started org.mortbay.jetty.servlet.WebApplicationHandler@1e903d5
[cc]Sep-26 17:01:08 Container - Started WebApplicationContext[/cruisecontrol,CruiseControl Reporting App]
[cc]Sep-26 17:01:08 SocketListener- Started SocketListener on 0.0.0.0:8080
[cc]Sep-26 17:01:08 Container - Started org.mortbay.jetty.Server@3eca90
[cc]Sep-26 17:01:08 Project - Project privo4thSep: bootstrapping
[cc]Sep-26 17:01:09 jectController- privo4thSep Controller: build progress event: bootstrapping
[cc]Sep-26 17:01:09 Project - Project privo4thSep: checking for modifications
[cc]Sep-26 17:01:09 jectController- privo4thSep Controller: build progress event: checking for modifications
[cc]Sep-26 17:01:09 Vss - Vss: getting modifications for $D:\build\cruisecontrol-bin-2.5\projects\pr
It is stopping at mofications tag only.Not going to build.WHat is te problem in my code.
can any body help me.
Thanks in advance.