Paul,

Have a look at the doc page for the <csc> task (more specifically the note
and example 1):

http://nant.sourceforge.net/nightly/latest/help/tasks/csc.html 

Hope this helps,

Gert

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Paul Cowan
> Sent: donderdag 27 oktober 2005 16:27
> To: nant-users@lists.sourceforge.net
> Subject: [Nant-users] Resx files
> 
> Hi all,
> 
> I have the following target:
> 
>               <csc nostdlib="true" noconfig="true" warnaserror="false"
> target="library" output="${compile.root}/vor.site.dll">
>                       <sources basedir="${build.root}\site">
>                               <include name="**/*.cs"/>
>                       </sources>
>                       <references defaultexcludes="true">
>                               <include name="mscorlib.dll"/>
>                               <include name="System.dll"/>
>                               <include name="System.Xml.dll"/>
>                               <include name="System.Web.dll"/>
>                               <include
> name="System.Web.Services.dll"/>
> </references>
>                       <resources>
>                               <include
> name="${build.root}\site\resources\strings.es-ES.resx"/>
>                               <include
> name="${build.root}\site\resources\strings.resx"/>
>                       </resources>                    
>               </csc>
> 
> How can I compile my embed my resources this way??
> 
> Has anyone any advise for .resx files??
> 
> Thanks
> 
> Paul
> 
> _____________________________________________________________________
> VirusChecked for Huntsworth plc
> _____________________________________________________________________
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by the JBoss Inc.
> Get Certified Today * Register for a JBoss Training Course
> Free Certification Exam for All Training Attendees Through End of 2005
> Visit http://www.jboss.com/services/certification for more information
> _______________________________________________
> Nant-users mailing list
> Nant-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nant-users
> 



-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to