Bugs item #1659216, was opened at 2007-02-13 10:49
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=1659216&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: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Sergio Pinon (spinon)
Assigned to: Nobody/Anonymous (nobody)
Summary: AssemblyInfoTask

Initial Comment:
There is a problem in the AssemblyInfoTask.cs file. At line 566 there is the 
following check:

if (defaultConstructor != null)

This should actually be:

if (defaultConstructor == null)

This doesn't come into play too often but if you are trying to add assembly 
attributes that only have a default constructor and no others then it will fail.

It throws an exception of no default constructor though there is one.

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

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

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to