Re: Checkstyle isn't happy

2023-06-09 Thread Christopher Schultz
Mark, On 6/9/23 08:36, Mark Thomas wrote: On 09/06/2023 13:16, Mark Thomas wrote: Found it. You'll see this error if the current directory is not the root of the source tree. We should be able to make the build script independent of where it is called from if we want to. Looks like it wa

Re: Checkstyle isn't happy

2023-06-09 Thread Mark Thomas
On 09/06/2023 13:16, Mark Thomas wrote: Found it. You'll see this error if the current directory is not the root of the source tree. We should be able to make the build script independent of where it is called from if we want to. Looks like it was just Checktsyle that was the issue. Should

Re: Checkstyle isn't happy

2023-06-09 Thread Mark Thomas
Found it. You'll see this error if the current directory is not the root of the source tree. We should be able to make the build script independent of where it is called from if we want to. Mark On 09/06/2023 12:55, Mark Thomas wrote: I'll see if I can re-create this. Intel or M1 Mac? M

Re: Checkstyle isn't happy

2023-06-09 Thread Mark Thomas
I'll see if I can re-create this. Intel or M1 Mac? Mark On 09/06/2023 12:52, Christopher Schultz wrote: All, When trying to build Tomcat 10.1.10 on my Mac, checkstyle complains: BUILD FAILED /apache-tomcat-10.1.10-src/build.xml:859: Unable to create Root Module: config {res/checkstyle/c

Checkstyle isn't happy

2023-06-09 Thread Christopher Schultz
All, When trying to build Tomcat 10.1.10 on my Mac, checkstyle complains: BUILD FAILED /apache-tomcat-10.1.10-src/build.xml:859: Unable to create Root Module: config {res/checkstyle/checkstyle.xml}. Any ideas how to get more information? IIRC, I've never been able to get checkstyle runni