RE: [Draconet-users] troubleshooting draco config
> > cvs -d:local:c:\dev\cvsnt\repository rlog nant-ex > > It looks like like we may be getting close to the problem. When I run > this I get: > > cvs rlog: cannot find module `nant-ex' - ignored > > So...it seems as if I may have bungled something relating to the module > name or the location of the CVSROOT? Although that doesn't completely > make sense because if that were true, why would TortoiseCVS (apparently) > permit me to do commits and updates to :local:c:\dev\cvsnt\repository? > It looks like the repository is right, but the module name is wrong. You could double check the name of the module by taking a look at the contents of the CVS\Repository file in your project's root directory. -MG --- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com ___ Draconet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/draconet-users
RE: [Draconet-users] FW: [MatchDev] Build Failed
One other issue you might dig into is that it looks like process.ExitCode always returns 1, even if the build is successful (when using devenv, of course). This makes the integrity of Draco.NET's results fairly useless. ;) I'm in the process of switching over to NAnt now, actually. Wrestling with slingshot, at the moment. Thanks for all the help, everyone! -Jason -Original Message- From: Mark Griffiths To: [EMAIL PROTECTED] Sent: 3/6/03 1:59 AM Subject: RE: [Draconet-users] FW: [MatchDev] Build Failed I think this might be because of bug 683847 listed on the SourceForge project page. I'll apply the suggested fix just now, and we can see if that sorts things. I have to admit that we have not used the DevEnv code ourselves. And I would second Scotts suggestion that going the NAnt route is best. -MG -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: 05 March 2003 23:16 To: [EMAIL PROTECTED] Subject: [Draconet-users] FW: [MatchDev] Build Failed Importance: High Hey guys, Just let me keep spamming the list. ;) Got everything going, and all's well. You can see the report below. Unfortunately, it doesn't look like we're getting any real details - I've tried the TracingLevelSwitch at both 3 and 4, but not no avail. What we need, primarily, is the ability to see if the build was successful or not, and if not, why? What error messages caused the problem. Do others get that detailed of information, and it's just something with my environment/configuration? Anything I need to do to crank up the details? TIA, -Jason -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 4:42 PM To: Subject: [MatchDev] Build Failed Importance: High Build Results Success: false Module: MatchDev BuildTime: 2003-03-05T16:39:50.3575000-06:00 Modifications Since Last Build Date:2003-03-05T16:26:00.000-06:00 User:Archana Kasulkar Comment: FileDirectoryRev.Op. MatchUserUIDefinitions.cs $/Solutions/MatchSolution/Class Libraries/MatchUser/MatchUserUI11Update Date:2003-03-05T16:27:00.000-06:00 User:Archana Kasulkar Comment: FileDirectoryRev.Op. MatchUserUIDefinitions.cs $/Solutions/MatchSolution/Class Libraries/MatchUser/MatchUserUI12Update Date:2003-03-05T16:28:00.000-06:00 User:Archana Kasulkar Comment: FileDirectoryRev.Op. MatchUserUIDefinitions.cs $/Solutions/MatchSolution/Class Libraries/MatchUser/MatchUserUI13Update Date:2003-03-05T16:32:00.000-06:00 User:Archana Kasulkar Comment: FileDirectoryRev.Op. template.registration.emailval.txt $/Solutions/MatchSolution/MatchWebProj/html/registration3Update Build Output -- Build started: Project: MatchApplicationDataDL, Configuration: Debug-Match (No Sandbox) .NET -- Preparing resources... Updating references... Performing main compilation... C:\Documents and Settings\Jason Alexander\Local Settings\Temp\tmp9D.tmp\Class Libraries\MatchApplicationData\MatchApplicationDataDL\MatchApplicationDa taDL Source.cs(39,33): warning CS1570: XML comment on 'Match.ApplicationData.DL.Source' has badly formed XML -- 'A name was started with an invalid character. ' --- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com ___ Draconet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/draconet-users --- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com ___ Draconet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/draconet-users
[Draconet-users] Builds launched without changes to codebase...
All, We are seeing that Draco is building when there are no new changes to the project codebase. We are using VSS for our repository. In the Draco report, I see that Draco thinks there are modifications to a blank file and blank directory. The revision continues to increment with each bogus build that is performed. The operation is recognized as "Other". For example: Modifications Since Last Build Date: 2003-03-06T02:54:00.000-06:00 User: Aaron Comment: FileDirectory Rev.Op. Version 77 Other What is this and why is it detected as a change? How do we keep Draco from building when this is the only change it detects? Thanks, Aaron --- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com ___ Draconet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/draconet-users
RE: [Draconet-users] Builds launched without changes to codebase...
Hi Aaron Would you be able to see the command line arguments that are passed to SS.EXE when fetching project history. You could then run this command manually and let us know what the output is. From this we should be able to determine why Draco thinks that a change has occurred. -MG > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Sansone, > Aaron > Sent: 06 March 2003 14:38 > To: Draco. Net Users Mailing List (E-mail) > Subject: [Draconet-users] Builds launched without changes to codebase... > > > All, > > We are seeing that Draco is building when there are no new changes to the > project codebase. We are using VSS for our repository. In the > Draco report, I > see that Draco thinks there are modifications to a blank file and blank > directory. The revision continues to increment with each bogus > build that is > performed. The operation is recognized as "Other". For example: > > Modifications Since Last Build > Date: 2003-03-06T02:54:00.000-06:00 > User: Aaron > Comment: > > File Directory Rev.Op. > Version 77 Other > > > What is this and why is it detected as a change? How do we keep > Draco from > building when this is the only change it detects? > > Thanks, > > Aaron > --- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com ___ Draconet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/draconet-users
RE: [Draconet-users] Builds launched without changes to codebase...
BTW. The command line arguments passed to SS.EXE should be visible in draco.log. -MG --- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com ___ Draconet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/draconet-users
RE: [Draconet-users] FW: [MatchDev] Build Failed
> One other issue you might dig into is that it looks like process.ExitCode > always returns 1, even if the build is successful (when using devenv, of > course). This makes the integrity of Draco.NET's results fairly > useless. ;) > I get exit code 0 ok. Are you sure the build succeeded? 06/03/2003 15:13:51 - DEVENV arguments: "Hello.sln" /build "Release" /out C:\DOCUME~1\MARK~1.GRI\LOCALS~1\Temp\tmp69.tmp 06/03/2003 15:13:59 - t : Build completed with exit code 0 06/03/2003 15:14:00 - t : Sending build results email to:... > I'm in the process of switching over to NAnt now, actually. Wrestling with > slingshot, at the moment. > I've just uploaded the latest release of Draco.NET to sourceforge. This includes the fix that enables the complete DevEnv output to be included in the build email. > > Thanks for all the help, everyone! > -Jason > > --- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com ___ Draconet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/draconet-users
[Draconet-users] I need a cvs.exe with support for pserver against cvsnt
I have been trying a great number of cvs clients now, hoping that one of them would work with Draco the way I want. Draco requires CVS 1.11.1 or newer, but I have yet to find such a new version of cvs.exe that supports pserver against cvsnt. I have tried the Windows binaries from cvshome.org; they don't understand drive letters, as in :pserver:[EMAIL PROTECTED]:d:\cvs. I have also tried the binaries included with Tortoise and WinCVS, but all I get is the following error message: cvs [login aborted]: the :pserver: access method is not supported by this port of CVS So, has anybody got Draco running against a cvsnt server using pserver? --- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com ___ Draconet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/draconet-users
RE: [Draconet-users] FW: [MatchDev] Build Failed
Yep, I get the output from Draco.NET telling me that the build failed. I then get the latest and build it in VS.NET, and the build works fine. I step through the code in Draco.NET and I get to the part where it grabs the process' ExitCode and it's 1, for some reason. I have no idea if this is something that's an issue with the size of our project - now getting close to 50 assemblies and 100's of files, with our build taking quite awhile to build. At this point, I'm stumped with the devenv path. And, I'm having no luck with slingshot; having no documented other the "slingshot -help", I'm taking stabs in the dark. Thanks for your help Mark, -Jason -Original Message- From: Mark Griffiths [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 9:17 AM To: [EMAIL PROTECTED] Subject: RE: [Draconet-users] FW: [MatchDev] Build Failed > One other issue you might dig into is that it looks like > process.ExitCode always returns 1, even if the build is successful > (when using devenv, of course). This makes the integrity of > Draco.NET's results fairly useless. ;) > I get exit code 0 ok. Are you sure the build succeeded? 06/03/2003 15:13:51 - DEVENV arguments: "Hello.sln" /build "Release" /out C:\DOCUME~1\MARK~1.GRI\LOCALS~1\Temp\tmp69.tmp 06/03/2003 15:13:59 - t : Build completed with exit code 0 06/03/2003 15:14:00 - t : Sending build results email to:... > I'm in the process of switching over to NAnt now, actually. Wrestling > with slingshot, at the moment. > I've just uploaded the latest release of Draco.NET to sourceforge. This includes the fix that enables the complete DevEnv output to be included in the build email. > > Thanks for all the help, everyone! > -Jason > > --- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com ___ Draconet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/draconet-users --- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com ___ Draconet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/draconet-users
RE: [Draconet-users] FW: [MatchDev] Build Failed
Jason Can you give today's version of Draco.NET a try, and see if the devenv build output contains any clues as to what is going on. If you are stepping through the code aswell, you could intercept the temporary build output file and see what it contains? -MG > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > [EMAIL PROTECTED] > Sent: 06 March 2003 15:30 > To: [EMAIL PROTECTED] > Subject: RE: [Draconet-users] FW: [MatchDev] Build Failed > > > Yep, I get the output from Draco.NET telling me that the build failed. > > I then get the latest and build it in VS.NET, and the build works fine. > > I step through the code in Draco.NET and I get to the part where it grabs > the process' ExitCode and it's 1, for some reason. > > I have no idea if this is something that's an issue with the size of our > project - now getting close to 50 assemblies and 100's of files, with our > build taking quite awhile to build. > > At this point, I'm stumped with the devenv path. And, I'm having no luck > with slingshot; having no documented other the "slingshot -help", > I'm taking > stabs in the dark. > > > Thanks for your help Mark, > -Jason > > > > -Original Message- > From: Mark Griffiths [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 06, 2003 9:17 AM > To: [EMAIL PROTECTED] > Subject: RE: [Draconet-users] FW: [MatchDev] Build Failed > > > > One other issue you might dig into is that it looks like > > process.ExitCode always returns 1, even if the build is successful > > (when using devenv, of course). This makes the integrity of > > Draco.NET's results fairly useless. ;) > > > > I get exit code 0 ok. Are you sure the build succeeded? > > 06/03/2003 15:13:51 - DEVENV arguments: "Hello.sln" /build "Release" /out > C:\DOCUME~1\MARK~1.GRI\LOCALS~1\Temp\tmp69.tmp > 06/03/2003 15:13:59 - t : Build completed with exit code 0 06/03/2003 > 15:14:00 - t : Sending build results email to:... > > > I'm in the process of switching over to NAnt now, actually. Wrestling > > with slingshot, at the moment. > > > > I've just uploaded the latest release of Draco.NET to sourceforge. This > includes the fix that enables the complete DevEnv output to be included in > the build email. > > > > > Thanks for all the help, everyone! > > -Jason > > > > > > > > --- > This SF.net email is sponsored by: Etnus, makers of TotalView, > The debugger > for complex code. Debugging C/C++ programs can leave you feeling lost and > disoriented. TotalView can help you find your way. Available on > major UNIX > and Linux platforms. Try it free. www.etnus.com > ___ > Draconet-users mailing list [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/draconet-users > > > --- > This SF.net email is sponsored by: Etnus, makers of TotalView, > The debugger > for complex code. Debugging C/C++ programs can leave you feeling lost and > disoriented. TotalView can help you find your way. Available on > major UNIX > and Linux platforms. Try it free. www.etnus.com > ___ > Draconet-users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/draconet-users --- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com ___ Draconet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/draconet-users
RE: [Draconet-users] I need a cvs.exe with support for pserver against cvsnt
> > I have been trying a great number of cvs clients now, hoping that one of > them would work with Draco the way I want. Draco requires CVS 1.11.1 or > newer, but I have yet to find such a new version of cvs.exe that > supports pserver against cvsnt. I have tried the Windows binaries from > cvshome.org; they don't understand drive letters, as in > :pserver:[EMAIL PROTECTED]:d:\cvs. I have also tried the binaries included with > Tortoise and WinCVS, but all I get is the following error message: > > cvs [login aborted]: the :pserver: access method is not supported by > this port of CVS > > So, has anybody got Draco running against a cvsnt server using pserver? The cvs.exe that ships with CVSNT works fine for us. When you install CVSNT, make sure that you select the pserver protocol and it will install a file called pserver_protocol.dll. This file, along with cvs.exe, enables pserver support. -MG --- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com ___ Draconet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/draconet-users
RE: [Draconet-users] Builds launched without changes to codebase...
My mistake. Our NAnt Script creates a label when a build is successful. This is being interpreted by Draco as a change. Each time the build is successful, it will build itself again since a label is made. I think that it would be good to have a label for a good build, is there a way to make Draco ignore labels when detecting changes? Thanks, Aaron -Original Message- From: Mark Griffiths [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 9:09 AM To: [EMAIL PROTECTED] Subject: RE: [Draconet-users] Builds launched without changes to codebase... BTW. The command line arguments passed to SS.EXE should be visible in draco.log. -MG --- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com ___ Draconet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/draconet-users --- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com ___ Draconet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/draconet-users
RE: [Draconet-users] Builds launched without changes to codebase...
> I think that it would be good to have a label for a good build, > is there a way > to make Draco ignore labels when detecting changes? Yes, VssLogParser can be modified to ignore labels. Actually.. I thought that Bernard had already done this. What is the version stamp on the draco.exe you are using? If it is doing this with the latest version, then I'll try to get around to fixing this asap. I've no problem if someone else wants to do it though. -MG > > Thanks, > > Aaron > --- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com ___ Draconet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/draconet-users
RE: [Draconet-users] Builds launched without changes to codebase...
version 1.4.1069.1872, I know it's not the latest... -Original Message- From: Mark Griffiths [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 10:13 AM To: [EMAIL PROTECTED] Subject: RE: [Draconet-users] Builds launched without changes to codebase... > I think that it would be good to have a label for a good build, > is there a way > to make Draco ignore labels when detecting changes? Yes, VssLogParser can be modified to ignore labels. Actually.. I thought that Bernard had already done this. What is the version stamp on the draco.exe you are using? If it is doing this with the latest version, then I'll try to get around to fixing this asap. I've no problem if someone else wants to do it though. -MG > > Thanks, > > Aaron > --- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com ___ Draconet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/draconet-users --- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com ___ Draconet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/draconet-users
RE: [Draconet-users] Builds launched without changes to codebase...
Well, I did not add a setting to ignore labels. In my case, it does not really make sense to always do that. So, a setting may be a good idea. -Original Message- From: Mark Griffiths [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 5:13 PM To: [EMAIL PROTECTED] Subject: RE: [Draconet-users] Builds launched without changes to codebase... > I think that it would be good to have a label for a good build, > is there a way > to make Draco ignore labels when detecting changes? Yes, VssLogParser can be modified to ignore labels. Actually.. I thought that Bernard had already done this. What is the version stamp on the draco.exe you are using? If it is doing this with the latest version, then I'll try to get around to fixing this asap. I've no problem if someone else wants to do it though. -MG > > Thanks, > > Aaron > --- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com ___ Draconet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/draconet-users --- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com ___ Draconet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/draconet-users
RE: [Draconet-users] Builds launched without changes to codebase...
I would have thought that since tagging/labeling does not modify source files, no build is required. A tag/label is simply associating a name with a specific version. It has no chance of breaking/fixing the build. Can you describe a labeling scenario that would require kicking off a new build? -MG > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Bernard > Vander Beken > Sent: 06 March 2003 16:26 > To: [EMAIL PROTECTED] > Subject: RE: [Draconet-users] Builds launched without changes to > codebase... > > > Well, I did not add a setting to ignore labels. In my case, it does not > really make sense to always do that. So, a setting may be a good idea. > > -Original Message- > From: Mark Griffiths [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 06, 2003 5:13 PM > To: [EMAIL PROTECTED] > Subject: RE: [Draconet-users] Builds launched without changes to > codebase... > > > > I think that it would be good to have a label for a good build, > > is there a way > > to make Draco ignore labels when detecting changes? > > Yes, VssLogParser can be modified to ignore labels. Actually.. I > thought > that Bernard had already done this. What is the version stamp on the > draco.exe you are using? > > If it is doing this with the latest version, then I'll try to get around > to > fixing this asap. I've no problem if someone else wants to do it > though. > > -MG > > > > > Thanks, > > > > Aaron > > > > > > --- > This SF.net email is sponsored by: Etnus, makers of TotalView, The > debugger > for complex code. Debugging C/C++ programs can leave you feeling lost > and > disoriented. TotalView can help you find your way. Available on major > UNIX > and Linux platforms. Try it free. www.etnus.com > ___ > Draconet-users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/draconet-users > > > --- > This SF.net email is sponsored by: Etnus, makers of TotalView, > The debugger > for complex code. Debugging C/C++ programs can leave you feeling lost and > disoriented. TotalView can help you find your way. Available on > major UNIX > and Linux platforms. Try it free. www.etnus.com > ___ > Draconet-users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/draconet-users --- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com ___ Draconet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/draconet-users
RE: [Draconet-users] troubleshooting draco config
*slapping forehead* Yes. That was the problem, wrong module name. Thanks for your help Mark. Jeffrey > -Original Message- > From: Mark Griffiths [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 06, 2003 3:47 AM > To: [EMAIL PROTECTED] > Subject: RE: [Draconet-users] troubleshooting draco config > > > > > cvs -d:local:c:\dev\cvsnt\repository rlog nant-ex > > > > It looks like like we may be getting close to the problem. > When I run > > this I get: > > > > cvs rlog: cannot find module `nant-ex' - ignored > > > > So...it seems as if I may have bungled something relating to the > > module name or the location of the CVSROOT? Although that doesn't > > completely make sense because if that were true, why would > TortoiseCVS > > (apparently) permit me to do commits and updates to > > :local:c:\dev\cvsnt\repository? > > > > It looks like the repository is right, but the module name is > wrong. You could double check the name of the module by > taking a look at the contents of the CVS\Repository file in > your project's root directory. > > -MG > > > > --- > This SF.net email is sponsored by: Etnus, makers of > TotalView, The debugger > for complex code. Debugging C/C++ programs can leave you > feeling lost and > disoriented. TotalView can help you find your way. Available > on major UNIX > and Linux platforms. Try it free. www.etnus.com > ___ > Draconet-users mailing list [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/draconet-users > --- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com ___ Draconet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/draconet-users
Re: [Draconet-users] Builds launched without changes to codebase...
Yes, but only if you are doing a checkout/get by tag/label. :) In the case of a change to a version release tag/label, and the associated get on that label, can dramatically change the source used for the build. But I assume that right now draco doesn't support builds based on label/tags. It would be good to be able to build based on a label/tag and/or a branch; but that is another feature. And in that case, a change to a label/tag is important. - Original Message - From: "Mark Griffiths" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 06, 2003 8:49 AM Subject: RE: [Draconet-users] Builds launched without changes to codebase... > I would have thought that since tagging/labeling does not modify source > files, no build is required. A tag/label is simply associating a name with > a specific version. It has no chance of breaking/fixing the build. Can you > describe a labeling scenario that would require kicking off a new build? --- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com ___ Draconet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/draconet-users
RE: [Draconet-users] Builds launched without changes to codebase...
> > Yes, but only if you are doing a checkout/get by tag/label. :) > > In the case of a change to a version release tag/label, and the associated > get on that label, can dramatically change the source used for the build. > But I assume that right now draco doesn't support builds based on > label/tags. > > It would be good to be able to build based on a label/tag and/or a branch; > but that is another feature. And in that case, a change to a label/tag is > important. Good point. I agree that if the root of a branch is moved, then a kicking a build is justified. BTW, the CVS repository code supports branches already. We need to get feature 648817 [1] implemented. This will give Draco the responsibility of tagging/labeling even before the source is fetched. I'm going to try and get a clear day to spend on this soon. -MG [1] http://sourceforge.net/tracker/index.php?func=detail&aid=648817&group_id=668 80&atid=516088 --- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com ___ Draconet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/draconet-users
RE: [Draconet-users] Getting Started...
OK, is *someone* going to help me out and send me a sample of a working config idealy using VS to do the builds? Throw me a bone here! -Original Message- From: McClelland, Russ [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 3:16 PM To: [EMAIL PROTECTED] Subject: RE: [Draconet-users] Getting Started... I'd be happy to do that. In fact, I'm doing this so that I can present Draco.NET and some other tools at the Dallas .NET Users Group meeting in April. Can someone send me a working configuration file to get us started? -Original Message- From: Graeme Humphrey [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 3:36 AM To: [EMAIL PROTECTED] Subject: RE: [Draconet-users] Getting Started... Hello Chris, Criticism noted. We've been intending to update the documentation for some time now, but never got round to it (work commitments, etc.) We'd be happy to answer any questions you may have. Perhaps you'd be willing to create a "Draco.NET introduction" document from your experiences as a first time user? -- Graeme Humphrey Chive Software Limited mailto: [EMAIL PROTECTED] > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > McClelland, Russ > Sent: 27 February 2003 19:28 > To: [EMAIL PROTECTED] > Subject: [Draconet-users] Getting Started... > > > Does anyone have any advice or sample build files to help us get > started using Draco.NET? The documentation is not entirely helpful > for people that are new to these types of tools. > > Thanks! > > > --- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > ___ > Draconet-users mailing list [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/draconet-users --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ Draconet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/draconet-users --- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com ___ Draconet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/draconet-users --- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com ___ Draconet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/draconet-users