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

2004-07-17 Thread Bryan D. Andrews
I got it. I did not have the 1.1 SDK installed on the new build box (only the redistributable) and it was trying to build with 1.0. All is well. :) -Original Message- From: David Reed [mailto:[EMAIL PROTECTED] Sent: Saturday, July 17, 2004 1:22 PM To: [EMAIL PROTECTED] Subject: RE: Pro

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: Problems with NAnt.Solution task [was RE: [Draconet-users] Vault and Draconet?]

2004-07-17 Thread Bryan D. Andrews
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. 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 Integer = 0 To value.Count -

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 > . 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 perhaps

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

2004-07-17 Thread Bryan D. Andrews
Hehe, well I just posted on the nant list about relative paths in . This is the most obvious solution and maybe I'll look at the nant source for this task and see what I can do. By the way what script were you referring to? Basically the solution file has to converted from http://localhost/mayap

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 ev

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

2004-07-17 Thread Bryan D. Andrews
N. I want CI. Damn. Is it possible to just make draco run on a single thread to solve this problem? If not, what are my options to getting the solution and the nant task synched consistently. Is slingshot still around? :\ -Original Message- From: David Reed [mailto:[EMAIL PROTECTED]

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 multi

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

2004-07-17 Thread Bryan D. Andrews
Unless there are other good ideas here, what I would like to do is update draco to allow me to specify the directory where it is going to download (unless this is already a feature then GREAT). We are using vault (and the custom draco build for vault), so what I would like to do is be able to spec

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

2004-07-17 Thread Bryan D. Andrews
Couple of things. We generally convert all our web projects to local projects as well (I hate web projects now), but unfortunately this is an opensource project that we have to keep the webproject a part of it. We were using the solution task as it *seems* to make the most sense as it will build w

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

2004-07-17 Thread David Reed
Bryan, The reason you won't get hits on Draco && webmap is because webmap is a NAnt construct... and not Draco's fault at all. IMNSHO, there is a lot of time and effort being wasted on the task by the NAnt team to reinvent the wheel which could be better spent elsewhere. But it's their free tim

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

2004-07-17 Thread David Reed
Bryan, The reason you won't get hits on Draco && webmap is because webmap is a NAnt construct... and not Draco's fault at all. IMNSHO, there is a lot of time and effort being wasted on the task by the NAnt team to reinvent the wheel which could be better spent elsewhere. But it's their free tim

RE: [Draconet-users] Vault and Draconet?

2004-07-17 Thread Nick Robinson
Hi, I attempted to implement a webmap sometime ago, but still found I had problems. I believe I tried to use a relative path for the webmap path, but I was still having problems. I never got to the bottom of this because of pressures elsewhere. Have you tried using relative paths for the webmap