----- Original Message ----- From: "Daya Sharma" <[EMAIL PROTECTED]> To: "'Yoram Halberstam'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, August 27, 2003 5:48 PM Subject: RE: [Nant-users] CS0246
> Hi Yoram > > I would recommend you try "asis" attribute of <includes> element. So your > includes will look like > > <references ......> > <includes asis="true" name="somepath/some.dll"/> > </references> > > asis=true disables checking for the existence of the dll, asis=false enables > checking for the existence of dll. > > Also make sure you are using DOS 8.x naming convention for your dll file > names and path. This turned out to be a problem for me, coupled with other > problems related to long path names, where folder names have spaces in > between them. This should not be a problem, if it is, please file a detailed bug report (with a repro) using nant.sourceforge.net. We can't fix issues that are not reported. Thanks, Gert ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
