Maybe a better question is how do I do this

 

csc /out:temp2.dll /target:library /reference:<list of files in directory> /recurse:*.cs

 

Also, when I run in verbose mode, nant does not seem to be printing the exact command it executed like above.  This helps a lot in letting me figure out on my own what I did wrong.  Does this exist?  Can’t find it under debug mode either.

Thanks,

dean

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean Hiller
Sent: Wednesday, April 06, 2005 11:32 AM
To: nant-users@lists.sourceforge.net
Subject: [Nant-users] referencing a directory for all dll's

 

I have the following in my build file

 

                        <csc target="library" output="temp.dll" warnaserror="true">

                                    <sources basedir="${csfiles}">

                                                <include name="**/*.cs"/>

                                    </sources>

<references basedir="libs">

                                        <include name="**/*.dll"/>

                                    </references>

                        </csc>

 

This does not seem to pick up the dll’s however.  What am I doing wrong? I do not want to reference every dll.  This is very important.

Thanks,

dean

 


The information contained in this e-mail and any attachments hereto are for the exclusive use of the addressee and may contain confidential, privileged and nondisclosable information. If the recipient of this e-mail is not the addressee, or a person responsible for delivering this e-mail to the addressee, such recipient is strictly prohibited from reading, printing, photocopying, distributing or otherwise using this e-mail or any attachments hereto in any way. If the recipient has received this e-mail in error, please send return e-mail immediately notifying us of your receipt of this e-mail and delete the e-mail from your inbox. Thank you.

Reply via email to