From thomas.stuefe at gmail.com Mon Jul 11 06:08:21 2022 From: thomas.stuefe at gmail.com (=?UTF-8?Q?Thomas_St=C3=BCfe?=) Date: Mon, 11 Jul 2022 08:08:21 +0200 Subject: Question regarding -nativepath Message-ID: Hi, I wanted to look up the exact syntax of the -nativepath option, but did not find any mention of it on https://openjdk.org/jtreg/command-help.html. The option still works though. Is this an oversight with the documentation, or is this option not officially supported or deprecated? Thanks, Thomas -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.holmes at oracle.com Mon Jul 11 06:36:07 2022 From: david.holmes at oracle.com (David Holmes) Date: Mon, 11 Jul 2022 16:36:07 +1000 Subject: Question regarding -nativepath In-Reply-To: References: Message-ID: <2a5b8fba-0d22-4403-1549-2bb7fbe99c5b@oracle.com> Hi Thomas, On 11/07/2022 4:08 pm, Thomas St?fe wrote: > Hi, > > I wanted to look up the exact syntax of the -nativepath option, but did > not find any mention of it on > https://openjdk.org/jtreg/command-help.html > . > > The option still works though. Is this an oversight with the > documentation, or is this option not officially supported or deprecated? I think that doc is just out-of-date. That said: jtreg -help options only says: -nativepath: Path to location of native libraries and programs needed by the tests. What exactly were you hoping to find out? I'm going to guess it is whether path is a single path or can be a set of paths? Cheers, David ----- > Thanks, Thomas From thomas.stuefe at gmail.com Mon Jul 11 06:51:32 2022 From: thomas.stuefe at gmail.com (=?UTF-8?Q?Thomas_St=C3=BCfe?=) Date: Mon, 11 Jul 2022 08:51:32 +0200 Subject: Question regarding -nativepath In-Reply-To: <2a5b8fba-0d22-4403-1549-2bb7fbe99c5b@oracle.com> References: <2a5b8fba-0d22-4403-1549-2bb7fbe99c5b@oracle.com> Message-ID: Hi David, Yes, I wanted to know the exact syntax of adding multiple native paths to jtreg but just found out that jtreg only supports a single path. It's unfortunate the online doc is outdated; it is usually the resource I point fellow developers to. Thanks, Thomas On Mon, Jul 11, 2022 at 8:36 AM David Holmes wrote: > Hi Thomas, > > On 11/07/2022 4:08 pm, Thomas St?fe wrote: > > Hi, > > > > I wanted to look up the exact syntax of the -nativepath option, but did > > not find any mention of it on > > https://openjdk.org/jtreg/command-help.html > > . > > > > The option still works though. Is this an oversight with the > > documentation, or is this option not officially supported or deprecated? > > I think that doc is just out-of-date. That said: > > jtreg -help options > > only says: > > -nativepath: > Path to location of native libraries and programs > needed by the tests. > > What exactly were you hoping to find out? I'm going to guess it is > whether path is a single path or can be a set of paths? > > Cheers, > David > ----- > > > > Thanks, Thomas > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jonathan.gibbons at oracle.com Mon Jul 11 23:42:24 2022 From: jonathan.gibbons at oracle.com (Jonathan Gibbons) Date: Mon, 11 Jul 2022 16:42:24 -0700 Subject: Question regarding -nativepath In-Reply-To: References: <2a5b8fba-0d22-4403-1549-2bb7fbe99c5b@oracle.com> Message-ID: I'll update the copy of the docs there. -- Jon On 7/10/22 11:51 PM, Thomas St?fe wrote: > Hi David, > > Yes, I wanted to know the exact syntax of adding multiple native paths > to jtreg but just found out that jtreg only supports a single path. > > It's unfortunate the online doc is outdated; it is usually the > resource I point fellow developers to. > > Thanks, Thomas > > On Mon, Jul 11, 2022 at 8:36 AM David Holmes > wrote: > > Hi Thomas, > > On 11/07/2022 4:08 pm, Thomas St?fe wrote: > > Hi, > > > > I wanted to look up the exact syntax of the -nativepath option, > but did > > not find any mention of it on > > https://openjdk.org/jtreg/command-help.html > > . > > > > The option still works though. Is this an oversight with the > > documentation, or is this option not officially supported or > deprecated? > > I think that doc is just out-of-date. That said: > > jtreg -help options > > only says: > > ? ? -nativepath: > ? ? ? ? ? ? ? ? ? ? ?Path to location of native libraries and > programs > needed by the tests. > > What exactly were you hoping to find out? I'm going to guess it is > whether path is a single path or can be a set of paths? > > Cheers, > David > ----- > > > > Thanks, Thomas > -------------- next part -------------- An HTML attachment was scrubbed... URL: From thomas.stuefe at gmail.com Tue Jul 12 04:34:30 2022 From: thomas.stuefe at gmail.com (=?UTF-8?Q?Thomas_St=C3=BCfe?=) Date: Tue, 12 Jul 2022 06:34:30 +0200 Subject: Question regarding -nativepath In-Reply-To: References: <2a5b8fba-0d22-4403-1549-2bb7fbe99c5b@oracle.com> Message-ID: Thank you, Jonathan! On Tue, Jul 12, 2022 at 1:43 AM Jonathan Gibbons < jonathan.gibbons at oracle.com> wrote: > I'll update the copy of the docs there. > > -- Jon > On 7/10/22 11:51 PM, Thomas St?fe wrote: > > Hi David, > > Yes, I wanted to know the exact syntax of adding multiple native paths to > jtreg but just found out that jtreg only supports a single path. > > It's unfortunate the online doc is outdated; it is usually the resource I > point fellow developers to. > > Thanks, Thomas > > On Mon, Jul 11, 2022 at 8:36 AM David Holmes > wrote: > >> Hi Thomas, >> >> On 11/07/2022 4:08 pm, Thomas St?fe wrote: >> > Hi, >> > >> > I wanted to look up the exact syntax of the -nativepath option, but did >> > not find any mention of it on >> > https://openjdk.org/jtreg/command-help.html >> > . >> > >> > The option still works though. Is this an oversight with the >> > documentation, or is this option not officially supported or deprecated? >> >> I think that doc is just out-of-date. That said: >> >> jtreg -help options >> >> only says: >> >> -nativepath: >> Path to location of native libraries and programs >> needed by the tests. >> >> What exactly were you hoping to find out? I'm going to guess it is >> whether path is a single path or can be a set of paths? >> >> Cheers, >> David >> ----- >> >> >> > Thanks, Thomas >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: