Re: [nant-dev] 0.8.3-rc2 missing Linux dlls

2003-07-31 Thread Gert Driesen
The lib directory changes are not in the 0.8.3 branch, these will become available in the 0.8.4 version. I suggest building NAnt from cvs on Linux, which is quite easy : just execute "make clean && make all" in the NAnt root directory. However you should make sure that you've built Mono from cvs

[nant-dev] Re: [Nant-users] Idea:

2003-07-31 Thread Ian MacLean
Peter, I like the idea. See what others say and then we can look at adding it. Your approach looks pretty much correct. Don't know why you can't build though. Ian -- Part 1 -- Hi NAnters, I was just editing some build files and testing out some things. The thought occurred to me that certain t

[nant-dev] 0.8.3-rc2 missing Linux dlls

2003-07-31 Thread Steven Brown
The makefile.linux depends on bin/linux/* files, but they aren't included in the dist. I grabbed them from the CVS Attic and the build went fine otherwise. CVS seemed to indicate the project has moved to platform dlls in a lib dir, but they weren't disted either, so I'm not sure what method is th

RE: [nant-dev] Patch for fixes and new features

2003-07-31 Thread Tom Cabanski
Good point on the strongly typed. I had a whole hour to get my revised WebMap done that done this morning before my real work day so I just took the cheap approach. Maybe I can look at it when I look at some of the other bits I'd like to next week. Then again, given that it is cleanly encapsulat

RE: [nant-dev] Patch for fixes and new features

2003-07-31 Thread Tom Cabanski
Actually the maps are optional. If not supplied, it uses WebDAV as it did before. Good idea on the partial maps. To be honest, I only had a few hours to put into this effort this week and more than a handful of things I wanted to do to make NAnt more useful for my project so I did it the quick w

RE: [nant-dev] Patch for fixes and new features

2003-07-31 Thread Bernard Vander Beken
Hello, I see that each web project requires a map now. It is convenient to allow partial project URL mappings, so that your example would be simplified to: http://localhost"; path="c:\inetpub\wwwroot"/> This way, one can add/remove web projects without having to update the m

RE: [nant-dev] Patch for fixes and new features

2003-07-31 Thread Bernard Vander Beken
> Given that there are no tests, I'm not very certain that all of this will work in > all scenarios. Historially speaking, many past task issues were related to absolute/relative path issues. HTH, Bernard -Original Message- From: Tom Cabanski [mailto:[EMAIL PROTECTED] Sent: Thursday,

[nant-dev] Patch for fixes and new features

2003-07-31 Thread Tom Cabanski
I've attached the diff generated by WinCVS for the NAnt.VSNet folder. I have also pasted it below if that is better. I've also attached two new files, which I added to the proper folders under the project - WebMap.cs (types) and WebMapAttribute.cs (attributes). Per Matthew's suggestion, the w

RE: [nant-dev] Contributing

2003-07-31 Thread Tom Cabanski
I had your latest out of CVS as of Wednesday morning. The problem is that under some circumstances the delete would not run or would fail. The classic example I ran into was related to some read-only files that got to the temp directory; I would imagine this occurred because I was building from a

[nant-dev] MSITask & MSMTask patch

2003-07-31 Thread Arjen Poutsma
Hi, The attached patch fixes some issues I had with the MSI task from NantContrib: - Some members of MSIComponent, as defined in the xsd, have changed type, making it necessary to use setStringData instead of setIntegerData, or vice-versa. - The componentFiles fileset requires a Parent, otherwise