Bug#496000:

2008-09-14 Thread Andreas Schildbach
I'm afraid this bug is not fixed for me: $ dpkg -l libcommons-attributes-java [...] 2.2-3 [...] $ jar tf /usr/share/java/commons-attributes-compiler-2.2.jar META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/attributes/ LICENSE.txt NOTICE.txt

Bug#496000: Info received ()

2008-09-14 Thread Andreas Schildbach
Patch to fix the bug. --- a/build.xml +++ b/build.xml @@ -101,7 +101,7 @@ target name=jar description=o Create the jar depends=compile jar jarfile=target/${final.name.api}.jar includes=org/apache/commons/attributes/*,LICENSE.txt,NOTICE.txt,manifest.mf basedir=${classesdir}

Bug#496000: libcommons-attributes-java: Ant tasks : resource org/apache/commons/attributes/anttasks.properties not found

2008-08-21 Thread Damien Raude-Morvan
Package: libcommons-attributes-java Version: 2.2-2 Severity: normal Hi, When using the following ant XML fragment : !- Bring in Jakarta Commons attribute compilation -- taskdef resource=org/apache/commons/attributes/anttasks.properties classpath refid=attribute-compiler-classpath/