Bug#627712: libcdk-java: XML config files missing from cdk-core.jar

Onkar Shinde onkarshinde at ubuntu.com
Thu May 26 12:13:56 UTC 2011


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.





More information about the pkg-java-maintainers mailing list