On 23 Jun 2017, at 14:49, Chuck Hill <ch...@gevityinc.com> 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 directory that the class files are under (would normally go > into a package, top level is the default package).
logging.properties _does_ get copied from src/main/resources into target/classes during build. But it _doesn’t_ make it into the app’s JAR (which ends up in Contents/Resources/Java), which I suspect is where it needs to be. I’m stumped—any Maven aficionados want to chime in? -- Paul Hoadley http://logicsquad.net/ https://www.linkedin.com/company/logic-squad/
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com