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
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. Can y
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 (
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
r
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
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTE
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: /sources
6 matches
Mail list logo