Hi all,

Maybe you could help me with my problem.
I just installed CCNet 1.5 CTP on a Windows 7 x64 build machine (I
tried too the version 1.5.6948.1 from ccnetlive but it didn't solve my
problem)

The problem is pretty much simple, I just doesn't have any output
logged in the buildlogs, no std output no err output.
I tried the devenv task and even as an exec task.

Here's my configuration:
        <project name="ProjectPC_Debug" webURL="http://localhost/ccnet";>

                <triggers>
                        <intervalTrigger seconds="60" name="continuous" />
                </triggers>

                <sourcecontrol type="svn">
                        <username>****</username>
                        <password>****</password>
                        <trunkUrl>https://*********/</trunkUrl>
                        <workingDirectory>D:\work\project</workingDirectory>
                </sourcecontrol>

                <tasks>
                        <exec>
                                <executable>C:\Program Files (x86)\Microsoft 
Visual Studio
9.0\Common7\IDE\devenv.exe</executable>
                                
<baseDirectory>D:\work\project\Dev\</baseDirectory>
                                <buildArgs>"D:\work\project\Dev\App.sln" /Build 
"Debug"</
buildArgs>
                                <buildTimeoutSeconds>1000</buildTimeoutSeconds>
                                <successExitCodes>0,1,3,5</successExitCodes>
                        </exec>

                        <!--<devenv>
                                <version>VS2008</version>
                                <executable>C:\Program Files (x86)\Microsoft 
Visual Studio
9.0\Common7\IDE\devenv.exe</executable>
                                
<solutionfile>D:\work\project\Dev\App.sln</solutionfile>
                                <configuration>Debug</configuration>
                                <buildtype>Build</buildtype>
                        </devenv>-->
                </tasks>
                <publishers>
                        <xmllogger />
                        <statistics />
                        <modificationHistory  onlyLogWhenChangesFound="true" />
                </publishers>
        </project>

