https://issues.apache.org/bugzilla/show_bug.cgi?id=46383
--- Comment #2 from Archie Cobbs <[email protected]> 2008-12-11 11:43:45 PST --- I get this: /usr/share/ivyroundup/foo/build.xml:5: chained is not a legal value for this attribute with this build.xml: <?xml version="1.0" encoding="UTF-8"?> <project name="foo" default="foo"> <target name="foo"> <mkdir dir="build"/> <move todir="build"> <fileset dir="${basedir}"> <include name="**/*.xml"/> </fileset> <mapper type="chained"> <mapper type="glob" from="*ild.xml" to="*ilderdash.xml"/> <mapper type="flatten"/> </mapper> </move> </target> </project> -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
