Gentoo Archives: gentoo-java

From: Ernst de Haan <wfe.dehaan@×××××.com>
To: gentoo-java@l.g.o
Subject: Re: [gentoo-java] Re: Installing Javadoc documentation with java-pkg_dohtml
Date: Fri, 23 Dec 2005 12:34:05
Message-Id: fa47cf900512230433m37129097h@mail.gmail.com
In Reply to: Re: [gentoo-java] Re: Installing Javadoc documentation with java-pkg_dohtml by "Petteri Räty"
1 > > KEYWORDS="~x86 ~ppc ~sparc ~amd64"
2 >
3 > Do you have all these arches to test with?
4 > http://dev.gentoo.org/~plasmaroo/devmanual/keywording/
5
6 Thanks for the pointer. Changed to ~x86.
7
8 Is there any way to test on Gentoo systems on the other platforms? Are
9 there any environments dedicated to this? If so, are they available
10 only to Gentoo committers or also to regular contributors?
11
12 I do have access to Linux 2.6/PPC and Solaris/Sparc systems and I did
13 test xmlenc on them, but these systems were not running Gentoo. So I
14 tested the original software and the Gentoo ebuild. So in principle
15 the ebuild /should/ work on other architectures that support Java.
16
17 > We don't einfo the antflags like this because there is nothing of
18 > interest to the user. Feel free to use them for debugging but don't
19 > leave them to the final ebuild.
20
21 Indeed I only put it in for my own interest. I've removed it now.
22
23 > Using parenthesis like this makes a subshell ( see man bash ). dieing
24 > inside a subshell will not quit like you expect it to. Why not just add
25 > javadoc to antflags?
26
27 Oops. That would be unexpected behaviour to me, indeed. The reason I
28 split the two is so that the info in the die would be more precise.
29 I've combined them again.
30
31 > java-pkd_dojar build/*.jar is probably more future proof so when version
32 > bumping new jars are not missed.
33
34 Sounds good. Made the change.
35
36 > Please note that these comments are only based on looking at the code. I
37 > might find more if I ever get to actually testing it.
38
39 As I said, I would indeed be very interested in testers, mostly for
40 non-x86 platforms.
41
42 > http://www.gentoo.org/doc/en/ebuild-submit.xml
43
44 I will submit it ASAP.
45
46
47 Ernst
48
49 --
50 gentoo-java@g.o mailing list

Replies

Subject Author
Re: [gentoo-java] Re: Installing Javadoc documentation with java-pkg_dohtml Ernst de Haan <wfe.dehaan@×××××.com>