I'm not sure either, but this code has been added.

----- Original Message ----- 
From: "Justin Rudd" <[EMAIL PROTECTED]>
To: "NAnt Developers List" <[EMAIL PROTECTED]>
Sent: Tuesday, January 14, 2003 11:15 AM
Subject: [nant-dev] CompilerBase and ResX files


> In ExecuteTask when adding the Resx arguments, there are checks made
> for aspx and asax.  Ascx needs to be added there as well.
> 
> Here is the code I added to my local copy -
> 
> else if (manifestResourceName.IndexOf(".ascx") > -1) {
>    manifestResourceName = manifestResourceName.Replace(".ascx", "");
>    actualFileName = actualFileName.Replace(".ascx", "");
> }
> 
> I'm not sure that this would need to be added for asmx as well.  I
> don't believe it does.
> 
> --
> Justin
> http://pinetree-tech.com/weblog/
> 
> 
> 
> 
> -------------------------------------------------------
> This SF.NET email is sponsored by: Take your first step towards giving 
> your online business a competitive advantage. Test-drive a Thawte SSL 
> certificate - our easy online guide will show you how. Click here to get 
> started: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0027en
> _______________________________________________
> Nant-developers mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/nant-developers
> 
> 


-------------------------------------------------------
This SF.NET email is sponsored by: Take your first step towards giving 
your online business a competitive advantage. Test-drive a Thawte SSL 
certificate - our easy online guide will show you how. Click here to get 
started: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0027en
_______________________________________________
Nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to