Bugs item #1369505, was opened at 2005-11-29 14:13 Message generated for change (Tracker Item Submitted) made by Item Submitter 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: Open Resolution: None Priority: 5 Submitted By: Kathryn (kathrync6) Assigned to: Nobody/Anonymous (nobody) 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. ---------------------------------------------------------------------- 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