RE: [Draconet-users] Draco.Net doesn't find changes consistently

2004-03-01 Thread Michael Ferrante
Title: Message Lori are you using Visual SourceSafe?  If so there is a problem with the formatting of date ranges for checks on history.  There is a patch 908138 on the sourceforge homepage patches page that has a correction for the problem. -Original Message-From: [EMAIL PR

RE: [Draconet-users] Build Failed

2004-03-02 Thread Michael Ferrante
Title: Message DevEnv can't find a solution file called "Hosting" in the draco.net sandbox area where $/hosting was retrieved.  It might be that DevEnv needs the name of the .sln file in the parameter, is there such a file called "Hosting" that is a devenv solution file and is in the root o

RE: [Draconet-users] Build Failed

2004-03-05 Thread Michael Ferrante
Title: Message Mark - It needs the actual filename of the solution file. It literally runs a command line something like this: devenv solutionfile.sln  /build solutionconfig [ /project projectnameorfile [ /projectconfig name ] ] in the directory where the files come down. In your case it

RE: [Draconet-users] installation/config question

2004-03-10 Thread Michael Ferrante
Seems like it is having a problem finding the nant executible on the build box. Are you specifying an nant.exe to use? You should specify one or put one in the draco.net bin directory on the server. Try that. This is the revelant code you are running into from the NAntBuildTool.cs class. The t

RE: [Draconet-users] Draco.NET, VSS, and VS.NET 2003

2004-03-18 Thread Michael Ferrante
Edwin we will be soon adding a multiple source control project watch, it was going to be without the "recursive" feature, it is recursive by default. Do you need the recursive feature? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Castro, Edwin Gabrie

RE: [Draconet-users] Startup issues

2004-04-06 Thread Michael Ferrante
Abdullah - Each time Draco.net is started, initially it looks for changes since the start of the service. Here are some things to try that might help. 1) Try starting the service and waiting a minute, then making a change to once of the files in source control under the $/Simulator path somewhere

RE: [Draconet-users] Monitor files based on label

2004-04-06 Thread Michael Ferrante
Ron - Draco.net pulls out the latest files for a build, it does not get at a particular label point. It builds when it has detected changes since the latest build or Draco.net can be "forced" to run a build through the dracocli.exe tool. NAnt could be used to get files from source control at a la

RE: [Draconet-users] Startup issues

2004-04-07 Thread Michael Ferrante
llectTextToken() >at System.Xml.XmlValidatingReader.Read() >at System.Xml.XPath.XPathDocument.Load(XmlReader reader) >at System.Xml.XPath.XPathDocument.Init(XmlReader reader) >at System.Xml.XPath.XPathDocument..ctor(String uri) >at Chive.Draco.Notify.EmailNotifier.GetHtml(BuildResul

RE: [Draconet-users] Startup issues

2004-04-07 Thread Michael Ferrante
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Abdullah Siddiqui Sent: Wednesday, April 07, 2004 10:02 To: [EMAIL PROTECTED] Subject: RE: [Draconet-users] Startup issues What to put in this section? You have put in only ellipsis there. Thanks Abdullah --- Michael Ferrante

RE: [Draconet-users] Startup issues

2004-04-07 Thread Michael Ferrante
l.XmlValidatingReader.Read() at System.Xml.XPath.XPathDocument.Load(XmlReader reader) at System.Xml.XPath.XPathDocument.Init(XmlReader reader) at System.Xml.XPath.XPathDocument..ctor(String uri) at Chive.Draco.Notify.EmailNotifier.GetHtml(BuildResult results) at Chive.Draco.Notify.EmailNot

RE: [Draconet-users] Startup issues

2004-04-08 Thread Michael Ferrante
: www.fromconcept.co.uk > blog : www.fromconcept.co.uk/weblog.aspx draco : > www.sourceforge.net/projects/draconet > > Thanks > > Abdullah > > > > --- Abdullah Siddiqui <[EMAIL PROTECTED]> wrote: > > > I downloaded draco-1.5-bin.zip from sourceforge. Tha

RE: [Draconet-users] Startup issues

2004-04-08 Thread Michael Ferrante
" Building list for $/Simulator.. ........ ... . E:\> Thanks Abdullah --- Abdullah Siddiqui <[EMAIL PROTECTED]> wrote: > That did the trick! Now its work

RE: [Draconet-users] Startup issues

2004-04-08 Thread Michael Ferrante
; > I found the file as part of the MSI files that are there for > download. > > > > > I am now able to build and have the email sent out. > > > > > > > > > > Next thing I need to do is to get this working remotely. On my > > > > >

RE: [Draconet-users] Having problem with vss and exitcode 100

2004-07-01 Thread Michael Ferrante
1) log in as account draco is running under. 2) To simulate exactly what Draco.net was trying to do setup batch file like: Set SSDIR = "C:\Program Files\Microsoft VSS\win32" "C:\Program Files\Microsoft VSS\win32\ss.exe"history "$/WPR/WPR_Solution.root" -R -I-N -Y"tkraft,vectren2" -Vd"7/1/2004;4:20

RE: [Draconet-users] VSS not detecting change - the reason is....

2004-07-02 Thread Michael Ferrante
Thanks for post Toby. We are releasing a version with this fix shortly. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kraft, Toby Sent: Friday, July 02, 2004 07:58 To: [EMAIL PROTECTED] Subject: RE: [Draconet-users] VSS not detecting change - the reaso

[Draconet-users] Draco 1.5.1670.1471 released, contains patch for Vault support

2004-07-28 Thread Michael Ferrante
Contains the patch [996653] Vault support. --- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id

RE: [Draconet-users] help on Warning: SS.EXE exit code: 100

2004-08-12 Thread Michael Ferrante
Try running this from the command line on the build box while being logged in as the same account under which draco.net service is running.   set ssdir=C:\Program Files\Microsoft Visual Studio\VSS\ "C:\Program Files\Microsoft Visual Studio\VSS\win32\ss.exe" history "$/FocusClients/BrisbaneW

[Draconet-users] Draco.NET 1.6-beta-1 (1.6.0.0) released

2004-08-13 Thread Michael Ferrante
  Changes:-Client download includes new GUI client tool DracoGUI.exe.This system tray application is handy for managing builds and the build server.-Configuration for Server separated into two files. See upgradingfor details on how to migrate settings.   -Draco.exe.config for remoting and tr

RE: [Draconet-users] Locked file?

2005-03-02 Thread Michael Ferrante
Does seem to be is some kind of nant failure. Are you running on latest version of nant? Does build box need nant upgrade? One thing you can try: There is a config variable to set that will keep the directory that draco gets the source into, set that to true. Have draco run a build and let it fai