Re: java.util.logging and Maven builds

2017-06-27 Thread Chuck Hill
It is all a nightmare which will be resolved by retirement. :-P On the bright side, you could be committing PHP all day long. From: Paul Hoadley Date: Tuesday, June 27, 2017 at 4:42 PM To: Chuck Hill Cc: WebObjects Development , Hugi Thordarson Subject: Re: java.util.logging and Maven

Re: java.util.logging and Maven builds

2017-06-27 Thread Chuck Hill
It is all a nightmare which will be resolved by retirement. :-P On the From: Paul Hoadley Date: Tuesday, June 27, 2017 at 4:42 PM To: Chuck Hill Cc: WebObjects Development , Hugi Thordarson Subject: Re: java.util.logging and Maven builds Hi Chuck, On 28 Jun 2017, at 03:59, Chuck Hill

Re: java.util.logging and Maven builds

2017-06-27 Thread Paul Hoadley
Hi Chuck, On 28 Jun 2017, at 03:59, Chuck Hill wrote: > What you are describing seems to be the intent of this part of Java: > > If "java.util.logging.config.class" property is not set, then the > "java.util.logging.config.file" system property can be used to specify a > properties file (in

Re: java.util.logging and Maven builds

2017-06-27 Thread Chuck Hill
t file name or location, other than the JRE one. Chuck From: Paul Hoadley Date: Monday, June 26, 2017 at 8:32 PM To: WebObjects Development Cc: Hugi Thordarson , Chuck Hill Subject: Re: java.util.logging and Maven builds For the archives: On 24 Jun 2017, at 10:18 am, Paul Hoadley mailto:pa.

Re: java.util.logging and Maven builds

2017-06-26 Thread Paul Hoadley
For the archives: On 24 Jun 2017, at 10:18 am, Paul Hoadley wrote: >> If you'd like, here's a workaround: You can force maven to copy the java >> resources (or certain resources). But of course, this is less than optimal. >> >> https://gist.github.com/hugith/a2ece8632ab33b994403ff9a04722fc1 >

Re: java.util.logging and Maven builds

2017-06-23 Thread Hugi Thordarson
ebObjects Development > > Subject: Re: java.util.logging and Maven builds > > Hi Hugi, > > On 23 Jun 2017, at 6:17 pm, Hugi Thordarson <mailto:h...@karlmenn.is>> wrote: > > I’m stumped—any Maven aficionados want to chime in? > > WOLifecycle modifies the maven

Re: java.util.logging and Maven builds

2017-06-23 Thread Chuck Hill
Hoadley Date: Friday, June 23, 2017 at 5:48 PM To: Hugi Thordarson Cc: Chuck Hill , WebObjects Development Subject: Re: java.util.logging and Maven builds Hi Hugi, On 23 Jun 2017, at 6:17 pm, Hugi Thordarson mailto:h...@karlmenn.is>> wrote: I’m stumped—any Maven aficionados want to ch

Re: java.util.logging and Maven builds

2017-06-23 Thread Paul Hoadley
Hi Hugi, On 23 Jun 2017, at 6:17 pm, Hugi Thordarson wrote: >> I’m stumped—any Maven aficionados want to chime in? > > > WOLifecycle modifies the maven standard behaviour by enlisting src/resources > for WO bundle resources only (equivalent to /Resources in Fluffy Bunny). > However, the Ecli

Re: java.util.logging and Maven builds

2017-06-23 Thread Chuck Hill
Yes, that change to WOLifeCycle is The Right Thing To Do. Chuck From: Hugi Thordarson Date: Friday, June 23, 2017 at 1:47 AM To: Paul Hoadley Cc: Chuck Hill , WebObjects Development Subject: Re: java.util.logging and Maven builds src/main/resources is a path to a Java resource. Contents

Re: java.util.logging and Maven builds

2017-06-23 Thread Hugi Thordarson
>> src/main/resources is a path to a Java resource. Contents/Resources is a >> path to a WebObjects resource. Java knows Jacques Schmidt about these. >> Only WO classes know about this. Your Maven build needs to get this file >> into the top level directory that the class files are under (w

Re: java.util.logging and Maven builds

2017-06-22 Thread Paul Hoadley
On 23 Jun 2017, at 14:49, Chuck Hill wrote: > src/main/resources is a path to a Java resource. Contents/Resources is a > path to a WebObjects resource. Java knows Jacques Schmidt about these. Only > WO classes know about this. Your Maven build needs to get this file into > the top level d

Re: java.util.logging and Maven builds

2017-06-22 Thread Chuck Hill
Yes, that also works. From: Paul Hoadley Date: Thursday, June 22, 2017 at 10:32 PM To: Chuck Hill Cc: WebObjects Development Subject: Re: java.util.logging and Maven builds Hi Chuck, On 23 Jun 2017, at 14:49, Chuck Hill mailto:ch...@gevityinc.com>> wrote: src/main/resources is a pat

Re: java.util.logging and Maven builds

2017-06-22 Thread Paul Hoadley
Hi Chuck, On 23 Jun 2017, at 14:49, Chuck Hill wrote: > src/main/resources is a path to a Java resource. Contents/Resources is a > path to a WebObjects resource. Java knows Jacques Schmidt about these. Only > WO classes know about this. Your Maven build needs to get this file into > the

Re: java.util.logging and Maven builds

2017-06-22 Thread Chuck Hill
(would normally go into a package, top level is the default package). Chuck From: Webobjects-dev on behalf of Paul Hoadley Date: Thursday, June 22, 2017 at 10:07 PM To: WebObjects Development Subject: java.util.logging and Maven builds Hello, This is admittedly rather obscure, but just in

java.util.logging and Maven builds

2017-06-22 Thread Paul Hoadley
Hello, This is admittedly rather obscure, but just in case… I’m using Maven to build an app. It depends on a JAR that uses java.util.logging, and it’s also ridiculously chatty—I need to get it under control. I’ve got a logging.properties file in src/main/resources that does what I want in deve