Re: RFR: JDK-8314975: JavadocTester should set source path if not specified

2023-09-15 Thread Hannes Wallnöfer
On Fri, 25 Aug 2023 00:30:23 GMT, Jonathan Gibbons wrote: > Please review a test-only fix, for `JavadocTester`, to set the source path to > a sensible value if none specified explicitly, to override the tool default > to use the class path. > > The underlying issue is that TestNG is on the cla

Re: RFR: JDK-8314975: JavadocTester should set source path if not specified

2023-09-05 Thread Jonathan Gibbons
On Mon, 28 Aug 2023 12:01:23 GMT, Hannes Wallnöfer wrote: > I understand why you are doing it, but I wonder if it is possible to do it in > a better way. If this is integrated, tests that use JavadocTester will always > specify `-sourcepath`. That won't be clean and will likely cause suprises

Re: RFR: JDK-8314975: JavadocTester should set source path if not specified

2023-08-28 Thread Hannes Wallnöfer
On Fri, 25 Aug 2023 08:00:57 GMT, Pavel Rappo wrote: > I understand why you are doing it, but I wonder if it is possible to do it in > a better way. If this is integrated, tests that use JavadocTester will always > specify `-sourcepath`. That won't be clean and will likely cause suprises > dow

Re: RFR: JDK-8314975: JavadocTester should set source path if not specified

2023-08-25 Thread Pavel Rappo
On Fri, 25 Aug 2023 00:30:23 GMT, Jonathan Gibbons wrote: > Please review a test-only fix, for `JavadocTester`, to set the source path to > a sensible value if none specified explicitly, to override the tool default > to use the class path. > > The underlying issue is that TestNG is on the cla