Steve,

Check out the note in the <csc> task doc :

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

Hope this helps,

Gert


>-----Original Message-----
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, December 21, 2004 08:32 AM
>To: [EMAIL PROTECTED]
>Subject: [Nant-users] Resource file issue
>
>Can you help me with a problem relating to resource files in
>the csc task.  The applicatio compiles ok but when I try to run it it 
>complains that the resource files are missing.
>
>Here is the csc task I am using.
>
> <target name="build.project"  verbose="${verbose.report}" depends="core">
>           <csc target="exe"  debug="${debug}" 
> doc="${deployment.build.bin.dir}/app.xml" output="${root.build.dir}/app.exe"> 
>            <sources>
>                <include name="${app.src.dir}/**.cs"/>
>            </sources>
>            <references>
>            ...
>               ...
>               </references>
>               <resources basedir="${app.src.dir}" dynamicprefix="true">
>                   <include name="**/*.resx"/>
>             </resources>
>        </csc>
>    </target>
>
>
>TIA
>
>Steve
>
>Visit our website at http://www.ubs.com
>
>This message contains confidential information and is intended only 
>for the individual named.  If you are not the named addressee you 
>should not disseminate, distribute or copy this e-mail.  Please 
>notify the sender immediately by e-mail if you have received this 
>e-mail by mistake and delete this e-mail from your system.
>
>E-mail transmission cannot be guaranteed to be secure or error-free 
>as information could be intercepted, corrupted, lost, destroyed, 
>arrive late or incomplete, or contain viruses.  The sender therefore 
>does not accept liability for any errors or omissions in the contents 
>of this message which arise as a result of e-mail transmission.  If 
>verification is required please request a hard-copy version.  This 
>message is provided for informational purposes and should not be 
>construed as a solicitation or offer to buy or sell any securities or 
>related financial instruments.
>
>
>
>-------------------------------------------------------
>SF email is sponsored by - The IT Product Guide
>Read honest & candid reviews on hundreds of IT Products from real users.
>Discover which products truly live up to the hype. Start reading now. 
>http://productguide.itmanagersjournal.com/
>_______________________________________________
>Nant-users mailing list
>[EMAIL PROTECTED]
>https://lists.sourceforge.net/lists/listinfo/nant-users
>
>
>




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to