Bugs item #932073, was opened at 2004-04-09 01:01 Message generated for change (Comment added) made by drieseng You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=932073&group_id=31650
Category: Tasks Group: cvs >Status: Closed >Resolution: Out of Date Priority: 5 Submitted By: Peter Horsfield (memetech) >Assigned to: Gert Driesen (drieseng) Summary: Solution task fails during licensing Initial Comment: The Infragistics components use a licensing scheme that is incompatible with the NAnt licensing. This is because NAnt tries to use the CreateWithContext call to instantiate an instance of the licensed object. However .NET only specifies the attribution step of licensing, and it is up to the component how it wishes to validate. Thus NAnt's attempt to create an instance of the licensed object failed. I recommend the CreateWithContext call be removed from the LicenseTask.cs file, which works for my specific instance. Unfortunately I do not have the time atm to actually test this out more thoroughly. So here it is as a bug. Thanks, Peter ---------------------------------------------------------------------- >Comment By: Gert Driesen (drieseng) Date: 2004-07-19 21:00 Message: Logged In: YES user_id=707851 Please reopen this case (and provide a repro) if you can still reproduce this issue with a recent nightly build ---------------------------------------------------------------------- Comment By: Gert Driesen (drieseng) Date: 2004-07-12 23:24 Message: Logged In: YES user_id=707851 ping ! ---------------------------------------------------------------------- Comment By: Gert Driesen (drieseng) Date: 2004-07-08 19:57 Message: Logged In: YES user_id=707851 Can you try using the latest nightly build (http://nant.sourceforge.net/nightly/builds) ? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=932073&group_id=31650 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers
