Re: [nant-dev] Documentor

2005-02-16 Thread Ian MacLean
James, Justin wrote: Ian Here is the csc and ndoc tasks from my build file. well that mostly looks ok. The only thing I can think of is that : probably won't include NAnt.Core.dll unless you have a build/bin/bin directory. I

Re: [nant-dev] L16N - resx files

2005-02-16 Thread Ian MacLean
Giuseppe Greco wrote: Ian, attached to this email you'll find a tar.gz containing the RESX skeletons. Could you please integrate them into the project and import them into CVS? The next steps would be: 1. Decide a standard for string IDs How about somthing like 'NA1001' for errors and warnings.

[nant-dev] [ nant-Bugs-1124296 ] C++ Solution task does not link against Project Dependencies

2005-02-16 Thread SourceForge.net
Bugs item #1124296, was opened at 2005-02-16 16:34 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1124296&group_id=31650 Category: Tasks Group: 0.85 Status: Open Resolution: Non

[nant-dev] [ nant-Bugs-1124283 ] delete task fails if dir not empty

2005-02-16 Thread SourceForge.net
Bugs item #1124283, was opened at 2005-02-16 21:17 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1124283&group_id=31650 Category: Core Group: 0.85 Status: Open Resolution: None

Re: [nant-dev] Windows installer for binary distribution.

2005-02-16 Thread Swoogan
Troy Laurin wrote: Swoogan wrote: John Cole wrote: There was a discussion on this topic a few months ago. The main point of contention was installing NAnt/NAntContrib to the same directory or not and whether or not to include NAntContrib at all in the installer. I was warring with the same dile

[nant-dev] L16N - resx files

2005-02-16 Thread Giuseppe Greco
Ian, attached to this email you'll find a tar.gz containing the RESX skeletons. Could you please integrate them into the project and import them into CVS? The next steps would be: 1. Decide a standard for string IDs 2. Decide who does what 3. Fill the RESX skeletons 4. Replace hardcoded strin

[nant-dev] [ nant-Bugs-1124113 ] ndoc tasks values aren't being reset

2005-02-16 Thread SourceForge.net
Bugs item #1124113, was opened at 2005-02-16 12:33 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1124113&group_id=31650 Category: Tasks Group: 0.85 Status: Open Resolution: Non

[nant-dev] Add Dispose methods to collection classes

2005-02-16 Thread Byrd, Payton
Title: Add Dispose methods to collection classes Hey guys. I'm currently using the FileSet class in my GUI I'm building for our build system and it would be a big help if this class implements the IDisposable interface.  I'm willing to do the work if it will be included. Payton Byrd Trane e

RE: [nant-dev] L16N

2005-02-16 Thread Byrd, Payton
Title: RE: [nant-dev] L16N Acronyms are horrible class names and are frowned upon by every modern coding standard.  When acronyms must be used, they should be used with other nouns that describe what the class is.  A utilities class is a utilities class is a utilities class, so ResourceUtils i

RE: [nant-dev] Documentor

2005-02-16 Thread James, Justin
Ian Here is the csc and ndoc tasks from my build file.

Re: [nant-dev] Windows installer for binary distribution.

2005-02-16 Thread Troy Laurin
Ian MacLean wrote: Perhaps we should explore a new mechanism for extension libraries in NAnt, with inspiration taken from the Java jre/lib/ext idea... 4) Install NAntContrib to a different folder, and add an xml descriptor/locator in NAnt/bin/ext which describes the library. why not extend NAnt

Re: [nant-dev] Documentor

2005-02-16 Thread Ian MacLean
Hi Justin, James, Justin wrote: What are the requirements for the Nant Documentor to actually generator the nant style documentation? I have a bunch of custom task that I have built but when I use the nant documentor all of the tasks/properties/types show up in the web output but it does not inclu

Re: [nant-dev] L16N

2005-02-16 Thread Ian MacLean
Greco Giuseppe wrote: ... will work just fine. Just a question: does the element automatically embed the defalut resources into the assembly, or is the element still necessary? If the name of the .resx file contains a culture part it will package it up with any