generating module-aware javadoc with ant

2018-06-02 Thread Rick Hillegas
I don't see any module attributes or nested elements documented for the task here: https://ant.apache.org/manual/Tasks/javadoc.html Googling around doesn't tease out any more information on how to generate module-aware javadoc with ant. I can generate module-aware javadoc by using the task.

Re: generating module-aware javadoc with ant

2018-06-02 Thread Rick Hillegas
Thanks for responding so quickly, Stefan. On 6/2/18 9:47 AM, Stefan Bodewig wrote: On 2018-06-02, Rick Hillegas wrote: I don't see any module attributes or nested elements documented for the task here: https://ant.apache.org/manual/Tasks/javadoc.html Googling around doesn't tea

Re: generating module-aware javadoc with ant

2018-06-03 Thread Rick Hillegas
Thanks, Jaikiran. I have attached the tarball to the following ant/bugzilla issue: https://bz.apache.org/bugzilla/show_bug.cgi?id=62424 Thanks, -Rick On 6/3/18 6:39 AM, Jaikiran Pai wrote: Hi Rick, On 02/06/18 11:23 PM, Rick Hillegas wrote:  I have attached a little ant-based project to

Re: SecurityManager in Java is being deprecated - Please try your Ant builds against JDK 17 EA builds

2021-06-17 Thread Rick Hillegas
Derby gets advance notice of new Open JDK distributions, so we have been struggling with this change since the beginning of the week. Our experience is being tracked by the Derby developer email thread https://apache-database.10148.n7.nabble.com/JDK-17-is-now-in-Rampdown-Phase-One-td151971.html,

java.lang.UnsupportedOperationException raised when invoking the task

2023-10-20 Thread Rick Hillegas
I am running Java 21 (OpenJDK 64-Bit Server VM (build 21+35-2513, mixed mode, sharing)) and Ant 1.10.6. The following stanza in my build.xml file raises a java.lang.UnsupportedOperationException:                     The maintversion2props class is very simple, it just writes a

Re: java.lang.UnsupportedOperationException raised when invoking the task

2023-10-21 Thread Rick Hillegas
Thanks, Jaikiran and Don. Ant 1.10.14 gets me over this hurdle. I'll let you know if I encounter other issues building the next Derby release with Java 21 and this version of Ant. Cheers On 10/21/23 7:32 AM, Brutzman, Donald (Don) (CIV) wrote: As Indicated in the email thread, have gotten java