Bug#465389: gjdoc: please support src.com.sun.tools.javadoc.Main class

2008-02-15 Thread Michael Koch
On Fri, Feb 15, 2008 at 03:44:43AM +0100, Marcus Better wrote: RuntimeError: File name in directory com/sun/tools/javadoc/ and header META-INF/ differ. Command exited with non-zero status 1 0.05user 0.03system 0:00.55elapsed 16%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+0outputs

Bug#465389: gjdoc: please support src.com.sun.tools.javadoc.Main class

2008-02-15 Thread Marcus Better
Michael Koch wrote: scom-sun-javadoc-$(VERSION).jar: classes $(com_sun_javadoc_jar_CLASSES) - $(JAR) cf $@ -C classes com/sun/javadoc + $(JAR) cf $@ -C classes com/sun/javadoc -C classes com/sun/tools/javadoc to work around this. Ok, then with that change the patch can go in.

Bug#465389: gjdoc: please support src.com.sun.tools.javadoc.Main class

2008-02-15 Thread Michael Koch
On Fri, Feb 15, 2008 at 11:11:10AM +0100, Marcus Better wrote: Michael Koch wrote: scom-sun-javadoc-$(VERSION).jar: classes $(com_sun_javadoc_jar_CLASSES) - $(JAR) cf $@ -C classes com/sun/javadoc + $(JAR) cf $@ -C classes com/sun/javadoc -C classes com/sun/tools/javadoc to

Bug#465389: gjdoc: please support src.com.sun.tools.javadoc.Main class

2008-02-14 Thread Marcus Better
tag 465389 patch thanks This patch will do for TestNG purposes, it implements two of the overloaded methods. With this patch the jar is built correctly, but I get some error from aot-compile that I don't know how to deal with: dh_installdirs -pgjdoc rm -rf build-native mkdir -p build-native

Bug#465389: gjdoc: please support src.com.sun.tools.javadoc.Main class

2008-02-13 Thread Marcus Better
tag 465389 - patch fixed-upstream thanks Oops, that patch is not sufficient. It needs to implement the four overloaded com.sun.tools.javadoc.Main.execute() methods as well. Marcus ___ pkg-java-maintainers mailing list

Bug#465389: gjdoc: please support src.com.sun.tools.javadoc.Main class

2008-02-11 Thread Marcus Better
Package: gjdoc Version: 0.7.8-8 Severity: wishlist Tags: patch, upstream, fixed-upstream This class is needed by TestNG. It should suffice to apply Michael's patch that already went upstream: Index: Makefile.am === RCS file: