Re: [Nant-users] Embedding XML as Resource

2003-12-15 Thread Michael Doerfler
IL PROTECTED], [EMAIL PROTECTED] Subject: Re: [Nant-users] Embedding XML as Resource Date: Mon, 15 Dec 2003 12:25:11 +0900 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.sou

Re: [Nant-users] Embedding XML as Resource

2003-12-14 Thread Ian MacLean
ring targetName) > at NAnt.Core.Project.Execute() > at NAnt.Core.Project.Run() > > > Has anyone received this before or I do I need to configure some > security on my source code folders?? > > Thanks for the advice. > > Mike > > >> From: "Jaroslaw Kowalski"

Re: [Nant-users] Embedding XML as Resource

2003-12-14 Thread Michael Doerfler
Run() Has anyone received this before or I do I need to configure some security on my source code folders?? Thanks for the advice. Mike From: "Jaroslaw Kowalski" <[EMAIL PROTECTED]> To: "Michael Doerfler" <[EMAIL PROTECTED]>,<[EMAIL PROTECTED]> Subject: Re:

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