Bugs item #932073, was opened at 2004-04-08 23:01
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=932073&group_id=31650

Category: Tasks
Group: cvs
Status: Open
Resolution: None
Priority: 5
Submitted By: Peter Horsfield (memetech)
Assigned to: Nobody/Anonymous (nobody)
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

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

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: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to