[nant-dev] patch for solution task

2004-02-19 Thread Vincent Labatut
Hello, the mail i sent the 16th sept 2003 is still valid and concerns also nant 8.4 final, there's a big problem with File References in the solution task. This does not concern project References. I gave all the details below. The solution Task uses the wrong default value for the "Private" attri

RE: [nant-dev] patch for solution task

2004-02-19 Thread Vincent Labatut
acts well of course. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Gert Driesen Sent: mercredi 18 février 2004 18:18 To: Vincent Labatut; [EMAIL PROTECTED] Subject: Re: [nant-dev] patch for solution task Vincent, I'm seeing a different behaviour here.

[nant-dev] patch for solution task

2004-02-18 Thread Vincent Labatut
Hello, the mail i sent the 16th sept 2003 is still valid and concerns also nant 8.4 final, there's a big problem with File References in the solution task. This does not concern project References. I gave all the details below. The solution Task uses the wrong default value for the "Private" attri

RE : [nant-dev] solution task fix

2003-09-17 Thread Vincent Labatut
2003 5:00 AM To: Matthew Mastracci; Vincent Labatut Cc: [EMAIL PROTECTED] Subject: Re: [nant-dev] solution task fix VS.NET uses the full name of the class (namespace.classnam) for the "behind the scenes" .resx files (those resource files automatically created to hold WinForm resources, et

[nant-dev] solution task fix

2003-09-17 Thread Vincent Labatut
hi, i think there's a problem in the way compiled resource filenames are computed in the solution task. I had a collision which was failing my build (cf my mail to the nant users list "solution task - problem with resources" on the 9th sept). The filenames are computed by scanning the correspon

[nant-dev] RE : [Nant-users] How do one update the AssemblyVersion build number?

2003-09-17 Thread Vincent Labatut
use the version task and the asminfo task ! split your assemblyinfo.cs in two - one is maintained manually and contains everything but the assembly version attribute - the other one will be auto-generated by the asminfo task and will contain the version number from the version task. thi

[nant-dev] RE : [Nant-users] Question about reference resolution behaviour

2003-09-16 Thread Vincent Labatut
I have exactly the same problem as you, and it seems not to have been corrected since then. I took care of setting the "Copy Local" property of my file reference to "False", but the solution task still copies 43 files in my output directory. There is actually a slight difference of behavi

[nant-dev] here is a new task

2003-09-15 Thread Vincent Labatut
ram; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // Vincent Labatut (c) 2003 using System; using System.IO; using System.Xml; using NAnt.Core.Util; using NAnt.Core; using NAnt.Core.Tasks; using NAnt.Core.Attributes; namespace NAnt.