dolfdijkstra / gst-foundation

Sites Global Foundation Project
Apache License 2.0
13 stars 14 forks source link

Rewired all logger names so slf4j / odl works properly on WCS 12 running on Weblogic 12c #59

Closed fvillalba closed 8 years ago

amai commented 8 years ago

Hi Freddy, javadoc plugin complaining on the package step, sh package.sh fails:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.8.1:jar (attach-javadocs) on project gsf-facades: MavenReportException: Error while creating archive:
[ERROR] Exit code: 1 - /gst-foundation/gsf-facades/src/main/java/com/fatwire/gst/foundation/DebugHelper.java:213: error: reference not found
[ERROR] * logger {@link DebugHelper#TIME_LOGGER}.

In gsf-facades/src/main/java/com/fatwire/gst/foundation/DebugHelper.java:213 the reference to TIME_LOGGER should be replaced with LOG_TIME.

fvillalba commented 8 years ago

Give it a try now