[NAnt-users] CCNet and Nant

2008-06-23 Thread Dix, John
Is there a user group like this one for CruiseControl.NET? - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/i

Re: [NAnt-users] MSBuild with Web Sites

2008-03-04 Thread Dix, John
If I understand the question right, you should use a deployment project in your solution and once you have compiled the code, then compile the deployment project as well. This sets up the directory with only the files you need and removes the intermediate DLL's. From: [EMAIL PROTECTED] [mailto

Re: [NAnt-users] Error - VS.NET 2005 sln not supported in 0.86

2008-01-25 Thread Dix, John
That's cool. Thanks for your help! From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Friday, January 25, 2008 11:25 AM To: Dix, John; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] Error - VS.NET 2005 sln not supported in 0.86 Hi John, The support for VS

Re: [NAnt-users] Error - VS.NET 2005 sln not supported in 0.86

2008-01-25 Thread Dix, John
help! Have a great weekend! From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Friday, January 25, 2008 10:34 AM To: Dix, John; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] Error - VS.NET 2005 sln not supported in 0.86 Hey John, Can you check whether you have an ass

Re: [NAnt-users] Error - VS.NET 2005 sln not supported in 0.86

2008-01-24 Thread Dix, John
Here's the new version of the log file NAnt 0.86 (Build 0.86.2898.0; beta1; 12/8/2007) Copyright (C) 2001-2007 Gerry Shaw http://nant.sourceforge.net [loadtasks] Scanning directory "C:\enlistments\HenryScheinSC\src\MMS-Apps\Partner-Apps\HenryScheinSC\HenryScheinSC.WEB\extensions\common\neutra

Re: [NAnt-users] Error - VS.NET 2005 sln not supported in 0.86

2008-01-24 Thread Dix, John
supported. From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Thursday, January 24, 2008 1:13 PM To: Dix, John; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] Error - VS.NET 2005 sln not supported in 0.86 Hi John, Are you sure you extract all files or the NAnt dist

Re: [NAnt-users] Error - VS.NET 2005 sln not supported in 0.86

2008-01-24 Thread Dix, John
I should point out that this worked fine with 0.85 Nant. I just upgraded our build environment yesterday. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dix, John Sent: Thursday, January 24, 2008 11:39 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Error - VS.NET

[NAnt-users] Error - VS.NET 2005 sln not supported in 0.86

2008-01-24 Thread Dix, John
Hi, I'm receiving the following error during the build. The sln file is converted from a VS.NET 2003 file and has the following content. If I take out the csproj it still gets the same error. Is there something special I need to do to my .build file? Build file:

Re: [NAnt-users] MKIISDIR failing on 0.86 Beta, works in 0.85

2008-01-23 Thread Dix, John
I forgot that I had modified the NAnt.exe.config file to support it and I had overwritten it. I changed the other values that I needed except that one. Thanks for the reminder! From: Bob Archer [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 23, 2008 11:05 AM To: Dix, John; nant-users

[NAnt-users] MKIISDIR failing on 0.86 Beta, works in 0.85

2008-01-23 Thread Dix, John
I am receiving the following error: [nant] C:\enlistments\HenryScheinSC\SRC\MMS-Apps\eSignature\eSignature.build compile Buildfile: file:///C:/enlistments/HenryScheinSC/SRC/MMS-Apps/eSignature/eSignature. build Target framework: Microsoft .NET Framework 2.0

Re: [NAnt-users] NantContrib and task

2007-11-02 Thread Dix, John
Really? I'll give that a try as well. Thanks! -Original Message- From: Brass Tilde [mailto:[EMAIL PROTECTED] Sent: Friday, November 02, 2007 12:06 PM To: Dix, John; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] NantContrib and task Dix, John <[EMAIL PROTECTED

Re: [NAnt-users] NantContrib and task

2007-11-02 Thread Dix, John
VB98 directory under my enlistment and it works! From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dix, John Sent: Friday, November 02, 2007 11:53 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] NantContrib and task Hello all, I am trying to figure out how the

[NAnt-users] NantContrib and task

2007-11-02 Thread Dix, John
Hello all, I am trying to figure out how the task knows where to find the vb6.exe file installed with Visual Basic 6.0. The reason is because I want to put the binaries into a subdirectory in my build tree so that our developers do not have to be dependent on whether or not VB6 as a product is

[NAnt-users] Nant builds vs. VS.NET 2003 builds

2007-10-12 Thread Dix, John
Hello, I have just finished my NANT build file conversions for our VS.NET 2003 builds and there are binary file size differences when comparing the two against one another. In some cases this difference is quite significant. I am including the same references, compiling the resources, and

[NAnt-users] Comparison tools

2007-10-05 Thread Dix, John
Hello, I just finished moving all of our VS.NET 2003 projects over to NANT and now I wish to compare built binaries to ensure that what NANT is building is just as valid as what VS.NET 2003 builds. I tried using just a comparison tool but that didn't work out then I looked into comparing output

Re: [NAnt-users] Embedded resources and CrystalReports

2007-09-12 Thread Dix, John
BTW, its .NET 1.1. I see release notes that says it doesn't do them in .NET 2.0. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dix, John Sent: Wednesday, September 12, 2007 4:24 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-

[NAnt-users] Embedded resources and CrystalReports

2007-09-12 Thread Dix, John
Does anyone know if or HOW NANT creates CrystalReport DLL's? Apparently the .rpt files are compiled as Embedded Resources and I did not see any tasks in Nant or NantContrib that will handle this. Thanks! -jdix - This SF.n

Re: [NAnt-users] Web project deploys

2007-09-12 Thread Dix, John
. Just make sure you have the "html" at the end. (In my email reader it was wrapped to another line and wasn't recognized as part of the URL.) - Original Message ---- From: "Dix, John" <[EMAIL PROTECTED]> To: "Jain, Manish (GE Money, consultant)" &l

Re: [NAnt-users] Web project deploys

2007-09-12 Thread Dix, John
I get a 404 error on that link Manish... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jain, Manish (GE Money, consultant) Sent: Tuesday, September 11, 2007 8:01 PM To: Mike Frederick; nant Subject: Re: [NAnt-users] Web project deploys Try recycle IIS A

[NAnt-users] compiling CrystalReports

2007-07-26 Thread Dix, John
Hello, Can anyone please tell me if there is a special task that allows it to compile CrystalReport projects built in MSVS.NET 2003? Thanks! -jdix - This SF.net email is sponsored by: Splunk Inc. Still grepping thr

Re: [NAnt-users] linking multiple build files

2007-07-16 Thread Dix, John
, 2007 12:53 AM To: Dix, John; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] linking multiple build files John, Use the task instead: http://nant.sourceforge.net/release/latest/help/tasks/nant.html For example

[NAnt-users] linking multiple build files

2007-07-13 Thread Dix, John
Hello all, I have been working with scripted builds for sometime now involving .cmd files combined with either Python or Perl to get the job done. I am now moving over to nant to do my work for me however I think I may need to change how I am used to designing the builds. Before I would cre