RE: [Draconet-users] RE: [Draconet-developers] Draco sourceforge code repository has been migrated to Subversion.

2006-03-20 Thread Bryan D. Andrews
This is great news! Glad to see SourceForge offering this! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Arild Fines Sent: Thursday, March 02, 2006 3:04 PM To: [EMAIL PROTECTED]; draconet-users@lists.sourceforge.net Subject: [Draconet-users] RE: [Dracon

[Draconet-users] Request

2004-12-18 Thread Bryan D. Andrews
It would be cool to disable projects in the config file / web interface. Is there already a way to do this? Thanks! --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. D

RE: [Draconet-users] Issues with 1.6 beta 3 - VAULT

2004-12-18 Thread Bryan D. Andrews
Should I be able to run the newest vault side by side with an old version? I can't run the new one as production because of this vault issue, but would like to run it on the same build server for testing... Thanks! -Original Message- From: Bryan D. Andrews Sent: Thursday, Novemb

RE: [Draconet-users] Issues with 1.6 beta 3 - VAULT

2004-11-25 Thread Bryan D. Andrews
Any ideas here from Vault users? I thought I remembered someone talking about this a while ago but I could not find it in google... -Original Message- From: Bryan D. Andrews Sent: Tuesday, November 23, 2004 8:45 PM To: [EMAIL PROTECTED] Subject: RE: [Draconet-users] Issues with 1.6

RE: [Draconet-users] Issues with 1.6 beta 3 - VAULT

2004-11-23 Thread Bryan D. Andrews
ssues with 1.6 beta 3 - VAULT Can you explain the problem a little more? Lets see if we can fix it. What do I need to do to reproduce the issue? thanks Paul - Original Message - From: "Bryan D. Andrews" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday,

RE: [Draconet-users] Issues with 1.6 beta 3 - VAULT

2004-11-22 Thread Bryan D. Andrews
on another box. Guess I have to roll back again. :( -Original Message- From: Bryan D. Andrews Sent: Monday, November 15, 2004 1:39 PM To: [EMAIL PROTECTED] Subject: RE: [Draconet-users] Issues with 1.6 beta 3 I can send you a config file but pretty much any changes this happens with

RE: [Draconet-users] Issues with 1.6 beta 3

2004-11-15 Thread Bryan D. Andrews
unner.CheckForChanges(BuildType buildType, Boolean& changesSinceLastBuild) at Draco.Core.Runtime.BuildRunner.Start(BuildType buildType) Any help is appreciated on this! -Original Message- From: Bryan D. Andrews Sent: Saturday, November 13, 2004 2:24 PM To: [EMAIL PROTECTED] Subject: RE: [Draconet-use

RE: [Draconet-users] Issues with 1.6 beta 3

2004-11-13 Thread Bryan D. Andrews
--- From: Bryan D. Andrews Sent: Saturday, November 13, 2004 2:24 PM To: [EMAIL PROTECTED] Subject: RE: [Draconet-users] Issues with 1.6 beta 3 It seems that deleting all the buildinfo and log files helped get rid of this error. Thanks. -Original Message----- From: Bryan D. Andrews Sent: Satu

RE: [Draconet-users] Issues with 1.6 beta 3

2004-11-13 Thread Bryan D. Andrews
It seems that deleting all the buildinfo and log files helped get rid of this error. Thanks. -Original Message- From: Bryan D. Andrews Sent: Saturday, November 13, 2004 11:11 AM To: [EMAIL PROTECTED] Subject: RE: [Draconet-users] Issues with 1.6 beta 3 Any idea what might be causing

RE: [Draconet-users] Issues with 1.6 beta 3

2004-11-13 Thread Bryan D. Andrews
Any idea what might be causing this: Failed to process build 'DotNetNuke.All'. The following exception occurred: System.InvalidOperationException: Specified IComparer threw an exception. ---> System.NullReferenceException: Object reference not set to an instance of an object. at Draco.Core.Scc

[Draconet-users] Issues with 1.6 beta 3

2004-11-12 Thread Bryan D. Andrews
We are trying to setup with vault in the web app and get errors when trying to save. [NullReferenceException: Object reference not set to an instance of an object.] Draco.Web.ProjectConfig.Validate() +826 Draco.Web.ProjectConfig.SaveLinkButton_Click(Object sender, EventArgs e) +92 System

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

2004-07-26 Thread Bryan D. Andrews
ok for here when the build script runs fine from the command prompt but not from draco? Thanks for any thoughts before I post to the nant list. -Original Message- From: Bryan D. Andrews Sent: Monday, July 19, 2004 6:47 AM To: [EMAIL PROTECTED] Subject: RE: Problems with NAnt.Solution task [was

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

2004-07-19 Thread Bryan D. Andrews
I was just told on the nant list that the only reason it is working for me is that my project happens to be in the root folder. There is a user who says that he is ready to fix this but is awaiting feedback. Hopefully this will be fixed soon. -Original Message- From: David Reed [mailto:[E

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 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 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 Bryan D. Andrews
erlapping (and provide nifty success/failure notification), then you'll be fine. I may join you in that blissful state some time soon... > -Original Message- > From: [EMAIL PROTECTED] [mailto:draconet-users- > [EMAIL PROTECTED] On Behalf Of Bryan D. Andrews > Sent: Saturday,

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

2004-07-17 Thread Bryan D. Andrews
test environment if desired. Anyone see any issues with this? -Original Message- From: Bryan D. Andrews Sent: Saturday, July 17, 2004 9:58 AM To: [EMAIL PROTECTED] Subject: RE: Problems with NAnt.Solution task [was RE: [Draconet-users] Vault and Draconet?] Couple of things. We generally

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

2004-07-17 Thread Bryan D. Andrews
atest version of Nant? Some people on here have had > ideas > on how to work with web solutions > > nick.robinson > site : www.fromconcept.co.uk > blog : www.fromconcept.co.uk/weblog.aspx > draco : www.sourceforge.net/projects/draconet > > > -Original Message- > > F

RE: [Draconet-users] Vault and Draconet?

2004-07-16 Thread Bryan D. Andrews
By the way a search on Draconet and webmap comes up with only one hit. :( -Original Message- From: Bryan D. Andrews Sent: Friday, July 16, 2004 4:01 PM To: [EMAIL PROTECTED] Subject: RE: [Draconet-users] Vault and Draconet? I got this fixed. Can you tell me how I should configure this

RE: [Draconet-users] Vault and Draconet?

2004-07-16 Thread Bryan D. Andrews
it works great. > > Basically I am asking has anyone else had trouble when building with a > NANT script that normally builds fine? > > Is there a way to keep the temp files from deleting so I can try to run > the nant script manually from that location? > > Thanks! > >

RE: [Draconet-users] Vault and Draconet?

2004-07-16 Thread Bryan D. Andrews
nant script manually from that location? Thanks! -Original Message- From: Bryan D. Andrews Sent: Tuesday, July 13, 2004 7:23 AM To: [EMAIL PROTECTED] Subject: RE: [Draconet-users] Vault and Draconet? Yes we run Draco and Subversion successfully. Works great and out of the box. Wish Vault

RE: [Draconet-users] Vault and Draconet?

2004-07-13 Thread Bryan D. Andrews
[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 PROTECTED] > Subject: [Draconet-users] Vau

[Draconet-users] Vault and Draconet?

2004-07-12 Thread Bryan D. Andrews
Anyone got this going? Any advice or suggestions? Thanks! --- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pi