Improve warning messages for missing libs (thanks to Dennis Lundberg).
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@201824 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -231,14 +231,14 @@
|
|||||||
<target name="log4j12-warning" unless='log4j12.present' depends='init,discovery'>
|
<target name="log4j12-warning" unless='log4j12.present' depends='init,discovery'>
|
||||||
<echo>
|
<echo>
|
||||||
*** WARNING ***
|
*** WARNING ***
|
||||||
Log4j12 not found: Cannot Build Log4J12Logger
|
Log4j 1.2 not found: Cannot Build Log4J12Logger
|
||||||
</echo>
|
</echo>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="log4j13-warning" unless='log4j13.present' depends='init,discovery'>
|
<target name="log4j13-warning" unless='log4j13.present' depends='init,discovery'>
|
||||||
<echo>
|
<echo>
|
||||||
*** WARNING ***
|
*** WARNING ***
|
||||||
Log4j13 not found: Cannot Build Log4J13Logger
|
Log4j 1.3 not found: Cannot Build Log4J13Logger
|
||||||
</echo>
|
</echo>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
@@ -270,7 +270,8 @@
|
|||||||
</echo>
|
</echo>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name='warning' depends='log4j12-warning,logkit-warning,jdk1.4-warning,avalon-framework-warning'/>
|
<target name='warning'
|
||||||
|
depends='log4j12-warning,log4j13-warning,logkit-warning,jdk1.4-warning,avalon-framework-warning'/>
|
||||||
|
|
||||||
<target name="compile-only"
|
<target name="compile-only"
|
||||||
depends="init,discovery,warning,show-lib-presence,compile-non-log4j,compile-log4j12,compile-log4j13,build-jar"/>
|
depends="init,discovery,warning,show-lib-presence,compile-non-log4j,compile-log4j12,compile-log4j13,build-jar"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user