Hi Troy,
 
If and when I find time to implement this, yes ...
 
Gert


From: Troy Parsons [mailto:[EMAIL PROTECTED]
Sent: vrijdag 25 februari 2005 19:26
To: Gert Driesen
Cc: 'Nau, Michael'; nant-users@lists.sourceforge.net
Subject: Re: [Nant-users] Accelerating Resource Creation on <csc>

Great!  Can a similar change be made to the <solution> task?

I've been meaning to post on this for a while, as building an asp.net site (where pages have there own .resx files) is PAINFUL!

Troy.


Gert Driesen wrote:
Hi Mike,
 
I've just modified the compiler tasks to use a single resgen task to compile all resx files, so you should see a (large) improvement in the next nightly build.
 
Gert
 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Nau, Michael
Sent: woensdag 23 februari 2005 23:31
To: nant-users@lists.sourceforge.net
Subject: [Nant-users] Accelerating Resource Creation on <csc>

Is there a way to accelerate the resource creation on the <csc> task. I can see that <csc> is calling <resgen> for all the files included in the <resourcefileset> attribute. It looks as if resgen is being called once for each files included in the <resourcefileset>.

I did some testing with calling resgen for a set of resx files. First I called the resgen task once for every resx file (similar to what it appears <csc> is doing) and the speed was in-line with what I see in the <csc> task. But when I call resgen and pass in a fileset of resx files, the resource generation is significantly faster?

Is there a way to setup the csc task to generate the resources in a single call, rather than one-by-one?

Thanks,
Mike.

Reply via email to