RE: [Nant-users] Ignored library of fileset with aA in name

2003-10-27 Thread Kræn Munck
Hi, I have no idea where the problem arises, but, seeing that you are Danish, it's probably related to the Danish letter 'å' (upper case 'Å'). The following is for someone who might be better suited at finding the trouble spot: Many years ago 'å' was written as 'aa' (upper case 'Aa'), and is k

[Nant-users] MSITask and IIS virtual dirs: what is MSVBDPCA.DLL?

2003-10-27 Thread Pedersen, Morten
Hello all   I'm trying to convert my VS.NET setup project into a NAnt MSITask. The Wiki for MSITask [1] talks about a DLL called MSVBDPCA.DLL.   Can anyone fill me in on where this DLL comes from (not Microsoft?) and how to get it? - the link in the Wiki is dead.   Best regards, Mort

[Nant-users] RE: Framework net-1.1

2003-10-27 Thread jose.arevalo
> Hi, > > After converting the sln via slingshot to Nant. I did change in nant.exe.config file > the default framework to net-1.1, now I am having the following error: > --- > BUILD FAILED > > The SDK for the net-1.1 framework is not available or not configured. > > Total time:

Re: Re: [Nant-users] some questions

2003-10-27 Thread D-Fuse
You are right, it works with the commandline unzip. Shame on me --- Hugues Lismonde <[EMAIL PROTECTED]> wrote: > Date: Mon, 27 Oct 2003 16:14:25 +0100 > From: Hugues Lismonde <[EMAIL PROTECTED]> > To: D-Fuse <[EMAIL PROTECTED]> > CC: [EMAIL PROTECTED] > Subject: Re: [Nant-users] some questions >

Re: [Nant-users] some questions

2003-10-27 Thread Hugues Lismonde
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I don't know if something has changed since, but I had not problems unpacking NAnt 0.8.3 and some nightlies from 09/03. You should try the command line tool (unzip) before any (G)UI. D-Fuse wrote: Hey, thanks for the answer. The problem with the zipf

[Nant-users] Framework net-1.1

2003-10-27 Thread jose.arevalo
Hi, After converting the sln via slingshot to Nant. I did change in nant.exe.config file the default framework to net-1.1, now I am having the following error: --- BUILD FAILED The SDK for the net-1.1 framework is not available or not configured. Total time: 0.1 seconds. -

Re: Re: [Nant-users] some questions

2003-10-27 Thread D-Fuse
Hey, thanks for the answer. The problem with the zipfile is that backslashes are used, so Linux thinks \path\to\something is one file instead of 2 dir's and a file. I've never encountered this problem with other zip's from the windows platform so maybe the #ziplib code or the zip task is the proble

RE: [Nant-users] support for property files ?

2003-10-27 Thread Darren Syzling
Jean, Thanks for the comments. In the end reviewing solutions and considering how easy it is to create NAnt custom tasks I decided to create my own local PropertyFile task. Overall it improved readability within the build file and the implementation was quite trivial. Thanks Darren Syzling mailt

Re: [Nant-users] Ignored library of fileset with aA in name

2003-10-27 Thread Scott Hernandez
t.sourceforge.net/nightly/builds/nant-20031027.zip). I can try later to use mixed case directory names and see if I can reproduce the problem. If you find any more info, please let us know. BTW. What version of NAnt were you using? - Original Message - From: "Rune Holm" <[EMAIL PR

Re: [Nant-users] Path Errors?

2003-10-27 Thread Scott Hernandez
Hello, Can you provide us with a simple example of a build file, or your build file, so we can see what you are doing? It maybe be some type of file system locking issue, but that is hard to tell without seeing the build file. Also, what version of NAnt are you using? - Original Message

Re: [Nant-users] some questions

2003-10-27 Thread Scott Hernandez
There is no tar file. We use the #ziplib code to create our nightly build, which are run from NAnt. If there is a bug in there (either our build process or the zip library) we should get it fixed. Can you tell us what linux program, platform and such you are using? Please see this thread to answer