It's the proper way to do it, but it looks like you've made some typos: 1. a typo in "AsmIngoTags" 2. The the tag should be called "references".
I'm guessing, that because there's no "../AsmIngoTags/bin/AsmInfoTags.dll" file, it has been removed from the fileset. To force file inclusion (and skip the existence check) use asis="true" clause. The correct fragment should look somewhat like: ===================================================== <target name="build" description="Compiles asm-info.exe"> <csc target="exe" output="bin/asm-info.exe" > <references basedir="../AsmInfoTags/bin" failonempty="true"> <includes name="AsmInfoTags.dll" asis="true" /> </references> <sources> <includes name="*.cs" /> </sources> </csc> </target> ===================================================== Jarek ----- Original Message ----- From: "Pedro Santos" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, December 28, 2003 11:08 AM Subject: [Nant-users] Dll Reference ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users