RE: [Draconet-users] How do I use dracocli with more than one server?

2004-03-11 Thread David Reed
David, As I understand the client, you must have multiple config files (one per target server) and specify the appropriate config file on the command line, using the /config:file switch. You'll, of course, want to wrap a batch file/shell script around the complexity to eliminate the need to

RE: [Draconet-users] Vault and Draconet?

2004-07-12 Thread David Reed
-Original Message- From: Bryan D. Andrews Sent: Monday, July 12, 2004 9:38 PM To: [EMAIL PROTECTED] Subject: [Draconet-users] Vault and Draconet? Anyone got this going? Any advice or suggestions? Yeah, Subversion and Draco. Actually, it'd be nice if you'd be the guinea pig,

Problems with NAnt.Solution task [was RE: [Draconet-users] Vault and Draconet?]

2004-07-17 Thread David Reed
Message- From: David Reed [mailto:[EMAIL PROTECTED] Sent: Monday, July 12, 2004 11:32 PM To: [EMAIL PROTECTED] Subject: RE: [Draconet-users] Vault and Draconet? -Original Message- From: Bryan D. Andrews Sent: Monday, July 12, 2004 9:38 PM To: [EMAIL

RE: Problems with NAnt.Solution task [was RE: [Draconet-users] Vault and Draconet?]

2004-07-17 Thread David Reed
Anyone see any issues with this? Yes. How are you going to work around build collisions when the same build is launched within seconds/minutes of each other that result is quasi-parallel builds? Unless there are new features in your custom build which prevents the same build from running

RE: Problems with NAnt.Solution task [was RE: [Draconet-users] Vault and Draconet?]

2004-07-17 Thread David Reed
N. I want CI. Damn. Is it possible to just make draco run on a single thread to solve this problem? Not TMK. I'd be happy to learn otherwise. You and I are at the foci of many tangential feature collisions in several otherwise well-designed apps. ;) I love Draco and I love NAnt; I even

RE: Problems with NAnt.Solution task [was RE: [Draconet-users] Vault and Draconet?]

2004-07-17 Thread David Reed
Hehe, well I just posted on the nant list about relative paths in webmap. This is the most obvious solution and maybe I'll look at the nant source for this task and see what I can do. Good luck. I'll watch the fireworks with interest. There are some smarter people than I on that list, so

RE: Problems with NAnt.Solution task [was RE: [Draconet-users] Vault and Draconet?]

2004-07-17 Thread David Reed
Curiously enough I think that a relative path is working. I kinda took it for granted that it did not from the comments here and the other posting. Felicitations. I have another question though. Why would code such as this build on VS.Net then fail on the draco nant build: For i As

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 'ProjectDir',