[NAnt-users] Getting Internal Error while trying to build solution file...Please help!

2006-09-07 Thread mandar ambre
Hi Guys, I am suddenly getting an Internal Error when running the NAnt build file.It wasn't happening before and I don't think anything major has changed in my .build file but I am getting the following error: build: [solution] Starting solution build. BUILD FAILED INTERNAL ERROR System.Nul

Re: [NAnt-users] Help! NANT zip task

2006-09-07 Thread Alan Guedeney
Thanks Melissa - that worked. Original Message Follows From: "Melissa Kacher" <[EMAIL PROTECTED]> To: "Alan Guedeney" <[EMAIL PROTECTED]>, Subject: RE: [NAnt-users] Help! NANT zip task Date: Thu, 7 Sep 2006 13:57:34 -0700 MIME-Version: 1.0 Received: from seamail01.intrinsyc.com ([67.139.1

Re: [NAnt-users] Help! NANT zip task

2006-09-07 Thread Melissa Kacher
Everything in needs to actually be physically located under its . If it isn't, the flattening that you observed will happen. You are including things parallel to , not under it. Don't use "..". -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alan Gueden

[NAnt-users] Help! NANT zip task

2006-09-07 Thread Alan Guedeney
Having a simple problem including directories with files into a zip file using a NANT task. Can anyone direct me on how to include the correponding directories instead of just flattening the structure?