RE: [Nant-users] Using to label based on an existing label

2004-11-10 Thread Dennison, Oran
I'm not sure if vsslabel directly supports this, but I do know that you can accomplish this by using the task with ss.exe. You might want to check out CruiseControl.NET, which does the same thing that you appear to be doing: applying a temp label, checking out the temp label, building, and on suc

RE: [Nant-users] Verbose output is screwing everything up.

2004-11-04 Thread Dennison, Oran
I don’t have an answer to the Verbose problem, but try the latest CruiseControl.NET.  0.7 RC1 contains a fix that processes the log files a LOT faster than the older versions did.  The web pages are now actually usable.   Oran   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

RE: [Nant-users] VSS requirements

2004-10-14 Thread Dennison, Oran
All you need is the VSS client that gets installed when you run Netsetup.exe from your VSS share on the VSS server.  You could make your build server the VSS server, but this isn’t necessary.   I would recommend using VSS version 6.0c, not 6.0d since 6.0d has a bug where recursively getti

RE: [Nant-users] References from solution do not appear to be persisted in LicenseTask

2004-10-08 Thread Dennison, Oran
Hi Bart, that sounds exactly like what I experienced a while back.  I posted my solution/workaround here: http://www.mail-archive.com/[EMAIL PROTECTED]/msg04749.html   From following the various license task issues people have experienced on this list, I believe that different vendors im

RE: [Nant-users] Infragistics and other 3rd party tools with licx files

2004-09-30 Thread Dennison, Oran
Hi Todd, have you tried any of the work-arounds you found? If so, how did they work out? I assume one of them was my post, http://sourceforge.net/mailarchive/forum.php?thread_id=5550904&forum_id= 9544 It might be helpful to post the exception you get too. If you need more detail on what I did t

RE: [Nant-users] task produces assemblies that crash -- vs.net doesn't

2004-09-21 Thread Dennison, Oran
You can verify the correct reference name is being used with Reflector too. Oran -Original Message- From: Robert Gomes [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 12:16 PM To: Dennison, Oran; [EMAIL PROTECTED] Subject: RE: [Nant-users] task produces assemblies that cra

RE: [Nant-users] task produces assemblies that crash -- vs.net doesn't

2004-09-21 Thread Dennison, Oran
Robert, I ran into an issue with license files too a couple weeks ago and solved it by installing the licensed component stuff on the build box. This is probably one difference between your dev boxes and your build box. The other thing I did was to modify the licenses.licx file to contain version

[Nant-users] Licenses.licx and ActiveReports solution

2004-09-10 Thread Dennison, Oran
I sent this to the list a couple days ago, but my organization's email filter blocked it because it had the word "error" in the subject. -Original Message- From: Dennison, Oran Sent: Tuesday, September 07, 2004 7:29 PM To: '[EMAIL PROTECTED]' Subject: Re