[Mono-list] resgen program

Keith Jackson KRJackson at lbl.gov
Thu Jul 24 13:40:31 EDT 2008


On Jul 23, 2008, at 11:55 PM, Gert Driesen wrote:

> Rolando,
>
> It should be in $prefix/lib/mono/2.0/resgen.exe. However, in this  
> case NAnt is trying to use the 1.0 version of resgen.
>
> What version of NAnt are you using?  Could you try a more version  
> (0.86 beta 1, or a nightly build)?
>
> Can you also check whether you are actually targeting the mono-2.0  
> framework?
>
> Gert
>
> From: Rolando Martinez
> Sent: Thursday, July 24, 2008 8:37 AM
> To: mono-list at lists.ximian.com
> Subject: [Mono-list] resgen program
>
> Hi,
> The question is very short.. where can i find the /usr/lib/mono/2.0/ 
> resgen.exe. In my default installation of mono I was not able of to  
> see it :(
> My question is because the next error message when I'm running a  
> nant task ;/
>
> <delete dir="${WebApplicationProjectPath}/bin" />
>     <mkdir dir="${WebApplicationProjectPath}/bin" />
>    <csc target="library" output="${WebApplicationProjectPath}/bin/ 
> l10nCommunityWebApplication.dll" debug="true">
>            <sources>
>                 <include name="${WebApplicationProjectPath}/Admin/ 
> *.cs"/>
>             <include name="${WebApplicationProjectPath}/Compnents/ 
> *.cs"/>
>             <include name="${WebApplicationProjectPath}/Controls/ 
> *.cs"/>
>             <include name="${WebApplicationProjectPath}/Secure/*.cs"/>
>             <include name="${WebApplicationProjectPath}/*.cs"/>
>            </sources>
>           <resources dynamicprefix="true" prefix="Resources">
>                 <include name="${WebApplicationProjectPath}/ 
> App_GlobalResources/*.resx" />
>               </resources>........
>
> CompileWebApplication:
>
>    [delete] Deleting directory '/home/rmartinez/SubversionRepository/ 
> L10nCommunity/Releases/0.1/SW/l10nCommunityWebApplication/bin'.
>     [mkdir] Creating directory '/home/rmartinez/SubversionRepository/ 
> L10nCommunity/Releases/0.1/SW/l10nCommunityWebApplication/bin'.
>       [csc] Compiling 83 files to '/home/rmartinez/ 
> SubversionRepository/L10nCommunity/Releases/0.1/SW/ 
> l10nCommunityWebApplication/bin/l10nCommunityWebApplication.dll'.
>                [resgen] Cannot open assembly /usr/lib/mono/1.0/ 
> resgen.exe.
>
> BUILD FAILED - 0 non-fatal error(s), 15 warning(s)
>
>
>
> Thank you for your help,
> Rolando.
>
>
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20080724/10e46446/attachment.html 


More information about the Mono-list mailing list