Re: [nant-dev] RE: Error while compiling project using NANT

2004-10-27 Thread Gert Driesen
Vinod, What version of NAnt are you using ? Can you try using a recent nightly build of NAnt (http://nant.sourceforge.net/nightly/builds) ? Thanks, Gert - Original Message - From: "Vinod Bapu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 28, 2004 8:07 AM Subject:

[nant-dev] RE: Error while compiling project using NANT

2004-10-27 Thread Vinod Bapu
Hi, I am using NANT to compile the vs.net project. I am getting the following error, Please help: Buildfile: file:///D:/Web/PortmanV7/PortManv7.build Base Directory: D:\Web\PortmanV7. Target(s) specified: test Build sequence for target `test' is init- Debug, init-

Re: [nant-dev] xmlpeek verbosity

2004-10-27 Thread Gert Driesen
- Original Message - From: "Martin Aliger" <[EMAIL PROTECTED]> To: "! nant" <[EMAIL PROTECTED]> Sent: Wednesday, October 27, 2004 5:15 PM Subject: [nant-dev] xmlpeek verbosity > Hi all, > > do you think that should emit error message > (BuildException) when no nodes are found? How one

Re: [nant-dev] extending pre-defined fileset

2004-10-27 Thread Gert Driesen
- Original Message - From: "Martin Aliger" <[EMAIL PROTECTED]> To: "! nant" <[EMAIL PROTECTED]> Sent: Wednesday, October 27, 2004 3:47 PM Subject: [nant-dev] extending pre-defined fileset > Hi all, > > some time ago, we had a discussion about fileset merging, subtracting and > other ope

[nant-dev] xmlpeek verbosity

2004-10-27 Thread Martin Aliger
Hi all, do you think that should emit error message (BuildException) when no nodes are found? How one could check for existance of some node, when every attempt is considered error? I think it is simmilar thing as delete non-existant folder. Should be silently ignored atleast if failonerror=fa

[nant-dev] Re: latest nightly build

2004-10-27 Thread Matthew Mastracci
I think I've found the issue. I wasn't canonicalizing some of the paths, so they weren't getting matched. Any parent-relative paths were ignored. I've added a fix and some testcases to ensure that this is tested in the future. It'll be in CVS now, or the next nightly build. Give it a shot i

RE: [nant-dev] Re: latest nightly build

2004-10-27 Thread Martin Aliger
Maybe... CommonAssemblyInfo seems to be missing in all projects! Martin Aliger > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Matthew Mastracci > Sent: Wednesday, October 27, 2004 4:07 PM > To: Gert Driesen; [EMAIL PROTECTED] > Subject: [nant

[nant-dev] Re: latest nightly build

2004-10-27 Thread Matthew Mastracci
Taking a look at the build file for the tests, it looks like the MSNet tests DLL doesn't include any files but the ../../src/CommonAssemblyInfo.cs. It's possible that the fileset changes broke parent directory traversal. Gert Driesen wrote: Hi Martin, I'll look into that error later. For now, you

[nant-dev] extending pre-defined fileset

2004-10-27 Thread Martin Aliger
Hi all, some time ago, we had a discussion about fileset merging, subtracting and other operations. Maybe alot simpler schema will be better. What about this one? : ... Just two things will be need to do for this (both easy enough):

Re: [nant-dev] latest nightly build

2004-10-27 Thread Gert Driesen
Hi Martin, I'll look into that error later. For now, you can just use the binary distribution. If I recall correctly, the version should include the fileset performance improvements. My cable modem at home is f¨**cked up, so I won't be able to do much at home in the next few days :( Until its f

[nant-dev] latest nightly build

2004-10-27 Thread Martin Aliger
Hi all, I just grab latest (10-25) nighly and it's build failed due to lack of MSNet test-cases: [nant] E:\src\extern\nant\tests\NAnt.MSNet\NAnt.MSNet.build build Buildfile: file:///E:/src/extern/nant/tests/NAnt.MSNet/NAnt.MSNet.bu ild Target(s) specified: build