Re: RFR: 8347362: RichTextArea Demo Apps Build Script [v2]

2025-01-10 Thread Kevin Rushforth
On Fri, 10 Jan 2025 23:17:31 GMT, Andy Goryachev wrote: >> Added ant build to the RichTextAreaDemo project. >> >> ## Building >> >> Build: run `ant` command in the project directory. >> >> ## Running Demos >> >> Use the following commands to run demos build in the previous section: >> >> Cod

Re: RFR: 8347362: RichTextArea Demo Apps Build Script [v2]

2025-01-10 Thread Andy Goryachev
On Fri, 10 Jan 2025 23:04:43 GMT, Kevin Rushforth wrote: >> Andy Goryachev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> no spawn > > apps/samples/RichTextAreaDemo/build.xml line 79: > >> 77: >> 78: >> 79: > > I would re

Re: RFR: 8347362: RichTextArea Demo Apps Build Script [v2]

2025-01-10 Thread Andy Goryachev
> Added ant build to the RichTextAreaDemo project. > > ## Building > > Build: run `ant` command in the project directory. > > ## Running Demos > > Use the following commands to run demos build in the previous section: > > Code Area Demo: `ant run-codearea-demo` > > Notebook Demo: `ant run-not

Re: RFR: 8347362: RichTextArea Demo Apps Build Script

2025-01-10 Thread Kevin Rushforth
On Fri, 10 Jan 2025 21:09:01 GMT, Andy Goryachev wrote: > Added ant build to the RichTextAreaDemo project. > > ## Building > > Build: run `ant` command in the project directory. > > ## Running Demos > > Use the following commands to run demos build in the previous section: > > Code Area Demo