tags 627712 upstream thanks This problem seems to be with upstream build.xml. But I am not sure why it does not cause issue in upstream distributions.
Following lines in build.xml are responsible in adding the XML data files in jar files (line 419-422 in 1.2.x branch). <fileset dir="${source}"> <exclude name="**/*" unless="module.datafiles.present"/> <includesfile name="${metainf}/${module}.datafiles" if="module.datafiles.present" /> </fileset> Please note that instead of (or in addition to) '${source}' we should have '${src}' here. From my brief analysis it seems that while 'source' works for some modules, others (such as core) will need 'src' variable. I can patch the build.xml in Debian for now. I will do this soon (most probably this weekend). Cheers, Onkar -- Passion - Some people climb mountains - others write Free software. Don't ask why - the reason is the same. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org