Re: [nant-dev] Solution task problems

2004-03-18 Thread Gert Driesen
Jia, I suggest using the latest nightly build (http://nant.sourceforge.net/nightly/builds) as lots of fixes for the task were committed recently. Let us know if you still have this or other problems with the nightly build. Gert On Mon, 2004-01-05 at 03:41, Jia Bin wrote: > hi, > > I'm trying

Re: [nant-dev] CopyLocal - once and for all :)

2004-03-18 Thread Gert Driesen
I'll have a look tomorrow (its getting quite late here). If you can provide a repro for this, please do so ... I'm trying to collect as much test projects/solutions as possible, so we have good test cases available if we decide to rewrite parts of the task Gert On Thu, 2004-03-18 at 22:46,

Re: [nant-dev] CopyLocal - once and for all :)

2004-03-18 Thread Matthew Mastracci
Gert Driesen wrote: Matthew, The CopyLocal behaviour depends on whether the assembly is a system assembly or not (and some other criteria too perhaps). I'm pretty sure the current implement matches the behaviour of VS.NET 2003, but I might be wrong ofcourse. Do you have a example of where the b

Re: [nant-dev] CopyLocal - once and for all :)

2004-03-18 Thread Gert Driesen
Matthew, The CopyLocal behaviour depends on whether the assembly is a system assembly or not (and some other criteria too perhaps). I'm pretty sure the current implement matches the behaviour of VS.NET 2003, but I might be wrong ofcourse. Do you have a example of where the behaviour differs ?

[nant-dev] CopyLocal - once and for all :)

2004-03-18 Thread Matthew Mastracci
It seems like our CopyLocal logic in the task doesn't seem to match VS.NET 2003. Did this change between 2002/2003? As far as I can see, if the CopyLocal flag is not specified in 2003, it should be treated as false. Does anyone know for sure what this is in 2002? Matt. -

Re: [nant-dev] Re: Solution task fixes + speedups

2004-03-18 Thread Gert Driesen
- Original Message - From: "Matthew Mastracci" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Cc: "Nant-Developers (E-mail)" <[EMAIL PROTECTED]> Sent: Thursday, March 18, 2004 5:04 PM Subject: Re: [nant-dev] Re: Solution task fixes + speedups > > >>Unfortunately, I need to buil

Re: [nant-dev] Re: Solution task fixes + speedups

2004-03-18 Thread Matthew Mastracci
Gert Driesen wrote: So anyways, I finally understand that you are correct - VS.NET does check AssemblyFolders before HintPath. IMHO this is a strange way to do things. VS.NET doesn't make it easy to easily reproduce a build between two machines, does it? No, definitely not. In my opinion, VS.NE

Re: [nant-dev] Re: Solution task fixes + speedups

2004-03-18 Thread Gert Driesen
- Original Message - From: "Matthew Mastracci" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Cc: "Nant-Developers (E-mail)" <[EMAIL PROTECTED]> Sent: Wednesday, March 17, 2004 7:04 PM Subject: Re: [nant-dev] Re: Solution task fixes + speedups > > Oh - you're right, I had a b

Re: [nant-dev] Re: Solution task fixes + speedups

2004-03-18 Thread Gert Driesen
- Original Message - From: "Matthew Mastracci" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Cc: "Nant-Developers (E-mail)" <[EMAIL PROTECTED]> Sent: Wednesday, March 17, 2004 7:30 PM Subject: Re: [nant-dev] Re: Solution task fixes + speedups > Gert Driesen wrote: > > > I ca