https://bz.apache.org/bugzilla/show_bug.cgi?id=58617
--- Comment #8 from Uwe Schindler (ASF) <[email protected]> --- In addition you should use the following pattern instead of a fileset for coping the file: <copy todir="${xmlbean.sources.dir}"> <file basedir="${ooxml.src}" file="${ooxml.src}/org/apache/poi/POIXMLTypeLoader.java"/> </copy> This fails if file does not exists, whereas the fileset would just do nothing. for single files <file/> should be preferred over <fileset/>. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
