peterreilly 2004/03/31 03:45:43 Modified: src/main/org/apache/tools/ant Tag: ANT_16_BRANCH ProjectComponent.java Log: sync with head Revision Changes Path No revision No revision 1.10.2.5 +1 -1 ant/src/main/org/apache/tools/ant/ProjectComponent.java Index: ProjectComponent.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/ProjectComponent.java,v retrieving revision 1.10.2.4 retrieving revision 1.10.2.5 diff -u -r1.10.2.4 -r1.10.2.5 --- ProjectComponent.java 9 Mar 2004 17:01:29 -0000 1.10.2.4 +++ ProjectComponent.java 31 Mar 2004 11:45:43 -0000 1.10.2.5 @@ -81,7 +81,7 @@ // 'reasonable' default, if the component is used without // a Project ( for example as a standalone Bean ). // Most ant components can be used this way. - if (msgLevel >= Project.MSG_INFO) { + if (msgLevel <= Project.MSG_INFO) { System.err.println(msg); } }
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]