[Nant-users] Mono 0.29 Build Issue on Windows XP

2004-01-23 Thread Lee M Seidel
Title: Message Anyone able to build the NAnt 0121 version with Mono .29 on Windows XP?  I get the following errors when doing the build:   [nant] C:\NAnt0121\src\NAnt.Win32\NAnt.Win32.build build       Buildfile: file:///C:/NAnt0121/src/NAnt.Win32/NAnt.Win32.build    Ta

Re: [Nant-users] fundamental question about framework properties

2004-01-23 Thread Ian MacLean
Katie, You should be changing the currentframework property and not the defaultframework one. That should give you the results you require. The alternative is to edit the defaultframework setting in nant.exe.config. Ian Hello, I just started using nant today. I tried to search sourceforge.net’

[Nant-users] Re: internal error report - solution task

2004-01-23 Thread Matthew Mastracci
Visual C++ projects are notoriously buggy right now. I have yet to get them to work for myself. Your best bet for now is build your C# projects using NAnt and shell out to devenv.exe for your C++ project. See my build file here for an example: http://cvs.sourceforge.net/viewcvs.py/nprof/nprof

[Nant-users] fundamental question about framework properties

2004-01-23 Thread Katie Gerg
Hello,   I just started using nant today.  I tried to search sourceforge.net’s mail archives for this group but I received broken link errors.  So I apologize (in advance) if this list answered this question already.    I tried to overwrite a framework property (through the PROPERTY ta

[Nant-users] NAnt 0.84 RC2 failed: Tests.NAnt.Console.NAntTest.Test_ShowHelp :expected:<2004> but was:<2003>

2004-01-23 Thread Lee M Seidel
Title: Message I had this problem tooI set my system date back to 2003 for the build and it worked..

Re: [Nant-users] Compiling

2004-01-23 Thread Ian MacLean
Unfortunately this is a teething issue with using cvs versions of mono. Removing internationalisation support from NAnt to get it running on mono is not a valid option - firstly because it messes up our code having to do platform based ifdefs and secondly because it does the mono project no fav

Re: [Nant-users] Compiling

2004-01-23 Thread Pedro Santos
Well, installing ICU from source, and compiling Mono with ICU already installed did the trick! ;) On Thu, 2004-01-22 at 22:46, Pedro Santos wrote: > It's the same: > > /-- > bash-2.05b$ make clean > rm bin/*.* -f > > bash-2.05b$ make > make

[Nant-users] Nant(cvs) building on mono(cvs) on Linux

2004-01-23 Thread Guy Langston
I get a build error: INTERNAL ERROR System.Reflection.TargetInvocationException ... Any work around? I have also tried the latest stable package. Thanks - Guy +++ Guy Langston - [EMAIL PROTECTED] / [EMAIL PROTECTED] Senior Software Architect The JAM Warehouse Software (Pty) Ltd. (voice) +27

[Nant-users] internal error report - solution task

2004-01-23 Thread Kevin McIntire
Nant told me to post this error to this list, if this is not the correct forum, I apologize. It's the 12/26 build, XP pro, VisualStudio 7.1.3088, .NET 1.1.4322. I'm trying to build a solution and am getting the null pointer exception. I will be happy to provide solution or project files. I brow

Re: [Nant-users] NAnt 0.84 RC2 failed: Tests.NAnt.Console.NAntTest.Test_ShowHelp :expected:<2004> but was:<2003>

2004-01-23 Thread Jaroslaw Kowalski
Just ignore this. This is a known bug. Your NAnt (found in "build") is fully functional. Gert, can you publish a new nightly build or even a bugfix release, like: 0.84.1? I think that we've had over 20 people complaining about the same omission. Jarek - Original Message - From: "Chacon-

[Nant-users] NAnt 0.84 RC2 failed: Tests.NAnt.Console.NAntTest.Test_ShowHelp :expected:<2004> but was:<2003>

2004-01-23 Thread Chacon-Taylor, Monique
Have anybody come across this?   =      [echo] Running unit tests with just built version of NAnt. [exec] C:\programs\nant/build/net-1.1.win32/nant-0.84-debug/bin/NAnt.exe  -buildfile:NAnt.build debug self-test -D:project.version=0.84 -k:net

RE: [Nant-users] Solutionfile Problem - Newbie

2004-01-23 Thread Lee M Seidel
Title: Message As a follow-uphere is the error message from the build when using mono .29:   Buildfile: file:///C:/Visual Studio Local/C# Hello World/Hello_World_Examples/Hello_World_Examples.buildTarget(s) specified: Release   Release:   Clean:    [solution] Starting solution build. [

RE: [Nant-users] Solutionfile Problem - Newbie

2004-01-23 Thread Lee M Seidel
Title: Message Ryan...Yes I was using the build order dialog and the projects actually don't depend on each other...that would explain the order issueI will check it out with making the projects dependent themselves and see how that works.   As for the Mono compile issue I am not sure if

RE: [Nant-users] Solutionfile Problem - Newbie

2004-01-23 Thread Cromwell, Ryan
Title: Message This is in response to Lee – I don’t have your original.   Are you setting the build order yourself through the Build Order dialog?  If so, I don’t believe that would be used.  The task generates the build order itself by checking the project dependencies.  That said, if y

RE: [Nant-users] Compiling

2004-01-23 Thread Jason King
Hey Pedro I had the same problem. ICU is international language support or similar, and if you install it, in Mono 0.29 you would need to rebuild Mono which would then pick it up an integrate support for it. I installed ICU from my distro, but it is also available as a download from one of the I

RE: [Nant-users] Compiling

2004-01-23 Thread Jason King
Guys, I had the same problem, so I installed ICU, but I still couldn't get the thing to go, because Mono did not appear to correctly integrate / recognise ICU. Or maybe its my distro (SuSE 8.2 I think) I am sure this stuff is just teething problems, but in the meantime, its really hardwork trying

Re: [Nant-users] Compiling

2004-01-23 Thread Pedro Santos
On Thu, 2004-01-22 at 23:05, Ian MacLean wrote: > Do you have ICU installed with your mono build ? I don't know... I just downloaded Mono-0.30 and installed it under a fresh MDK 9.2. Whats ICU? > > Pedro Santos wrote: > > >It's the same: > > > >/-

RE: [Nant-users] Solutionfile Problem - Newbie

2004-01-23 Thread Nicklas Norling
Title: Message Hi.   I've been using the solution task quite extensivly with solution files with over 30 projects. I'v never had a problem where project dependencies did not work as of the final 0.84 release. Can you create a reproducable case on this?   As for mono, I'm not quite sure I un