I downloaded draco-1.5-bin.zip from sourceforge. That does not contain the
file. Is there some other archive that I should download instead?

Thanks
Abdullah

--- Michael Ferrante <[EMAIL PROTECTED]> wrote:
> 1) the return code is what devenv.com returned to draco.net, so it is
> literally the command line return code that visual studio gave back to
> draco.net.  Command line apps return integers back upon exit as a "return
> code".  Return of 0 usually indicates success, so return code 1 means that
> something in visual studio failed, like a failed compile.
> 
> 2) modifications.xsl - draco.net is looking for the xml styling to apply to
> the build result.xml file.  It cannot locate that file.  For some reason it
> is missing, it is included with the installation.  Is something goofy with
> your setup?  Otherwise try looking around for that file and copying it into
> d:\draco\draco\.
> 
>  
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Abdullah
> Siddiqui
> Sent: Wednesday, April 07, 2004 10:58
> To: [EMAIL PROTECTED]
> Subject: RE: [Draconet-users] Startup issues
> 
> Did the change and here are the results. What does the return code 1 mean?
> The file it is looking to send is not there, any reason Draco.NET did not
> generate it?
> 
> 4/7/2004 12:52:18 PM - Starting Draco.NET
> 4/7/2004 12:53:17 PM - Simulator : Checking module for changes
> 4/7/2004 12:53:17 PM - Detected path: C:\Program Files\Microsoft Visual
> Studio\Common\VSS\win32
> 4/7/2004 12:53:17 PM - HISTORY arguments: history "$/Simulator" -R -I-N
> -Y"asiddiqui" -Vd"4/7/2004;12:53:17 PM~4/6/2004;3:49:34 PM"
> [EMAIL PROTECTED]:\DOCUME~1\ASIDDI~1\LOCALS~1\Temp\tmp39C.tmp
> 4/7/2004 12:53:26 PM - Simulator : Detected 9 change(s) to module
> 4/7/2004 12:53:26 PM - Simulator : Entering 60 second sleep period
> 4/7/2004 12:54:26 PM - Check again: 4/6/2004 3:49:34 PM
> 4/7/2004 12:54:26 PM - Detected path: C:\Program Files\Microsoft Visual
> Studio\Common\VSS\win32
> 4/7/2004 12:54:26 PM - HISTORY arguments: history "$/Simulator" -R -I-N
> -Y"asiddiqui" -Vd"4/7/2004;12:54:26 PM~4/6/2004;3:49:34 PM"
> [EMAIL PROTECTED]:\DOCUME~1\ASIDDI~1\LOCALS~1\Temp\tmp39D.tmp
> 4/7/2004 12:54:27 PM - Check again: 9
> 4/7/2004 12:54:27 PM - Simulator : Detected 0 additional modification(s)
> 4/7/2004 12:54:27 PM - Simulator : Building module
> 4/7/2004 12:54:27 PM - Detected path: C:\Program Files\Microsoft Visual
> Studio\Common\VSS\win32
> 4/7/2004 12:54:27 PM - Setting SSDIR environment variable to: C:\Program
> Files\Microsoft Visual Studio\Common\VSS\
> 4/7/2004 12:54:27 PM - GET arguments: get "$/Simulator" -R -I-N
> -Y"asiddiqui"
> -W
> 4/7/2004 12:54:27 PM - cwd          :
> C:\DOCUME~1\ASIDDI~1\LOCALS~1\Temp\tmp39E.tmp
> 4/7/2004 12:54:27 PM - ssdir        : C:\Program Files\Microsoft Visual
> Studio\Common\VSS\
> 4/7/2004 12:54:47 PM - DEVENV arguments: "Simulator.sln" /build "Release"
> /out C:\DOCUME~1\ASIDDI~1\LOCALS~1\Temp\tmp3A8.tmp
> 4/7/2004 12:55:24 PM - Simulator : Build completed with exit code 1
> 4/7/2004 12:55:25 PM - Simulator : Sending build results email to:
> [EMAIL PROTECTED] [EMAIL PROTECTED]
> 4/7/2004 12:55:26 PM - Simulator : Failed to send build results email
> System.IO.FileNotFoundException: Could not find file
> "d:\draco\draco\modifications.xsl".
> File name: "d:\draco\draco\modifications.xsl"
>    at System.IO.__Error.WinIOError(Int32 errorCode, String str)
>    at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess
> access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath,
> Boolean
> bFromProxy)
>    at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess
> access, FileShare share)
>    at System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials
> credentials)
>    at System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type
> ofObjectToReturn)
>    at System.Xml.XmlTextReader.CreateScanner()
>    at System.Xml.XmlTextReader.Init()
>    at System.Xml.XmlTextReader.Read()
>    at System.Xml.XmlValidatingReader.ReadWithCollectTextToken()
>    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(BuildResult results)
>    at Chive.Draco.Notify.EmailNotifier.Notify(BuildResult results)
> 
> Thanks
> Abdullah
> --- Michael Ferrante <[EMAIL PROTECTED]> wrote:
> > Just make a small change: add to whatever you already have in the 
> > <devenv> section, to the beginning of that section in the start 
> > <devenv> tag add an attribute edition and make it equal to 2003.
> > 
> > So find the line in your config file that looks similar to <devenv>
> > 
> > And change that one line to say
> > <devenv edition="2003">
> > 
> >  
> > 
> > -----Original 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 <[EMAIL PROTECTED]> wrote:
> > > Try something like this in the draco.exe.config file in the devenv 
> > > section, add the edition="2003"
> > > 
> > > 
> > > <devenv edition="2003">
> > > ...
> > > ...
> > > </devenv>
> > > 
> > > 
> > > 
> > > -----Original Message-----
> > > From: [EMAIL PROTECTED]
> > > [mailto:[EMAIL PROTECTED] On Behalf Of 
> > > Nick Robinson
> > > Sent: Wednesday, April 07, 2004 00:22
> > > To: [EMAIL PROTECTED];
> > > [EMAIL PROTECTED]
> > > Subject: Re: [Draconet-users] Startup issues
> > > 
> > > Looking at the output, it seems the DevEnvBuildTool fails to get the 
> > > install
> > > path(?) for Dev Studio.  I seem to remember somebody changed this 
> > > fairly recently, I also seem to remember somehting about putting a 
> > > path in the config for the version of DevStudio.  I dont know if 
> > > that is true - I cannot GET the latest source from work.  Can 
> > > someone else
> > confirm this?
> > > 
> > > nick.robinson
> > > site  : www.fromconcept.co.uk
> > > blog  : www.fromconcept.co.uk/weblog.aspx draco : 
> > > draconet.sourceforge.net
> > > 
> > > 
> > > Abdullah Siddiqui <[EMAIL PROTECTED]> wrote:
> > > 
> > > > After letting it run for some time, this is the result that I have 
> > > > gotten. Note though that I do have vs.net 2003 installed and 
> > > > functioning on the machine without any problems.
> > > > 
> > > > 4/6/2004 4:38:11 PM - Simulator : Checking module for changes
> > > > 4/6/2004 4:38:11 PM - Detected path: C:\Program Files\Microsoft 
> > > > Visual
> > > > Studio\Common\VSS\win32
> > > > 4/6/2004 4:38:11 PM - HISTORY arguments: history "$/Simulator" -R 
> > > > -I-N -Y"asiddiqui" -Vd"4/6/2004;4:38:11 PM~4/6/2004;3:49:34 PM"
> > > > [EMAIL PROTECTED]:\DOCUME~1\ASIDDI~1\LOCALS~1\Temp\tmp316.tmp
> > > > 4/6/2004 4:38:12 PM - Simulator : Detected 3 change(s) to module
> > > > 4/6/2004 4:38:12 PM - Simulator : Entering 60 second sleep period
> > > > 4/6/2004 4:39:12 PM - Check again: 4/6/2004 3:49:34 PM
> > > > 4/6/2004 4:39:12 PM - Detected path: C:\Program Files\Microsoft 
> > > > Visual
> > > > Studio\Common\VSS\win32
> > > > 4/6/2004 4:39:12 PM - HISTORY arguments: history "$/Simulator" -R 
> > > > -I-N -Y"asiddiqui" -Vd"4/6/2004;4:39:12 PM~4/6/2004;3:49:34 PM"
> > > > [EMAIL PROTECTED]:\DOCUME~1\ASIDDI~1\LOCALS~1\Temp\tmp317.tmp
> > > > 4/6/2004 4:39:12 PM - Check again: 3
> > > > 4/6/2004 4:39:12 PM - Simulator : Detected 0 additional
> > > > modification(s)
> > > > 4/6/2004 4:39:12 PM - Simulator : Building module
> > > > 4/6/2004 4:39:12 PM - Detected path: C:\Program Files\Microsoft 
> > > > Visual
> > > > Studio\Common\VSS\win32
> > > > 4/6/2004 4:39:12 PM - Setting SSDIR environment variable to: 
> > > > C:\Program Files\Microsoft Visual Studio\Common\VSS\
> > > > 4/6/2004 4:39:12 PM - GET arguments: get "$/Simulator" -R -I-N
> > > -Y"asiddiqui"
> > > > -W
> > > > 4/6/2004 4:39:12 PM - cwd          :
> > > > C:\DOCUME~1\ASIDDI~1\LOCALS~1\Temp\tmp318.tmp
> > > > 4/6/2004 4:39:12 PM - ssdir        : C:\Program Files\Microsoft Visual
> > > > Studio\Common\VSS\
> > > > 4/6/2004 4:39:22 PM - Failed to process build 'Simulator'.  The 
> > > > following exception occurred:
> > > > System.ApplicationException: DevStudio.NET does not appear to be
> > installed
> > > >    at Chive.Draco.Tool.DevEnvBuildTool.get_DevEnvExe()
> > > >    at Chive.Draco.Tool.DevEnvBuildTool.Execute(String
> workingDirectory)
> > > >    at Chive.Draco.BuildRunner.BuildModule(Modification[] mods)
> > > > 
> > > > Diagnostic information
> > > > ----------------------
> > > > Working directory: C:\DOCUME~1\ASIDDI~1\LOCALS~1\Temp\tmp318.tmp
> > > > 4/6/2004 4:39:23 PM - Simulator : Build completed with exit code 1
> > > > 4/6/2004 4:39:24 PM - Simulator : Sending build results email to: 
> 
=== message truncated ===


__________________________________________________
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Draconet-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/draconet-users

Reply via email to