RE: is too quick to respond

2022-02-18 Thread John Barrow
Hi, As mentioned in my last email, I have built a simple ‘Hello World’ Ant project in NetBeans, referencing an external library (GSON in my case) and the project properties looks quite different for the generated Ant project against the one that was created for Tomcat. The attached screenshot

Re: is too quick to respond

2022-02-18 Thread John Barrow
Mark,I checked the logs folder and it was empty and so I am assuming that Any is clearing it each time I build Tomcat.John Original message From: Mark Thomas Date: 18/02/2022 18:16 (GMT+00:00) To: users@tomcat.apache.org Subject: Re: is too quick to respond On 18/02/2022

Re: is too quick to respond

2022-02-18 Thread Mark Thomas
On 18/02/2022 18:01, John Barrow wrote: Do you have a list of the tests which fail? Do you know how to get that list? Yes, although I am on Windows, not UNIX and so I don't have access to grep. I did a simple search within logs for 'FAILED' and it came up with about 20 or so. The list of

Re: is too quick to respond

2022-02-18 Thread John Barrow
Hi, > 3. Run "ant ide-netbeans" Apologies, I should have made that point clear, I have already run that otherwise Netbeans wouldn't recognise the project at all - i.e. I couldn't open it. In that respect, it was helpful, as in I could now compile and navigate the source files. > The "deploy"

Re: is too quick to respond

2022-02-18 Thread Christopher Schultz
John, On 2/18/22 10:50, John Barrow wrote: Would you be interested in looking at the existing algorithm to see if it would be updated in this way? WebappLoader.backgroundProcess() would be a good place to start. I am sort of interested in looking at this. Awesome! I have only been

RE: is too quick to respond

2022-02-18 Thread John Barrow
Hi Mark / Christopher, Firstly, thanks for confirming my analysis on what is happening. >> Would you be interested in looking at the existing algorithm to see if >> it would be updated in this way? > WebappLoader.backgroundProcess() would be a good place to start. I am sort of interested in