Re: [Nant-users] NAnt vs. Setup and Deployment projects

2004-04-22 Thread Gert Driesen
> - Original Message - > From: "Michael A. Angelo" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, April 22, 2004 7:01 PM > Subject: [Nant-users] NAnt vs. Setup and Deployment projects > > > I have a general question that is causing debate here. I am a Java guy new > to t

Re: [Nant-users] Licensing Components

2004-04-22 Thread Gert Driesen
Because of connectivity issues with sf.net, I've been unable to upload a new nightly build today. I'll let you know when I have one ready ... Gert - Original Message - From: "Gert Driesen" <[EMAIL PROTECTED]> To: "Matthew W. Adams" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday

Re: [Nant-users] Licensing Components

2004-04-22 Thread Gert Driesen
> - Original Message - > From: "Matthew W. Adams" <[EMAIL PROTECTED]> > To: "Gert Driesen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Thursday, April 22, 2004 10:28 PM > Subject: RE: [Nant-users] Licensing Components > > You're quite right, of course! That was a bit of an aggressiv

Re: [Nant-users] Digest and individual

2004-04-22 Thread Scott Hernandez
I'm afraid there isn't much we control here... I would suggest hitting up sf.net support, or checking on the mailman site for a user guide... :( Don't forget to look here too. https://lists.sourceforge.net/lists/listinfo/nant-users BTW. A digest seems to be sent when the message (digest) reach a

RE: [Nant-users] Licensing Components

2004-04-22 Thread Matthew W. Adams
You're quite right, of course! That was a bit of an aggressive fix... I'm using the task. I'll run three tests against a minimal example 1a) Run using the current build 1b) Run using my (less aggressively) modified version - which just takes out the IsLicensed thing. 2) Run using 0.83 build 3) R

Re: [Nant-users] Licensing Components

2004-04-22 Thread Gert Driesen
Matthew, I know too little of licensing in .NET itself, but commenting out that code will render the license task useless, as this code will then just create an empty licenses file, no ? : using (FileStream fs = new FileStream(licensesFile, FileMode.Create)) { // note the ToUpper() - this is

[Nant-users] Digest and individual

2004-04-22 Thread Bob Archer
Whomever this may concern. I have the my list preferences set to get digest, which I get, but I still get all the individual emails... Help ! Also, can the digest be a bit bigger? I mean, a digest with 3 messages isn't cutting down on my inbox by much. Thanks, Bob ---

[Nant-users] Licensing Components

2004-04-22 Thread Horsfield, Peter A
Title: Message Re Bug #932073 I'm the original submitter of the bug   Has not been worked on as far as I know, I haven't had the time to verify, but obviously you are in the same boat as I am.   All a standard .NET license file is a text string that is compiled into a resource and linked i

[Nant-users] NAnt vs. Setup and Deployment projects

2004-04-22 Thread Michael A. Angelo
I have a general question that is causing debate here. I am a Java guy new to the .NET platform. Ant was a big player in my arena. Now that I am in the .NET arena, I am trying to find a reason why to use NAnt rather than the Setup and Deployment projects. The argument I am getting here is that if

RE: [Nant-users] More Questions on Versioning...

2004-04-22 Thread Bonnett, Evan A
Title: Message Ok.  Sounds good.  Thanks for the tip.     Evan A. Bonnett Reynolds and Reynolds, IT ERA Integrated Desking Development      -Original Message-From: Ryan Cromwell [mailto:[EMAIL PROTECTED] Sent: Thursday, April 22, 2004 12:10 PMTo: Bonnett, Evan A; [EMAIL PROTECTED]

[Nant-users] RE: problem with ASIS attribute on source file list in CSC task

2004-04-22 Thread Hearn, Bruce
Hi Gert, Attached you'll find a simple reproduction of the issue I described with the ASIS attribute. I added a few comments in the file to point out what's going on. To reproduce, drop the 2 attached files into a new directory, and run nant. It will generate 2 dlls and touch the source file.

RE: [Nant-users] More Questions on Versioning...

2004-04-22 Thread Ryan Cromwell
i would suggest using version task's revisiontype=increment for the daily build and revisiontype=automatic when you are going to test.  Major and minor or done manually to the .version file that is maintained by the version task.  I think that would follow your scheme Original Message Follows-

Re: [Nant-users] MSI task problems

2004-04-22 Thread James Geurts
Hi Nicklas, I am the author of the VDProjConverter project. I have also done some work on the msi/msm tasks for NAntContrib. I have only tested the VDProjConverter with some mocked up setup projects that I have created, so I'm sure there are bugs in the conversion. Unfortunately, I have yet to

[Nant-users] More Questions on Versioning...

2004-04-22 Thread Bonnett, Evan A
Title: Message Ok, last question on versioning... I think.   Gert and others,   You say that when using the asminfo task, you should just use the # of days since a certain date (I forget which date but I think it's the date VS was released?)   Currently, I use the major.minor.build.revision

[Nant-users] Licensing Components

2004-04-22 Thread Matthew W. Adams
Title: Message Hi folks.   From the Nightlies of the 20/04 we've had to comment out the following:   //    try { //    LicenseManager.CreateWithContext(tp, dlc); //    } catch (Exception ex) { // 

Re: [Nant-users] Nightly April 21'st

2004-04-22 Thread Gert Driesen
Title: Message I'll fix it this evening or tomorrow.   Thanks for the report.   Gert - Original Message - From: Nicklas Norling To: [EMAIL PROTECTED] Sent: Thursday, April 22, 2004 2:11 PM Subject: [Nant-users] Nightly April 21'st Seems there has sneaked

RE: [Nant-users] Attempting MSI build

2004-04-22 Thread Nicklas Norling
The latest nightly doesn't give me this problem anymore, but I did also have it with earlier versions. /Nicke > -Original Message- > From: Michael A. Angelo [mailto:[EMAIL PROTECTED] > Sent: den 21 april 2004 21:24 > To: 'Gert Driesen'; [EMAIL PROTECTED] > Subject: RE: [Nant-users] Attemp

[Nant-users] MSI task problems

2004-04-22 Thread Nicklas Norling
Title: Message Hi.   I'm trying ot get the MSI task to build an MSI we've been having VS.NET 2003 build so far. I've read all documentation I've been able to find, including the WiKi but still have a few questions.   I found the vdproj converter and used it to generate a snipplet of code f

[Nant-users] Nightly April 21'st

2004-04-22 Thread Nicklas Norling
Title: Message Seems there has sneaked in an error from the nightly 03-20 to 04-21.   Trying to compile my old trusty solution that worked with 03-20 and that now errors out with: [solution] Starting solution build.      

Re: [Nant-users] Solution Task, resgen.exe, and external (or 3rd party) assembly

2004-04-22 Thread Gert Driesen
Nima,   I assume VS.uses NET the System.Resources classes to read resx files and write resources.  However, we can't do this as this would mean that NAnt would generate resource files for the framework version on which its running, meaning we'd lose support for multiple frameworks.   This i

[Nant-users] vsslabel task issue

2004-04-22 Thread Kevin Sagon
Any hints on this issue are greatly appreciated…   I am attempting to run a build (listed at the bottom of this email) that applies a label in VSS.  I am using the vsslabel task and am getting the following error when the vsstask is executed:   C:\Development\Build\ gc.build(32,4): lab

[Nant-users] Solution Task, resgen.exe, and external (or 3rd party) assembly

2004-04-22 Thread Nima Hakami
I’m using latest nightly build of NAnt (i.e. Build 0.85.1565.0) and I ran into a problem with the Solution task: I’m using a custom UI control in my solution. It’s built in another solution and is referenced here as an external assembly. Everything is fine when I’m building with VS.NET. B

[Nant-users] Nant MSM task problem

2004-04-22 Thread Stephens, Michael
Hello, I have been trying to get the MSM task to properly package files and I seem to run into this problem no matter how simple the build file.   Any assistance would be appreciated,   Thanks,   Mike   testmsm:   [nant] C:\Inetpub\wwwroot\PORTAL\test.include