I will try what you did ... passing that entire string to MSBuild via a batch file and see what I get - I had not actually done that - I might get some interesting information ... It is odd since it has not previously occurred in 6 weeks of operation.
Thanks for your help - I will do some work from my end Joel On Thu, Mar 19, 2009 at 9:45 PM, Ruben Willems <[email protected]>wrote: > Hi > > > I can not reproduce the eror :-( > I copied your entire argument and ran it through one of my projects > msbuild says ok > > > msbuild > /p:CCNetArtifactDirectory=C:\builds\mainstream\CC\ArtifactDirectory;CCNetBuildCondition=IfModificationExists;CCNetBuildDate=2009-03-19;CCNetBuildTime=02:09:26;CCNetFailureUsers="EISI\jthemmen,EISI\KWELCH";CCNetIntegrationStatus=Unknown;CCNetLabel=MainStream-1-00016;CCNetLastIntegrationStatus=Failure;CCNetListenerFile=C:\builds\mainstream\CC\ArtifactDirectory\MainStream_ListenFile.xml;CCNetModifyingUsers=EISI\jthemmen;CCNetNumericLabel=16;CCNetProject=MainStream;CCNetProjectUrl= > http://localhost/ccnet/server/local/project/MainStream/ViewLatestBuildReport.aspx;CCNetRequestSource=Continuous;CCNetWorkingDirectory=C > :\builds\mainstream\CC\WorkingDirectory > > and no error > > any idea how I can reproduce the error? > > > with kind regards > Ruben Willems > > On Fri, Mar 20, 2009 at 5:24 AM, Ruben Willems <[email protected]>wrote: > >> Hi >> >> >> the failure tags get filled like to : >> user 1 breaks the build : his user id gets add to the list >> --> 1 user in failure users >> >> user 2 wants to fix the build, but fails >> --> user 2 is added to the list >> >> >> user 3 did not see / care that the build was broken >> --> user 3 is added to the list >> >> and so on >> >> >> I"ll look into those links you sent me, thanks >> >> with kind regards >> Ruben Willems >> >> >> On Thu, Mar 19, 2009 at 10:31 PM, Joel <[email protected]> wrote: >> >>> >>> I meant to add the links to the previous ticket ... >>> >>> http://jira.public.thoughtworks.org/browse/CCNET-1152 >>> >>> >>> http://groups.google.com.ag/group/ccnet-user/browse_thread/thread/a7a484f5ac244390/4ffbc9374fcf4c5b?lnk=raot >>> >>> And - once again showing my lack of knowledge - how does the >>> "FailureUsers" tag get filled? I guess we could our developers stop >>> adding bugs :) >>> >>> Joel >>> >>> >>> On Mar 19, 2:08 pm, Joel <[email protected]> wrote: >>> > Ruben, >>> > >>> > Good point ... I based my email on ... >>> > >>> > I did a bit of research but I may be missing some points ... >>> > >>> > With 2 users in the FailureUser list ... >>> > >>> > 1.) I noticed that MSBuild fails almost immediately and displays the >>> > message as below and claims that it is an MSBuild property errror >>> > >>> > > > MSBuild : error MSB1006: Property is not valid. >>> > >>> > > > Switch: EISI\KWELCH >>> > >>> > 2.) Upon searching a bit - I noticed that others had reported that >>> > MSBuild can have trouble with that >>> > 3.) I take "EISI\KWELCH" out of the list (leaving only me in) and it >>> > works >>> > 4.) It works when I call MSBuild via a script file passing in the the >>> > attributes I suypply in ccnet.config (which is minus the items CCNet >>> > adds) >>> > >>> > Having said all of that - you are quite correct I may still be looking >>> > in the incorrect area? >>> > >>> > I am pretty willing to try anything ... >>> > >>> > Any ideas of things I can try? >>> > >>> > Thanks, >>> > >>> > Joel >>> > >>> > On Mar 19, 1:55 pm, Ruben Willems <[email protected]> wrote: >>> > >>> > >>> > >>> > > Hi >>> > >>> > > are you sure this is the problem? >>> > > the parameter is enclosed with quotes, so why would msbuild make a >>> probblem >>> > > out of it? >>> > >>> > > with kind regards >>> > > Ruben Willems >>> > >>> > > On Thu, Mar 19, 2009 at 9:43 PM, Joel <[email protected]> >>> wrote: >>> > >>> > > > ... >>> > > > [MainStream:DEBUG] Deleting the workspace >>> > > > [MainStream:DEBUG] Starting process >>> [C:\WINDOWS\Microsoft.NET\Framework >>> > > > \v2.0.50727\MSBuild.exe] in working directory >>> [C:\builds\mainstream\CC >>> > > > \ArtifactDirectory] >>> > > > with arguments [/nologo >>> /p:CCNetArtifactDirectory=C:\builds\mainstream >>> > > > \CC >>> > >>> > > > >>> \ArtifactDirectory;CCNetBuildCondition=IfModificationExists;CCNetBuildDate=2009-03-19; >>> > > > CCNetBuildTime=02:09:26;CCNetFailureUsers="EISI\jthemmen,EISI >>> > >>> > > > >>> \KWELCH";CCNetIntegrationStatus=Unknown;CCNetLabel=MainStream-1-00016;CCNetLastIntegrationStatus=Fa >>> > > > ilure;CCNetListenerFile=C:\builds\mainstream\CC\ArtifactDirectory >>> > > > \MainStream_ListenFile.xml;CCNetModifyingUsers=EISI >>> > > > \jthemmen;CCNetNumericLabel=16;CCNetProject= >>> > > > MainStream;CCNetProjectUrl= >>> http://localhost/ccnet/server/local/project/ >>> > > > MainStream/ < >>> http://localhost/ccnet/server/local/project/%0AMainStream/> >>> > >>> > > > >>> ViewLatestBuildReport.aspx;CCNetRequestSource=Continuous;CCNetWorkingDirectory >>> > > > =C:\builds\mainstream\CC\WorkingDirectory /v:quiet / >>> > > > l:FileLogger,Microsoft.Build.Engine;logfile=MyLog.log / >>> > > > p:VCBuildToolPath="C:\Program Files\Microsoft Visual >>> > > > Studio 9.0\VC\vcpackages" C:\builds\mainstream\CC\ArtifactDirectory >>> > > > \Netbuildscript.xml /l:"C:\Program Files\CruiseControl.NET\server >>> > > > \ThoughtWorks.CruiseControl. >>> > > > MsBuild.dll";C:\builds\mainstream\CC\ArtifactDirectory\msbuild- >>> > > > results.xml] >>> > > > [MainStream:INFO] Task execution failed >>> > > > [MainStream:INFO] Task output: >>> > > > [MainStream:INFO] Merging file: C:\builds\mainstream\CC >>> > > > \ArtifactDirectory\resultsoutput.xml >>> > > > [MainStream:WARN] File not Found: C:\builds\mainstream\CC >>> > > > \ArtifactDirectory\resultsoutput.xml >>> > >>> > > > MSBuild displays: >>> > >>> > > > MSBuild : error MSB1006: Property is not valid. >>> > >>> > > > Switch: EISI\KWELCH >>> > >>> > > > For switch syntax, type "MSBuild /help" >>> > >>> > > > I did a bit of searching and determined that the list of myself and >>> > > > KWELCH was from the "<FailureUsers />" collection. That collection >>> is >>> > > > passed into MSBuild as a comma separated list. Apparently MSBuild >>> > > > cannot handle that string in that format. There were some older >>> emails >>> > > > and information dealing with this but those issues seem to have >>> been >>> > > > addressed in in CC.Net back in May of 08. >>> > >>> > > > I am running CC.Net from March 19/2009 (V 1.4.3 - last night's >>> build - >>> > > > I upgraded to see if that was the issue). >>> > >>> > > > How can I work around this or get this straightened out? CC.net was >>> up >>> > > > and running for a few months before this became an issue ... >>> > >>> > > > Any and all help is appreciated ... >>> > >>> > > > Joel- Hide quoted text - >>> > >>> > > - Show quoted text -- Hide quoted text - >>> > >>> > - Show quoted text - >> >> >> >
