Re: [Nant-users] winexe build reports errors when Folder

2004-02-18 Thread Gert Driesen
Title: winexe build reports errors when Folder Doug,   NAnt currently by default targets the ..NET Framework 1.0 (this might change in the near future).   To change the target framework you can (man, we urgently need to document this somewhere) :   1. use the -k (-defaultframework) commandline

[Nant-users] winexe build reports errors when Folder

2004-02-18 Thread Hale, Douglas
Title: winexe build reports errors when Folder Guys, Any help on this would be much appreciated : DESCRIPTION OF PROBLEM     The following NANT buildfile does not successfully compile a windows exe if there is a folderBrowserDialog variable in code.     The compiler error message s

[Nant-users] Problem Using with Visio ActiveX Control

2004-02-18 Thread Craig Eddy
I have a simple project which uses a single form containing a Visio 2003 drawing control. Here’s the project file of the lone project in the solution:           ProjectType = "Local"     ProductVersion = "7.10.3077"     SchemaVersion = "2.0"     ProjectGuid = "{BF47

RE: [Nant-users] task available.

2004-02-18 Thread Mitch Denny
Hi Gert, Definitely have the Nant tasks listed on the NAnt site. Although TaskPlace will be designed to handle Ant, NAnt and MSBuild tasks. Maybe it would be good to have a feature where the build script for NAnt can hit a web-service and pull down a list of NAnt tasks. That would reduce the need

[Nant-users] Runtime Variable Definition

2004-02-18 Thread Larry Chase
Is there a way to prompt the user for runtime definition of a property or a task that can read user keyed input and set the value of a property?  I would like to set up a NAnt project that prompts the user to provide values during execution.  Something to the effect of the following...    

RE: [Nant-users] Solution task and projects

2004-02-18 Thread Adam Patacchiola
Certainly, here it is: projects>   [Nant-users] Case sensivity
Hi, I've been working on som buildscripts for a couple of days. Got a strange/frustrating problems early today. I got a .NET project in the folder: \DataAccess\DBClass When I tried to run nant the message was "No inputs specified". I tried almost everything with no success. Then I tried to chang

RE: [Nant-users] question about solution tag

Title: Message I think you are using COM dlls in your project and they are referenced in the project. You need to include the path of tlbimp.exe from .NET 1.1 SDK folder to the PATH environment variable. NANT will see the reference of COM dlls in your project and uses TLBIMP.exe to convert

Re: [Nant-users] task available.

If you prefer to have this content available separately, we could ofcourse still add a link to your site from our NAnt web site, but I would actually prefer to have this as part of our NAnt docs ... Gert - Original Message - From: "Mitch Denny" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMA

RE: [Nant-users] task available.

Actually Gert, I'm about the launch a site: http://taskplace.notgartner.com (note, has some dummy data at the moment) Its pretty simple but I plan on incrementily improving it over time. - Mitch Denny - [EMAIL PROTECTED] - http://www.monash.net - +61 (414)

Re: [Nant-users] task available.

Hi Mitch, Thanks for letting us know ... We should actually add a page to the NAnt web site containing references to third party tasks (like yours) or you can contribute this page yourself ofcourse :-) Gert - Original Message - From: "Mitch Denny" <[EMAIL PROTECTED]> To: <[EMAIL PROTECT

Re: [Nant-users] Solution task and projects

This looks like a syntax problem. NAnt is not very strict at detecting syntax problems and sometimes it silently ignores them.   Can you post a failing portion of your buildfile to the list?   Jarek - Original Message - From: Adam Patacchiola To: [EMAIL PROTECTED] Sen

[Nant-users] task available.

Hi folks, I just finished the first cut of a task. You can grab the source and other info from my blog at: http://notgartner.com/posts/178.aspx - Mitch Denny - [EMAIL PROTECTED] - http://www.monash.net - +61 (414) 610141 - --

RE: [Nant-users] question about solution tag

Title: Message I put that error message in there. It used to just give an internal error. Problem is as you say, a reference is made with a project that is not included, and the reference is of Project type. Remove the reference and recreate it again, but this time select from the file tab