I work on Apache Derby. Derby is one of the applications which receive
advance notice of new Open JDK distributions. We then build our
application with the new JDK's javac and javadoc tools and we run our
full test suite against the new JVM. As a canary in the mineshaft, we
noticed the followin
f you are not
using the -html4 option, and are using the default (-html5), then
you're probably generating bad HTML which may not pass a conformance
checker and/or may not display correctly in all browsers.
-- Jon
On 01/12/2019 09:23 AM, Rick Hillegas wrote:
I would appreciate y
I would appreciate your advice about the best practice for handling the
following problem.
The structure of the generated javadoc tree appears to have changed
substantially between Java 9 and Java 11. I noticed this because my
module descriptors include tags, which pull corresponding module
e module's API.
You may also want to note that package names can be specified in the form
module/package
if you wish to disambiguate the module containing a specific package.
-- Jon
On 06/17/2018 03:45 PM, Rick Hillegas wrote:
I would appreciate your advice about how to genera
Hi Jon,
Thanks again for answering my first question. I have made some progress
toward generating module-aware javadoc for the Apache Derby project. Now
I have a second problem which puzzles me.
The following command successfully generates module-aware javadoc for
almost all of the packages
I would appreciate your advice about how to generate module-aware
documentation for internal packages which have not been exported by the
corresponding module info.
Given the attached project, the following command works fine...
javadoc -d ./build/javadoc \
-Xdoclint:none \
--module-sour
would be
--patch-module org.test.firstmodule=./java/firstmodule
And you would repeat that as needed for all the other modules you
want to pass to javadoc
-- Jon
On 5/30/18 4:08 PM, Rick Hillegas wrote:
Thanks for that explanation, Jon.
I'm asking these questions because
ween the module directory and the root of the package
hierarchy.
The module paths are described in JEP 261.
http://openjdk.java.net/jeps/261 Although that JEP does not call out
javadoc, the description for javac essentially applies to javadoc as well.
-- Jon
On 5/29/18 4:02 PM, Rick Hillegas
ource-path ./java -d build/javadoc --module
firstmodule,secondmodule
-- Jon
On 05/20/2018 04:45 PM, Rick Hillegas wrote:
I hope that someone can point me at the right documentation for how to
create javadoc on a multi-module project. My naive googling does not
find any pertinent examples for how
I hope that someone can point me at the right documentation for how to
create javadoc on a multi-module project. My naive googling does not
find any pertinent examples for how to do this from the command line via
the javadoc tool. I have looked through the Java 9 tools documents
titled "Javadoc
On 7/12/16 7:22 PM, Jonathan Gibbons wrote:
On 07/12/2016 06:45 PM, Rick Hillegas wrote:
Hi Jon,
Thanks for replying. Some comments inline...
On 7/11/16 7:00 PM, Jonathan Gibbons wrote:
On 07/11/2016 06:28 PM, Rick Hillegas wrote:
Hey folks,
Is there a primer for writing Java 9 Taglets
https://issues.apache.org/jira/browse/DERBY-6856
Thanks again for your help,
-Rick
On 7/16/16, 8:30 AM, Rick Hillegas wrote:
On 7/12/16 7:22 PM, Jonathan Gibbons wrote:
On 07/12/2016 06:45 PM, Rick Hillegas wrote:
Hi Jon,
Thanks for replying. Some comments inline...
On 7/11/16 7:00 PM, Jonathan Gibbons
Hi Jon,
Thanks for replying. Some comments inline...
On 7/11/16 7:00 PM, Jonathan Gibbons wrote:
On 07/11/2016 06:28 PM, Rick Hillegas wrote:
Hey folks,
Is there a primer for writing Java 9 Taglets which is similar to the
primer for writing old-style Taglets found here:
http
Hey folks,
Is there a primer for writing Java 9 Taglets which is similar to the
primer for writing old-style Taglets found here:
http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/taglet/overview.html.
I am trying to get a clean, warning-free build of Apache Derby using
b124 of JDK
14 matches
Mail list logo