Re: [nant-dev] FYI

2003-10-28 Thread Brant Carter
I am at PDC and attended the session last night. The MSBuild is basically NAnt with the following differences. [1] Now the Visual Studio project file is the "build" file. This allows for much tighter integration between VS and the build tool. In fact VS now "shells" out to the build tool dir

Re: [nant-dev] FYI

2003-10-28 Thread Jaroslaw Kowalski
Sounds like they've invented ant ;-) For some interesting comments, see: http://blogs.gotdotnet.com/korbyp/commentview.aspx/c6c8775e-74b3-4d9c-971b-615f744cc1e5 Do you think that NAnt should be changed to support MSBuild's XML format in the future? Or even abandon current format to promote compat

Re: Re: Re: [nant-dev] Bug Report

2003-10-28 Thread D-Fuse
Yes I did that, I think I saw it appear there the previous time, didn't see it this time though ( just redid it didn't see anything) --- Gert Driesen <[EMAIL PROTECTED]> wrote: > From: "Gert Driesen" <[EMAIL PROTECTED]> > To: "D-Fuse" <[EMAIL PROTECTED]>, > <[EMAIL PROTECTED]> > Subject: Re:

Re: Re: [nant-dev] Bug Report

2003-10-28 Thread Gert Driesen
I think it should be mentioned when you configure Mono... come to think of it, guess you should reconfigure mono first using ./configure prefix= to have it pick up ICU. Gert - Original Message - From: "D-Fuse" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesd

[nant-dev] FYI

2003-10-28 Thread Tom Cabanski
I think I would still prefer NAnt because it is cross-platform and open-source, but found this little blurb interesting. I wonder if it is in the preview stuff being passed out at the PDC this week? I guess I'll have to order up my copy and see (I get it as part of my companies solution provid

Re: Re: [nant-dev] Bug Report

2003-10-28 Thread D-Fuse
Hey, I just installed ICU and recompiled mono, I didn't see ICU mentioned anywhere in the build process (previously it was always mentioned but I don't remember exactly where), but I keep getting the same error from NAnt (just did a new update from cvs too). Is there a way I can detect if mono did

[nant-dev] Re: [Nant-users] Problems with in CSC task

2003-10-28 Thread Gert Driesen
Jake, That is indeed the correct syntax, but I assumed there was another problem (something NAnt handles different from VS.NET) ... Gert - Original Message - From: "Jake Foster" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Sent: Tuesday, October 28, 2003 6:43 PM Subject: R

Re: [nant-dev] build failed with mono on linux, using cvs version

2003-10-28 Thread Met @ Uber
I've gotten it built numerous times, so no worries. I'm checking out the latest cvs version to see if there's anything in particular that's different. I'll send off my results later today. And sorry for the delay, its been a busy few days. ~ Matthew On Mon, 2003-10-27 at 15:53, D-Fuse wrote: >

Re: [nant-dev] INTERNAL ERROR

2003-10-28 Thread Gert Driesen
This should have been fixed in one of the recent nightly builds of NAntContrib However, very recent nightly builds of NantContrib failed because of changes to the NAnt documenter, but these should be fixed soon ... Thanks, Gert - Original Message - From: "Dmitriy Bezugliy" <[EMAIL PROT

Re: Re: [nant-dev] Bug Report

2003-10-28 Thread Gert Driesen
I actually made a mistake ... It was a hassle to get Cairo built for Mono, not ICU ... To enable ICU support : download and extract http://oss.software.ibm.com/icu/download/2.6.1/icu-2.6.1.tgz and build it with prefix set to your mono install dir; then rebuild Mono ... I think that should be it (

Re: Re: [nant-dev] Bug Report

2003-10-28 Thread D-Fuse
I'm using mono-0.28 built from source, but not from cvs (I didn't get the cvs version to compile). I do remember seeing ICU was not installed during the ./configure, because I didn't know what is. I searched for it for a moment but didn't found out how to install/enable it. Can you give me some dir

Re: [nant-dev] NANT, C# and web projects

