RE: [Draconet-users] Question about NAnt integration and compiling C# code

2004-12-09 Thread David Reed
> -Original Message- [snip] > Anyone have any ideas on how to get around this. When I build I need to > register and unregister on my development machine but it is not absolutely > necessary on the continious integration machine although . It doesn't > have > a problem with the 'ProjectD

RE: [Draconet-users] Question about NAnt integration and compiling C# code

2004-12-09 Thread John Sheppard
David, Thanks for the feedback. I have settled on doing a sandbox build. My confusion below came when I was trying to set nant.exe to debug mode (ie. when I supplied a path to it with the -debug+ on the end) At first I was inserting the ':' symbol between the debug keyword and its value '-d

RE: [Draconet-users] problems svn and Visual Studio

2004-12-09 Thread Arild Fines
[EMAIL PROTECTED] wrote: > Hi, > I might miss something but I didn't get Draco to run svn together > with Visual Studio 2003. > In the first place svn (is in the path and I can it execute from the > command prompt) didn't get executed. > The only error message I got in the log output that a file wa

RE: [Draconet-users] Question about NAnt integration and compiling C# code

2004-12-09 Thread David Reed
John, You're bumping into the same confusion I did when I first got started. As I've grokked the subject, you've got two options (which you've already figured out): 1. Store the build files with the source and use relative paths in your build file to reference resources; this allows you to use th

[Draconet-users] Question about NAnt integration and compiling C# code

2004-12-09 Thread John Sheppard
Hi all, I am having a problem getting Draco to run my NAnt build file. The polling and checkout of source works as expected with one caveat. I have to designate an '$' character in front of my VSS path for it to poll and check my solution. I thought I could do a '\x\y\z' type of path but ins