DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8874>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8874 .NET task - too many libraries in DEFAULT_REFERENCE_LIST ------- Additional Comments From [EMAIL PROTECTED] 2002-05-14 05:08 ------- Fixed in the ANT_15_RELEASE branch; grab it from CVS if you are in a hurry. Having been up in redmond for an indoctrination week, and now that I am halfway through richters (excellent) CLR book, I realize that the reference model in this task is wrong. Really we should not be asking for a fileset of references, we should expect a list of libraries and a path to where they may be, ,ore like the lib model of C++ compilers than classpaths in java. In the Ant1.6 timeframe, after we pull the <cc> task and datatypes into ant from sourceforge, I will look at re-using this tasks <libset> datatype so you can re-use lists of references in >1 <csc> task, just as you can with classpaths in <javac>. If you are in a hurry, you can start this without waiting for me... -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
