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
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
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
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
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
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
> 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,
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
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
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
10 matches
Mail list logo