Re: [NAnt-users] Build Failure Issue

2006-10-13 Thread Adam Gritt
OTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Adam Gritt Sent: vrijdag 13 oktober 2006 21:58 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Build Failure Issue   I often times get the following error which is causing my builds when using NAnt to fail: Cannot delete directory &

[NAnt-users] Build Failure Issue

2006-10-13 Thread Adam Gritt
o multiple retrys on the delete or is it just doing the one and then failing if it can't delete it? Adam Gritt - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre

Re: [NAnt-users] Error loading GUID

2006-09-23 Thread Adam Gritt
Try doing this, open the csproj file that has an issue with a text editor and then open the dependency csproj in a text editor, make sure that the Guid's that represent the ProjectGuid are match for the related projects, case included.  For some reason rather than convert the string to a Guid and t

Re: [NAnt-users] building a project

2006-07-20 Thread Adam Gritt
The easiest way I know of is the following:                          On 7/20/06, Steve Whitley <[EMAIL PROTECTED]> wrote: is there an easy way (I'm really surprised there isnt already a task forjust a project) to compile a single project?---

Re: [NAnt-users] Synchronizing Visual Studio projects to NAnt build

2006-07-17 Thread Adam Gritt
ecause I am building it on a list of projects not a list of solutions. Also my 0.02.Adam Gritt - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to sh

Re: [NAnt-users] Build Failure Issue

2006-06-26 Thread Adam Gritt
build the binaries and then do my builds. Adam GrittOn 6/26/06, Adam Gritt <[EMAIL PROTECTED]> wrote: Not that I am aware of.  Neither directories exist to begin with and Nant ends up creating them.  As such they should have permission.  Also usually when it is a "file in use" issu

Re: [NAnt-users] Build Failure Issue

2006-06-26 Thread Adam Gritt
6/06, Marc Towersap <[EMAIL PROTECTED]> wrote: Perhaps it's a permissions problem.  Is bin\debug\Firserv.Cleartouch.Shared.Utilities.pdb is either write-protected or  currently in use??  Marc Towersap Sr. SCM Engineer - Original Message From: Adam Gritt <[EMAIL PR

[NAnt-users] Build Failure Issue

2006-06-26 Thread Adam Gritt
I am trying to build a project but it keeps coming up as failed.  Below is the "Verbose" output from the build, if anyone has any input as to what exactly is failing or how I can find out what exactly is failing please let me know.  It seems to happen right after it trys to copy the files from the

Re: [NAnt-users] Pre/Post Build Events

2006-06-09 Thread Adam Gritt
eer - Original Message From: Adam Gritt <[EMAIL PROTECTED]>To: nant-users@lists.sourceforge.netSent: Friday, June 9, 2006 10:40:27 AMSubject: Re: [NAnt-users] Pre/Post Build EventsI have the build file set up as follows:             ...    We are running a dis-jointed environm

Re: [NAnt-users] Pre/Post Build Events

2006-06-09 Thread Adam Gritt
ou can alsogive your program the ability to add and remove the value"PostBuildEvent.bat" to the attribute I mentioned above. I'm not sure what's causing the sharing violation, are youusing the task to build the projects? If so, itmight still have a lock on the files in the

Re: [NAnt-users] Pre/Post Build Events

2006-06-09 Thread Adam Gritt
completely solve the issue as I don't know what is really causing the sharing violations when the items are being copied.  Any suggestions? Adam GrittOn 6/1/06, Gert Driesen <[EMAIL PROTECTED]> wrote: > -Original Message-> From: [EMAIL PROTECTED]> [mailto: [EMAIL PROTECTED]

[NAnt-users] Pre/Post Build Events

2006-05-31 Thread Adam Gritt
switch somewhere in NAnt to enable/disable execution of the build events because if the build event fails it shows the project as failing to build in NAnt. Adam Gritt