Re: [nant-dev] Re: verbosity of some tasks

2003-12-04 Thread Matthew Mastracci
That's okay - I was mostly looking for the synchronization of dependent-file-parsing resource code between the two tasks. I wasn't sure how much had been done already. I agree with the license stuff- it's bizarre enough that it should be done by hand outside the task. Gert Driesen wrote: An

Re: [nant-dev] Re: verbosity of some tasks

2003-12-04 Thread Gert Driesen
An improved version of the resource code is actually already part of CompilerBase, but it does not support licx files and I don't think it should either ... We should not change the compiler task into a mini-solution tasks Gert - Original Message - From: "Matthew Mastracci" <[EMAIL PROT

[nant-dev] Re: verbosity of some tasks

2003-12-04 Thread Matthew Mastracci
Sorry! That was a think-o on my part. I meant resource code. Should have read: "It would be nice to move the *resource* code into a ... " Been a tough week ;) Matt. Gert Driesen wrote: - Original Message - From: "Matthew Mastracci" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL P

[nant-dev] Re: verbosity of some tasks

2003-12-04 Thread Gert Driesen
- Original Message - From: "Matthew Mastracci" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, December 04, 2003 7:27 PM Subject: Re: verbosity of some tasks > That would be cool. It would be nice to move the reference code into a > commo

[nant-dev] Re: verbosity of some tasks

2003-12-04 Thread Matthew Mastracci
That would be cool. It would be nice to move the reference code into a common place (the and tasks) to avoid code duplication. Matt. Gert Driesen wrote: - Original Message - From: "Matthew Mastracci" <[EMAIL PROTECTED]> To: "Nant-Developers (E-mail)" <[EMAIL PROTECTED]> Sent: Wednesd

Re[2]: [nant-dev] Re: project references problems in task

2003-12-04 Thread Ivan Tarasov
Hello Matthew, MM> Looks pretty good to me. Do you notice an impact on compile speed? I don't. I'm building from remote login session to two-processor Pentium 4 :-) But if all of the dll's are copied my build fails because it tries to run tests on dll's in some subfolders which need config files

Re: [nant-dev] Re: project references problems in task

2003-12-04 Thread Matthew Mastracci
Looks pretty good to me. Do you notice an impact on compile speed? I can try patching my local copy of NAnt and running it through our build torture test - 90+ projects with all sorts of inter-project and 3rd-party references. :) I may not have time to do this until next week, however. Matt

Re: [nant-dev] Re: verbosity of some tasks

2003-12-04 Thread Gert Driesen
- Original Message - From: "Matthew Mastracci" <[EMAIL PROTECTED]> To: "Nant-Developers (E-mail)" <[EMAIL PROTECTED]> Sent: Wednesday, December 03, 2003 9:44 PM Subject: [nant-dev] Re: verbosity of some tasks > At some point I'd like to use the multiple .resx input of resgen.exe - > it w

Re[2]: [nant-dev] Re: project references problems in task

2003-12-04 Thread Ivan Tarasov
Hello Matthew, I've fixed the current implementation of Reference.cs in VSNet-tasks project. Now it creates new AppDomain in which it tries to resolve all assemblies which are referenced from the given assembly, which are located in the same directory. Recently, all assemblies in that directory we