> From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 
> On Behalf Of Eric Deslauriers
> Sent: woensdag 10 november 2004 1:25
> To: [EMAIL PROTECTED]
> Subject: [Nant-users] NAnt copies more files than VS.NET
> 
> I have a DLL project that includes references to SHDocVW (COM tab,
Microsoft Internet Controls) 
> and Microsoft.MSHTML (COM tab, Microsoft HTML Object Library)
> 
> Using the following target in my default.build,
> 
>             <target name="qa_utilities" description="Builds the
QA_Utilities.dll" depends="setup">
>                         <tstamp />
>                         <solution configuration="${config}" verbose="true"
outputdir="${test.dir}"
>                                     solutionfile="QA_Utilities.sln"/>
>             </target>
> 
> NAnt copies the following fileset to the target directory:
> 
> adodb.dll
> Interop.SHDocVw.dll
> log4net.dll
> log4net.xml
> Microsoft.mshtml.dll
> Microsoft.stdformat.dll
> msdatasrc.dll
> msddslmp.dll
> msddsp.dll
> QA_Utilities.dll
> QA_Utilities.pdb
> stdole.dll
> 
> However, VS.NET only copies the following fileset to the target directory:
> 
> Interop.SHDocVw.dll
> log4net.dll
> log4net.xml
> QA_Utilities.dll
> QA_Utilities.pdb
> 
> Both work, but it makes me nervous. And the VS.NET fileset is cleaner and
more attractive.

This "issue" has been fixed since the 0.84 release. 

> 
> The NAnt solution also relies on TLBIMP, which would mean, according to 
> 
> http://www.mail-archive.com/[email protected]/msg02212.html
> 
> that all of my users will have add this path to their environment for
their builds to work.

Same here : in the NAnt 0.85 nightly builds, you should just have the .NET
Framework SDK installed. You no longer need to have tlbimp.exe on your path.

> 
> What can I do to end up with the same fileset, or am I asking for too
much?

Try using a recent nightly build of NAnt
(http://nant.sourceforge.net/nightly/builds), and let us know if that fixed
your problems.

Gert



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to