Re: [Nant-users] Dll Reference
Pedro, If I've well understood, you need something like this: Eventually look at http://developer.agamura.com/technotes.html; here you can find a document titled "Building Projects with NAnt", which provides helpful examples. Gius_. On Sun, 2003-12-28 at 11:08, Pedro Santos wrote: > Hi there. How can I add a dll reference to csc? From what I could > understand from the docs, I could do it like this: > > > > > failonempty="true"> > > > > > > > > > > > > I would like to compile all the cs files in '.' dir, but add a reference > to a DLL in some other dir. > > Thanks. -- Giuseppe Greco ::agamura:: phone: +41 (0)91 604 67 65 mobile: +41 (0)76 390 60 32 email: [EMAIL PROTECTED] web:www.agamura.com --- 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
Re: [Nant-users] Dll Reference
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: = = 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
[Nant-users] Dll Reference
Hi there. How can I add a dll reference to csc? From what I could understand from the docs, I could do it like this: I would like to compile all the cs files in '.' dir, but add a reference to a DLL in some other dir. Thanks. -- Pedro Santos "Si minor plus est ergo nihil sunt omnia..." signature.asc Description: This is a digitally signed message part