Mark,
Just as a follow up to the two rogue test files
tomcat\test\org\apache\coyote\http2\TestStream.java
tomcat\test\util\TestCookieFilter.java
I copied the util and trailers folders into the java folder and that
didn't make any difference. Also I noticed that, for the
TestStream.java source it
Mark,
I have now got grep working (following a post from another member
indicating that built into git bash!)
> ant download-test-compile
This is useful to know as I didn't run the tests script until later.
> ant download-validate
This didn't report Checkstyle missing - probably as not needed
On 22/02/2022 17:59, John Barrow wrote:
John,
Thanks for separating this out into a new thread.
As a life-long supporter of Subversion, this was my first foray into
the world of git, but I believe, after a quick crash course, I have
managed to have forked and cloned Tomcat onto my laptop!
Hi Greg,
> You should not need to reload tomcat for code unless NetBeans cannot handle
> hot reload.
I don't believe that there is a problem with NetBeans, it updates the
active code files in the WEB_APP/classes perfectly, but then as
previously discussed in the other thread, there is no file lo
There have been lots of emails on this, sorry if I have missed something..
Although I don't use net beans, I use Eclipse with the venerable Sysdeo
Tomcat Plugin (modified), and from my experience set reloadable =
"false". I would stop and restart tomcat for method signature changes,
new class