Re: SVN Not building?
"Charlie Poole" <[email protected]> Wed, 27 Aug 2008 22:41:09 -0700
| Newsgroups | gmane.comp.windows.dotnet.nunit.devel |
|---|---|
| Message-ID | <01b801c908d0$ae9f1210$6401a8c0@ferrari> |
The build-all target builds the current config for all targets. So it's ignoring your setting of the target as mono-2.0 and attempting to build debug for all the supported targets you have installed. I'm guessing you meant to use nant mono-2.0 build > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On > Behalf Of Cory Foy > Sent: Wednesday, August 27, 2008 8:51 PM > To: [email protected] > Subject: Re: [nunit-developer] SVN Not building? > > Ok, final issue for the night. I'm running the following: > > nant mono-2.0 build-all > > but it looks like the build script is looping over the > installed.frameworks and resetting it back to 1.0. This is > causing a failre in PNUnitAgent because the Mono 1.0 profile > doesn't know about Tcp Remoting. Can I get a refresher on how > to get that to stick? > > Cory > > Cory Foy wrote: > > Ok, new issue. PNunitAgent isn't building because the file > is checked > > in as agent.cs but referenced as Agent.cs in the build script. > > Charlie, how do you want to handle that? > > > > Cory > > > > Cory Foy wrote: > >> Hi All, > >> > >> Just checked out the latest version of NUnit from SVN. I'm > seeing the > >> following. This was with an "nant build-all". Looks like > >> ITestCaseData was added on 8/16? > >> > >> build: > >> > >> [echo] * > >> [echo] * Starting mono-1.0 debug build > >> [echo] * > >> [nant] > >> > /Users/foyc/Workspace/nunit/nunit20/src/NUnitFramework/framework/nuni > >> t.framework.build > >> build > >> Buildfile: > >> > file:///Users/foyc/Workspace/nunit/nunit20/src/NUnitFramework/ > framework/nunit.framework.build > >> Target framework: Mono 1.0 Profile > >> Target(s) specified: build > >> > >> > >> build: > >> > >> [csc] Compiling 70 files to > >> > '/Users/foyc/Workspace/nunit/nunit20/build/mono/1.0/debug/lib/ > nunit.framework.dll'. > >> [csc] > >> > /Users/foyc/Workspace/nunit/nunit20/src/NUnitFramework/framewo > rk/TestCaseAttribute.cs(15,49): > >> error CS0246: The type or namespace name `ITestCaseData' > could not be > >> found. Are you missing a using directive or an assembly reference? > >> [csc] > >> > /Users/foyc/Workspace/nunit/nunit20/src/NUnitFramework/framewo > rk/TestCaseData.cs(14,33): > >> error CS0246: The type or namespace name `ITestCaseData' > could not be > >> found. Are you missing a using directive or an assembly reference? > >> [csc] Compilation failed: 2 error(s), 0 warnings > >> > >> BUILD FAILED - 0 non-fatal error(s), 2 warning(s) > >> > >> > >> > /Users/foyc/Workspace/nunit/nunit20/src/NUnitFramework/framewo > rk/nunit.framework.build(78,6): > >> External Program Failed: > >> > /Library/Frameworks/Mono.framework/Versions/1.9.1/lib/mono/1.0/mcs.ex > >> e > >> (return code was 1) > >> > >> Total time: 0.6 seconds. > >> > >> > >> BUILD FAILED > >> > >> > > > > -- > Cory Foy > http://www.cornetdesign.com > http://www.agileflorida.com > > > -------------------------------------------------------------- > ----------- > This SF.Net email is sponsored by the Moblin Your Move > Developer's challenge > Build the coolest Linux based applications with Moblin SDK & > win great prizes > Grand prize is a trip for two to an Open Source event > anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > nunit-developer mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/nunit-developer > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/