And here's the log:
2010-03-10 11:18:09,979 [1:DEBUG] The trace level is currently set to
debug.  This will cause CCNet to log at the most verbose level, which
is useful for setting up or debugging the server.  Once your server is
running smoothly, we recommend changing this setting in C:\Program
Files (x86)\CruiseControl.NET\server\ccnet.exe.Config to a lower
level.
2010-03-10 11:18:10,027 [1:WARN] ! ! Tracing is enabled ! !It allows
you to sent the developpers of CCNet very detailed information of the
program flow. This setting should only be enabled if you want to
report a bug with the extra information. When bug reporting is done,
it is advised to set the trace setting off. Adjust the setting in C:
\Program Files (x86)\CruiseControl.NET\server\ccnet.exe.Config
2010-03-10 11:18:10,028 [1:DEBUG] [FileChangedWatcher] Add config file
'ccnet.config' to file change watcher collection.
2010-03-10 11:18:10,048 [CCNet Server:INFO] Reading configuration file
"C:\Program Files (x86)\CruiseControl.NET\server\ccnet.config"
2010-03-10 11:18:12,017 [CCNet Server:DEBUG] [FileChangedWatcher] Add
config file 'C:\Program Files (x86)\CruiseControl.NET\server
\ccnet.config' to file change watcher collection.
2010-03-10 11:18:12,088 [CCNet Server:WARN] Configuration does not
have any version information - assuming the configuration is for
version 1.5
2010-03-10 11:18:12,300 [CCNet Server:INFO] Log cache time set to 5
minutes
2010-03-10 11:18:12,614 [CCNet Server:INFO] Registered channel: tcp
2010-03-10 11:18:12,615 [CCNet Server:INFO] CruiseManager: Listening
on url: tcp://10.104.2.135:21234/CruiseManager.rem
2010-03-10 11:18:12,619 [CCNet Server:INFO] Registered channel: tcp
2010-03-10 11:18:12,620 [CCNet Server:INFO] CruiseServerClient:
Listening on url: tcp://10.104.2.135:21234/CruiseServerClient.rem
2010-03-10 11:18:12,623 [CCNet Server:INFO] Starting CruiseControl.NET
Server
2010-03-10 11:18:12,634 [ProjectPC_Debug:INFO] Starting integrator for
project: ProjectPC_Debug
2010-03-10 11:18:12,636 [CCNet Server:INFO] Initialising security
2010-03-10 11:18:12,639 [CCNet Server:INFO] Starting extensions
2010-03-10 11:18:17,612 [3:DEBUG]  [] has been granted ViewProject
permission on 'ProjectPC_Debug'
2010-03-10 11:18:17,705 [3:DEBUG]  [] has been granted ForceAbortBuild
permission on 'ProjectPC_Debug'
2010-03-10 11:18:17,726 [3:INFO] Project: 'ProjectPC_Debug' is added
to queue: 'ProjectPC_Debug' in position 0.
2010-03-10 11:18:17,754 [ProjectPC_Debug:INFO] Queue:
'ProjectPC_Debug' is attempting to be in-use, trying to lock related
queues
2010-03-10 11:18:17,763 [ProjectPC_Debug:INFO] Project:
'ProjectPC_Debug' is first in queue: 'ProjectPC_Debug' and shall start
integration.
2010-03-10 11:18:17,952 [ProjectPC_Debug:DEBUG] Checking if D:\work
\project is a svn working folder
2010-03-10 11:18:17,984 [ProjectPC_Debug:DEBUG] Starting process [svn]
in working directory [D:\work\project] with arguments [log https://*****/
-r "{2010-03-10T10:08:55Z}:{2010-03-10T10:18:17Z}" --verbose --xml --
username ***** --password ******** --no-auth-cache --non-interactive]
2010-03-10 11:18:18,029 [ProjectPC_Debug:DEBUG] Not setting
PriorityClass on [D:\work\project\svn] to default Normal
2010-03-10 11:18:18,577 [13:DEBUG] [ProjectPC_Debug svn] standard-
error stream closed -- null received in event
2010-03-10 11:18:18,578 [3:DEBUG] [ProjectPC_Debug svn] process exited
event received
2010-03-10 11:18:18,577 [12:DEBUG] [ProjectPC_Debug svn] <?xml
version="1.0"?>
2010-03-10 11:18:18,582 [12:DEBUG] [ProjectPC_Debug svn] <log>
2010-03-10 11:18:18,582 [12:DEBUG] [ProjectPC_Debug svn] </log>
2010-03-10 11:18:18,583 [12:DEBUG] [ProjectPC_Debug svn] standard-
output stream closed -- null received in event
2010-03-10 11:18:18,595 [ProjectPC_Debug:DEBUG] No <logentry>s found
under <log>.
2010-03-10 11:18:18,599 [ProjectPC_Debug:INFO] No modifications
detected.
2010-03-10 11:18:18,602 [ProjectPC_Debug:INFO] Building: Build
(ForceBuild) triggered from BUILD-LUCHA
2010-03-10 11:18:18,625 [ProjectPC_Debug:DEBUG] Starting process [svn]
in working directory [D:\work\project] with arguments [update D:\work
\project --username gaylord.foureau --password ******** --no-auth-
cache --non-interactive]
2010-03-10 11:18:18,627 [ProjectPC_Debug:DEBUG] Not setting
PriorityClass on [D:\work\project\svn] to default Normal
2010-03-10 11:18:19,761 [13:DEBUG] [ProjectPC_Debug svn] ? la r?vision
877.
2010-03-10 11:18:19,768 [12:DEBUG] [ProjectPC_Debug svn] standard-
error stream closed -- null received in event
2010-03-10 11:18:19,768 [13:DEBUG] [ProjectPC_Debug svn] standard-
output stream closed -- null received in event
2010-03-10 11:18:19,772 [3:DEBUG] [ProjectPC_Debug svn] process exited
event received
2010-03-10 11:18:19,795 [ProjectPC_Debug:DEBUG] Starting process [C:
\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE
\devenv.exe] in working directory [D:\work\project\Dev\] with
arguments ["D:\work\project\Dev\Lucha.sln" /Build "Debug"]
2010-03-10 11:18:19,805 [ProjectPC_Debug:DEBUG] Not setting
PriorityClass on [C:\Program Files (x86)\Microsoft Visual Studio
9.0\Common7\IDE\devenv.exe] to default Normal
2010-03-10 11:18:24,000 [13:DEBUG] [ProjectPC_Debug C:\Program Files
(x86)\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe] standard-
output stream closed -- null received in event
2010-03-10 11:18:24,000 [12:DEBUG] [ProjectPC_Debug C:\Program Files
(x86)\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe] standard-
error stream closed -- null received in event
2010-03-10 11:18:24,012 [3:DEBUG] [ProjectPC_Debug C:\Program Files
(x86)\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe] process
exited event received
2010-03-10 11:18:24,016 [ProjectPC_Debug:INFO] Task output:
2010-03-10 11:18:24,244 [ProjectPC_Debug:INFO] Integration complete:
Success - 10/03/2010 11:18:24


Thanks in advance for the help !

Reply via email to