[nant-dev] ndoc task

2005-02-14 Thread Greco Giuseppe
Hi all, Why doesn't the ndoc task support the NDoc argument xmldoc (see http://ndoc.sourceforge.net/usersguide.html)? NAnt assumes that XML files generated by the C# compiler are always located in the same directory as the compiled assemblies. Don't you think that we should add the xmldoc

RE: [nant-dev] DataSetGenerator

2005-02-14 Thread Martin Aliger
Hi, there is also generator in the PowerToys project on gotdot net workspace http://www.gotdotnet.com/workspaces/workspace.aspx?id=40d3e800-e2af-4220-a07 9-66552dd2b825 Another one on http://www.thecodeproject.com/dotnet/InheritFromDataSet.asp. But those generators do not generate identical

RE: [nant-dev] DataSetGenerator

2005-02-14 Thread James, Justin
What Visual Studio uses is the xsd command line tool. Why not just create a wrapper for the xsd command line tool instead? Later From: [EMAIL PROTECTED] on behalf of Martin Aliger Sent: Mon 2/14/2005 10:03 AM To: 'Brar Piening';

RE: [nant-dev] DataSetGenerator

2005-02-14 Thread Martin Aliger
yes - xsd.exe is just what MSDataSetGenerator runs. btw: I just found that mono have also xsd.exe (http://www.mono-project.com/contributing/ado-net.html) so wrapper seems to be proper way. Moreover, it could be always reconfigurable (via nant framework config) to any custom generator like those

Re: [nant-dev] ndoc task

2005-02-14 Thread Ian MacLean
Greco Giuseppe wrote: Hi all, Why doesn't the ndoc task support the NDoc argument xmldoc (see http://ndoc.sourceforge.net/usersguide.html)? NAnt assumes that XML files generated by the C# compiler are always located in the same directory as the compiled assemblies. Don't you think that we should

Re: [nant-dev] L16N

2005-02-14 Thread Ian MacLean
Giuseppe Greco wrote: Do you plan to localize NAnt? I think it would be a good idea. If yes, how are you going to manage translations? Actually, compiled assemblies and XML files generated by the C# compiler are kept togheter in the same directory, letting NDoc find them and do its job. looks

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

2005-02-14 Thread Ian MacLean
Hi Swoogan, I wrote an installer script for Inno Setup (http://www.jrsoftware.org/isinfo.php) for NAnt distribution around my office and I would like to contribute it. Besides copying the files, it adds the nant bin directory the environment path and creates a registry entry pointing to the

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

2005-02-14 Thread Swoogan
Ian MacLean wrote: Hi Swoogan, I wrote an installer script for Inno Setup (http://www.jrsoftware.org/isinfo.php) for NAnt distribution around my office and I would like to contribute it. Besides copying the files, it adds the nant bin directory the environment path and creates a registry entry