Bugs item #1369505, was opened at 2005-11-29 21:13
Message generated for change (Comment added) made by drieseng
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1369505&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: 0.85
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Kathryn (kathrync6)
>Assigned to: Gert Driesen (drieseng)
Summary: Solution task runs regasm on wrong file

Initial Comment:
With the addition of the RegisterForComInterop support,
I have run into a problem where the regasm command is
being run against the file created in the default build
location, not the one in the specified output directory
(via the outputdir parameter).

When I run this in the .NET IDE, the files are
compiled, copied to the specified output directory and
THEN regasm is run against the file in the output
directory.

With Nant, the files are compiled, regasm is run
against the dll output into the obj\Debug subdirectory
in the source, and THEN the files are copied to the
output dir.

I believe the code calling the RegisterFromComInterop
in ManagedProjectBase just needs to be moved down until
after the file copy and then set to use the copy in the
outputdir.

----------------------------------------------------------------------

>Comment By: Gert Driesen (drieseng)
Date: 2005-11-30 10:47

Message:
Logged In: YES 
user_id=707851

This (and a few other minor differences between NAnt and 
VS.NET with regards to COM interop) is now fixed in cvs.



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1369505&group_id=31650


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to