=== doko_ is now known as doko [15:23] hello [15:23] does any1 happen to use jboss2 [15:23] ???? [15:25] why would one want to use such an old jboss version? [20:14] i get this weird error when building a package in javadoc section, does anyone know what might be the cause? [20:14] [javadoc] gnu.classpath.tools.gjdoc.ParseException: Illegal class or package name '/usr/lib/jvm/java-1.5.0-gcj-4.2-1.5.0.0/jre/lib/rt.jar' [20:18] bad encoding perhaps [20:20] man-di: is that in the package or something wrong with the rt.jar? [20:23] in the code you wanna process [20:26] it looks like it dies before it even gets that far [20:26] i pastebin the full output [20:26] http://pastebin.ubuntu.com/3266/ [20:34] calc: are you trying to build an existing package? [20:34] is there a way to enable debugging of some sort to find out what is wrong with the code? [20:34] sort of, i am modifying the rules file to not use classpath anymore along with using ant to get it into main [20:35] it is libcommons-lang-java [20:35] calc: I still thing the encoding of the input files is wrong [20:35] hmm maybe so, is there an easy way to see which files it is using for javadoc? [20:35] or have it spit out which file it looked at and didn't like? [20:35] it previously worked before i mangled the rules file [20:36] 2.3-2 builds fine here on current debian sid [20:36] it worked before you changed something? [20:36] change this back [20:36] yea but i am having to mangle it to get it into main and i don't know what i am doing :-\ [20:36] ;-) [20:36] if i change it back it can't go into main as is [20:37] show me your debdiff? [20:37] since it pulls in stuff that the archive admins don't want in main [20:37] ok [20:37] if okay I can include the patch in debian [20:38] oh i am sure it is still way broken right now i am going from libcommons-collections3 rules file modifying as i went [20:38] http://pastebin.ubuntu.com/3267/ [20:38] and it died in the build phase of javadoc so i didn't finish modifying it yet [20:39] yeah, the libcommons-collections3-java rules file needs to be cleaned up too [20:40] please use DEB_UPSTREAM_VERION defined by cdbs [20:40] https://bugs.launchpad.net/ubuntu/+source/libcommons-lang-java/+bug/176953 <- in response to this bug [20:41] so essentially we just want to remove classpath [20:41] from its build-dep [20:41] thats good, I want that too for Debian [20:42] it looks like it builds except for javadoc [20:42] which i don't know anything about so i don't know how to fix the issue [20:42] this whole package is full of crap [20:46] want to repackage it? :-) [20:46] yes