DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=41701>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41701 Summary: [PATCH] <import> should be able to load .xmls from classpath Product: Ant Version: 1.7.0 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Core tasks AssignedTo: dev@ant.apache.org ReportedBy: [EMAIL PROTECTED] Proposed patch enhances standart <import> task with following parameters: <import resource="common-targets.xml"/> Will import "common-targets.xml" from ant's classpath <import resource="common-targets.xml" classpath="ant-common.jar"/> Will import "common-targets.xml" from specified classpath, in this case "ant-common.jar" Motivation: This patch will allow loading common targets/properties from pre-packaged jar. This is useful when the build system for several projects shares some common targets/properties and perhaps ant extensions, and this build system is used as separate project to build a number of other projects. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]