Re: [NAnt-users] NAntcontrib, IIS and Virtual folders

2008-08-12 Thread Chris Snider
I found the reference to the appcreate parameter. I am good to go. Chris - Original Message - From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> To: nant-users@lists.sourceforge.net Sent: Wed Aug 13 00:53:16 2008 Subject: [NAnt-users] NAntcontrib, IIS and Virtual folders Greetings, Is there

[NAnt-users] NAntcontrib, IIS and Virtual folders

2008-08-12 Thread Chris Snider
Greetings, Is there any way to create a virtual directory in IIS using NantContrib that does not actually create the application? I just need the virtual folder off a website, but allows the bin folder to be the main site root\bin. Example Site1 \bin Somecustomvirtualfolder \con

Re: [NAnt-users] svn failed to start

2008-08-12 Thread Brass Tilde
Bob Archer <[EMAIL PROTECTED]> wrote: > I looks to be like this task deletes any files in the project with an > svn status of Unversioned or Ignored. Digging future it seems to use > another open source project from Softect, subversionsharp and AprSharp > that are actuall linked to subversion 1.4

Re: [NAnt-users] svn failed to start

2008-08-12 Thread Bob Archer
I looks to be like this task deletes any files in the project with an svn status of Unversioned or Ignored. Digging future it seems to use another open source project from Softect, subversionsharp and AprSharp that are actuall linked to subversion 1.4 library files. So, I am going to try and repli

Re: [NAnt-users] svn failed to start

2008-08-12 Thread Bob Archer
Well... svn is not failing to start now. Perhaps this is due to me fixing the corruption in my project file. I see now that I am getting an error on the svncleantree task which is a custom CI Factory task. I have no idea what it does, perhaps someone else here does or Jay is watching. This must ha

Re: [NAnt-users] svn failed to start

2008-08-12 Thread Gert Driesen
Bob, In that case, I would've expected a stacktrace in your output (which may give us an idea as to why svn could not be started). Gert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Archer Sent: dinsdag 12 augustus 2008 18:12 To: Brass Tilde; nant-

Re: [NAnt-users] svn failed to start

2008-08-12 Thread Bob Archer
Yes. The log I put in a previous message was when I had verbose turned. Svn isn't doing anything cause it isn't running. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brass Tilde Sent: Tuesday, August 12, 2008 11:56 AM To: nant-users@lists.sourceforge.n

Re: [NAnt-users] svn failed to start

2008-08-12 Thread Gert Driesen
Bob, Can you run the build in debug mode (NAnt.exe -debug ...) and post the (relevant) output. Gert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Archer Sent: dinsdag 12 augustus 2008 17:39 To: Brass Tilde; nant-users@lists.sourceforge.net Subject:

Re: [NAnt-users] svn failed to start

2008-08-12 Thread Brass Tilde
Bob Archer <[EMAIL PROTECTED]> wrote: > Yes, I have tried several different things on the exec tag... Have you tried "verbose" on the to see what output, if anything, Subversion is actually pumping out? - This SF.Net ema

Re: [NAnt-users] svn failed to start

2008-08-12 Thread Bob Archer
Yes, I have tried several different things on the exec tag... C:\Program Files\Subversion\svn C:\Program Files\Subversion\svn.exe C:\Progra~1\Subversion\svn C:\Progra~1\Subversion\svn.exe I also tried by putting the path in a property, both the long form and the short form and doing: ${SvnBinPat

Re: [NAnt-users] svn failed to start

2008-08-12 Thread Brass Tilde
Bob Archer <[EMAIL PROTECTED]> wrote: > Sorry, I'm really stuck here. Does anyone else have any ideas why I > would be getting a fail to start message with the exec tag. (BTW: The > SVN tag works, I just can't seem to get it to do what I want it to > do.) Have you tried using the fully qualified

Re: [NAnt-users] Issues with pvcsget task using promotion groups

2008-08-12 Thread Fabio Gil
Hi again, Just to give you an update, the error I was getting was not due to the pvcsget task but some files that were missing the promotion group / version label. thank you all - Fabio On Mon, Aug 11, 2008 at 4:19 PM, Fabio Gil <[EMAIL PROTECTED]> wrote: > Hi, > > I'm fairly new to NAnt and a

Re: [NAnt-users] svn failed to start

2008-08-12 Thread Bob Archer
Sorry, I'm really stuck here. Does anyone else have any ideas why I would be getting a fail to start message with the exec tag. (BTW: The SVN tag works, I just can't seem to get it to do what I want it to do.) BOb From: [EMAIL PROTECTED] [mailto:[EMAIL PROT

Re: [NAnt-users] Devstudio and msbuild

2008-08-12 Thread Parrish, Ken
Likewise. More info would be helpful. Some additional ideas: Before attempting to use Nant with MSBuild, try executing MSBuild directly from the command line. If it doesn't work directly, it's likely not going to work in Nant. Experience has shown that MSBuild is quite reliable building .NET ap

Re: [NAnt-users] Devstudio and msbuild

2008-08-12 Thread Markus Ewald
Gemma Cameron wrote: > Has anyone got any idea why a solution will build in devstudio but > fail when built by a nant script using msbuild? Has there been an > msbuild update with sp3? Am using visual studio 2005. > > All help would be most appreciated. > > One reason I know of is when you m

Re: [NAnt-users] Devstudio and msbuild

2008-08-12 Thread Bob Archer
Can you be more specific on what the failure is? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gemma Cameron Sent: Tuesday, August 12, 2008 5:56 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Devstudio and msbuild Has anyone got any idea

[NAnt-users] Devstudio and msbuild

2008-08-12 Thread Gemma Cameron
Has anyone got any idea why a solution will build in devstudio but fail when built by a nant script using msbuild? Has there been an msbuild update with sp3? Am using visual studio 2005. All help would be most appreciated. Gem Sent from my iPhone