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=35226>. 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=35226 Summary: <copy> task succeeds even if it is not part of a target Product: Ant Version: 1.6.2 Platform: PC OS/Version: Windows 2000 Status: NEW Severity: major Priority: P1 Component: Core tasks AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] The <copy> copies files successfully even if it is not a part of any target. For example, the following will run without any build failures. .... </target> <copy todir="${build}"> <fileset dir="${cims.dev}"> <include name="resources/*.*"/> </fileset> </copy> <target name="jars" depends="init,compile,copy" description="Create all of the project jar files"> ..... The same build.xml stops with an "Unexpected element copy" message when executed using Ant v1.5.1 -- 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]
