Bob Jacobsen
Bob Jacobsen
Sorry for the trouble. I'm working on this.
Developer installers with (what I think is) a fix for this are here: https://builds.jmri.org/jenkins/job/testreleases/job/bobjacobsen/ When you get the chance, could you try one of these to see if it fixes...
Is there a reason to build this on the NCE Packet Analyzer window? That window has a lot of shortcomings: You have to start it manually, you need to have...
Ah, my mistake. I didn't realize you meant Java code. My apologies for the confusion. Perhaps you can extend the existing class to do what you want: ``` class ApiNcePacketMonitorPanel...
My mistake. The method you're overriding has _two_ String arguments: ``` public void nextLine(String line, String raw); ``` The first is always displayed, and the second is shown if "show...
Ci of this PR is getting: ``` rror: Errors: Error: WebAppServletTest.testDoGetAbout:86 � UnsupportedClassVersion org/springframew... Error: WebAppServletTest.testDoPostAbout:98 � UnsupportedClassVersion org/springframe... Error: WebAppServletTest.testProcessRequestAbout:74 � UnsupportedClassVersion org/spr... Error: WebAppServletTest.testProcessRequestApp:112 � UnsupportedClassVersion org/spri... Error:...
Right now, JMRI's most recent releases _require_ at least Java 11, but we _recommend_ that you use Java 17. So if JMRI is starting and showing Java 11, you're all...
JMRI 5.8 has been released. Files are available in the GitHub release section.
You will probably get more responses to this on the JMRI users group mailing list: https://groups.io/g/jmriusers
A quick, non-scientific survey shows that about 45% of variables have defaults explicitly included. Should we consider the default for the rest of these to be zero? Or treat them...