Re: [Nant-users] Embedding XML as Resource

2003-12-14 Thread Ian MacLean
Michael, I assume you are using the 0.84 rc1 build ? The copying error you are seeing is a bug in that release which has since been fixed. Try a nightly build from http://nant.sourceforge.net/builds/ and let us know if that fixes your issue. Ian Michael Doerfler wrote: > Jaroslaw, thanks a bun

Re: [Nant-users] Embedding XML as Resource

2003-12-14 Thread Michael Doerfler
Jaroslaw, thanks a bunch for your help - much appreciated! I am able to get my DLL built with the proper resource names in the manifest. I noticed while NAnt is building the resource files it creates an extra copy of the file - in my example Folder1 Folder2 File.xml during the build it mak

Re: [Nant-users] Embedding XML as Resource

2003-12-14 Thread Jaroslaw Kowalski
This is taken from my build file. The most important are: "prefix" and "dynamicprefix" attributes. Resources are named: Sooda.StubGen.Template.Template.csproj Sooda.StubGen.Template.Template.vbproj ... Hope it helps. Jarek

[Nant-users] Embedding XML as Resource

2003-12-14 Thread Michael Doerfler
Hello everyone, sorry for asking such as basic question but I have RTFMed, searched the souceforge list, and googled this and can't find an answer - or atleast the answer I am looking for :) When I use VS.NET 2003 I can have the following structure for my project Folder1 Folder2 File.xml and