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=8912>. 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=8912 <csc> should let you specify more than one source dir Summary: <csc> should let you specify more than one source dir Product: Ant Version: 1.5Beta1 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The way the C# compile process works, all files get compiled down to a binary in one big go. So you need to be able to pull in all files in one big compile task. Currently you can only specify one source dir, so you cant merge in generated code (like a WSDL proxy to an axis server) and coded code, not without keeping them in the same source tree, which is bad programming practise. A nested <src> fileset would do -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
