AW: [Nant-users] Solution Task and Strong Names

2004-03-25 Thread Florian Benischke
Hi Eric, looks like nant just can't find your key file. I'm using assembly signing too and I'm not having any problems. You can try setting the key file reference to a "strong" path, like D:\mykeyfile.snk (well you also have to copy the file there ;) ), to see that key file signing is possible.

[Nant-users] Solution Task and Strong Names

2004-03-25 Thread Eric Fetzer
I am getting the following error trying to build a new project with the solution task: [compile] error CS1548: Cryptographic failure while signing assembly 'd:\myproject\myDll.dll' -- 'Error reading key file '..\..\myproject.myDll.snk' -- The system cannot find the file specified. ' Does solution

RE: [Nant-users] Framework version ??

2004-03-25 Thread Peter Jones
Yes, that's a lot better - the build still fails but that my problem now. Thanks --- Peter G Jones University of Canterbury, NZ --- Senior Analyst/Programmer Microsoft .Net MVP Blog: http://jonsie.net > -Original Message- > Fr

[Nant-users] Nant: Common directory structure for VS.NET

2004-03-25 Thread Brian Beaudet
I’d like to ask this user group for advice on how they layout their directory structures when working with complex solutions.   For instance, we typically like to have (in our version control repository and then our working space) directories such as:   RepositoryRoot/     Clie

RE: [NAntC-Dev] RE: [Nant-users] NAntContrib Build Problem...

2004-03-25 Thread Clayton Harbour
Title: Message Hi Vishal,   You first have to change to the nant sandbox directory, then you should have the bin directory in a sub-folder and the NAnt.build file in the root folder.  If you then run:     bin\nant.exe package this should work.  I have updated the readme.txt to (hopefully) b

RE: [Nant-users] nant 0.85

2004-03-25 Thread Kevin Dickover
Can I third this request? I am in much the same position as the other posters here. What specifically needs to happen in order to take the nightly builds to a full release? Are there tasks that do not have someone assigned to them? If so, I am willing to help. Kevin Dickover -Original Mess