Re: [mkgmap-dev] remainder of logging changes

2021-04-13 Thread Gerd Petermann
Hi Steve , OK for me if you add a comment reg. the automatic build Gerd Von: mkgmap-dev im Auftrag von Steve Ratcliffe Gesendet: Dienstag, 13. April 2021 19:10 An: mkgmap-dev@lists.mkgmap.org.uk Betreff: Re: [mkgmap-dev] remainder of logging changes

Re: [mkgmap-dev] remainder of logging changes

2021-04-13 Thread Steve Ratcliffe
Hi Gerd please have a look. Seems the build hangs again or the patch doesn't work on unix. It works well on my machine. What is happening is that the automatic builds set _JAVA_OPTIONS=-Duser.home=/home/dir/to/use This causes every java process to output "Picked up _JAVA_OPTIONS: ..." to

Re: [mkgmap-dev] remainder of logging changes

2021-04-13 Thread Gerd Petermann
Ratcliffe Betreff: Re: AW: [mkgmap-dev] remainder of logging changes Hi Gerd > please comment what you think about the trick with > TestUtils.runAsProcess(). I think it might not work on the build > server since ant clean test doesn't build \dist\mkgmap.jar. > Of course we can add

Re: [mkgmap-dev] remainder of logging changes

2021-04-13 Thread Randolph J. Herber
ntag, 12. April 2021 17:56 An: 'Development list for mkgmap' Betreff: [mkgmap-dev] remainder of logging changes Hi Gerd, Please find attached a patch with the remainder of the logging changes (apart from CommandArgs). There are changes to the main program so that the dates and times are o

Re: [mkgmap-dev] remainder of logging changes

2021-04-13 Thread Mike Baggaley
April 2021 07:52 To: Development list for mkgmap Subject: Re: [mkgmap-dev] remainder of logging changes Hi Mike, reg. diagnosticmessages.patch: My understanding of the text is that you get rid of the console messages if you use a logging configuration file. When I try this with my existing config

Re: [mkgmap-dev] remainder of logging changes

2021-04-13 Thread Steve Ratcliffe
Hi Gerd > please comment what you think about the trick with > TestUtils.runAsProcess(). I think it might not work on the build > server since ant clean test doesn't build \dist\mkgmap.jar. > Of course we can add target dist as a depency in build.xml to fix that, but I think > you had reasons

Re: [mkgmap-dev] remainder of logging changes

2021-04-13 Thread Gerd Petermann
12. April 2021 17:56 An: 'Development list for mkgmap' Betreff: [mkgmap-dev] remainder of logging changes Hi Gerd, Please find attached a patch with the remainder of the logging changes (apart from CommandArgs). There are changes to the main program so that the dates and times are only output if mkgm

Re: [mkgmap-dev] remainder of logging changes

2021-04-13 Thread Gerd Petermann
Betreff: Re: [mkgmap-dev] remainder of logging changes Hi Mike, reg. diagnosticmessages.patch: My understanding of the text is that you get rid of the console messages if you use a logging configuration file. When I try this with my existing config file I don't see this effect because

Re: [mkgmap-dev] remainder of logging changes

2021-04-13 Thread Gerd Petermann
on stderr when the reporting options are enabled? Gerd Von: mkgmap-dev im Auftrag von Mike Baggaley Gesendet: Montag, 12. April 2021 17:56 An: 'Development list for mkgmap' Betreff: [mkgmap-dev] remainder of logging changes Hi Gerd, Please find attached

[mkgmap-dev] remainder of logging changes

2021-04-12 Thread Mike Baggaley
Hi Gerd, Please find attached a patch with the remainder of the logging changes (apart from CommandArgs). There are changes to the main program so that the dates and times are only output if mkgmap is processing one or more files. The patch includes an update to the unit test. Note that this