2003-10-28 Thread Gert Driesen
I think there can be two possible causes for this : - the resx file is not valid xml (at times VS.NET corrupts resx files) - the resx file contains references to types that are not available when the resx is compiled (eg. the resx file has reference to .NET Framework 1.1 types, but you're building

Re: [nant-dev] BUG: NAnt.VSNet.SolutionTask

2003-10-28 Thread Gert Driesen
This was fixed post 0.8.3, can you try a recent nightly build (http://nant.sourceforge.net/nightly/builds) ? Thanks, Gert - Original Message - From: "David Haubenstricker" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 23, 2003 2:28 PM Subject: [nant-dev] BUG: NAnt.

Re: [nant-dev] Replace Task

2003-10-28 Thread Gert Driesen
We've decided that we should implement filterchains and filterreader support for NAnt (comparable to what Ant has : http://ant.apache.org/manual/CoreTypes/filterchain.html) and build the replace task using that ... Feel free to start implementing this ofcourse ;) Gert - Original Message

Re: [nant-dev] throws exception on path with backslashes

2003-10-28 Thread Gert Driesen
Michael, Can you please try the same using a recent nightly build of NAnt (http://nant.sourceforge.net/nightly/builds) and get back to me with the results ? Thanks for the report, Gert - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, October 26, 2003

Re: [nant-dev] Internal error with nant using Visual Studio .NET 2003: Could n ot find a part of the path "C:\DOCUME~1\ththomas\LOCALS~1\Temp\9rzsshgh".

2003-10-28 Thread Gert Driesen
I'm pretty sure this issue was fixed post 0.8.3, so you might have better luck using one of the latest nightly builds (http://nant.sourceforge.net/nightly/builds) Hope this helps, Gert - Original Message - From: "Thomas, Tim L. (Semy)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Wh

Re: [nant-dev] Bug Report

2003-10-28 Thread Gert Driesen
A recent change made by Ian will fill a StringCollection with the names of all available cultures in the static constructor of CompilerBase, and apparently that's what causing a NullReferenceExeption. Are you building Mono from cvs ? I think ICU (http://oss.software.ibm.com/icu/) was added to Mon

[nant-dev] throws exception on path with backslashes

2003-10-28 Thread Michael_Kariv
Hi, Here is the exception (I use NAnt version 0.8.3) caused by the fallowing line: I suspect backslashes. However the very same path works fine for                     program="${VS.devenv.path}devenv.exe"               basedir="${MySolution.path}"             commandline= "/build Debug \M

[nant-dev] NANT, C# and web projects

2003-10-28 Thread Dave Nespoli
Hi, I am trying to set up my C# web project to be compiled by NANT. Everything compiles and works fine within the IDE. I have a created a NANT build file which has a simple project tag, like this: The Hello World of build files.

[nant-dev] bug report

2003-10-28 Thread Dan Wygant
FYI, I'm getting this error trying to build a "solution" inside a target: BUILD FAILED INTERNAL ERROR System.NotSupportedException: The given path's format is not supported. at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boo lean needFullPath) at System.Security.

[nant-dev] Re: throws exception on path with backslashes

2003-10-28 Thread Michael_Kariv
Correction. It is not the path to solution that is at fault. I modified the path to local ad that is what printed out: - INTERNAL ERROR System.IO.FileNotFoundException: Could not find file "N:\MySolution\Infrastructure\ utilities.sln". File name: "N:\M

[nant-dev] Replace Task

2003-10-28 Thread Chris Duncan
Is anyone working on the replace task (task id 36893)?  If not, I have a basic version coded.  It doesn't have all of the functionality of the Ant replace task, just text replacement.   Chris.

[nant-dev] Internal error with nant using Visual Studio .NET 2003: Could n ot find a part of the path "C:\DOCUME~1\ththomas\LOCALS~1\Temp\9rzsshgh".

2003-10-28 Thread Thomas, Tim L. (Semy)
I am attempting to use nant with Visual Studio 2003 and am having disastrous results. Does nant 0.8.3 work at all with Visual Studio 2003? The error I am getting is: == NAnt version 0.8.3 Copyright (C) 2001-2003 Gerr

[nant-dev] BUG: NAnt.VSNet.SolutionTask

2003-10-28 Thread David Haubenstricker
BUG: (NAnt version 0.8.3) In a solution task, having a configuration, where the value is not all lowercase can cause an INTERNAL ERROR. This occurs when the solution file has two projects in it, where one project references another. EXAMPLE: This fails EXAMPLE: This works TRACE: System.Ex

[nant-dev] INTERNAL ERROR

2003-10-28 Thread Dmitriy Bezugliy
In nant.build      BUILD FAILED        INTERNAL ERROR        System.Runtime.Serialization.SerializationException: The type NAnt.Contrib.Util.FileLogListener in Ass

[nant-dev] Internal error building

2003-10-28 Thread Nicklas Norling
Hi all. While attempting to build a solution: C:\Harv\Build\src\fndwin\framework>nant -k:net-1.1 -f:Framework.build -l:log.log -debug -verbose debug I get an internal build error: BUILD FAILED INTERNAL ERROR System.NullReferenceException: Object reference not set to an instance of an object.