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=14899>. 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=14899 classpaths cannot be passed to Ant task Summary: classpaths cannot be passed to Ant task Product: Ant Version: 1.5.1 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] In Ant task, if inheritRefs is set to true, then classpaths should be passed to the called project. But it only works for two layers but doesn't works if more than three layers. For example, I have three files main.xml, make.xml and java.xml. main.xml will call a target of make.xml with ant task and make.xml also call a target of java.xml. Of course, inheritRefs is set to true. If I declare a classpath in main.xml and use it in java.xml, then I will get reference no found exception. If I move the classpath to make.xml, it works fine. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>