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=6700>. 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=6700 References are not being passed to child buildfiles. Summary: References are not being passed to child buildfiles. Product: Ant Version: 1.5 alpha (nightly) Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I tried both things listed in the documentation: <ant antfile="javaobjex.xml" target="dist" inheritAll="true" inheritRefs="true"/> and <ant antfile="javaobjex.xml" target="dist" inheritall="true" inheritrefs="true"> <reference refid="devel.classpath" torefid="devel.classpath"/> </ant> In both cases, the sub-build file gives this error: "C:\src\jbase4\development\java\javaobjex.xml:145: Reference devel.classpath not found." Note that devel.classpath is used within the main build file with the exact same syntax as the sub-build file before this call. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
