conor 01/01/12 03:43:09
Modified: src/main/org/apache/tools/ant/taskdefs/optional/ejb
WeblogicDeploymentTool.java
Log:
Made CMP warning only at verbose level.
Revision Changes Path
1.13 +2 -2
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/ejb/WeblogicDeploymentTool.java
Index: WeblogicDeploymentTool.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/ejb/WeblogicDeploymentTool.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- WeblogicDeploymentTool.java 2001/01/08 05:03:11 1.12
+++ WeblogicDeploymentTool.java 2001/01/12 11:43:08 1.13
@@ -260,9 +260,9 @@
}
if (oldCMP) {
- log("The old method for locating CMP files has been
DEPRECATED.", Project.MSG_INFO);
+ log("The old method for locating CMP files has been
DEPRECATED.", Project.MSG_VERBOSE);
log("Please adjust your weblogic descriptor and set
oldCMP=\"false\" " +
- "to use the new CMP descriptor inclusion mechanism. ",
Project.MSG_INFO);
+ "to use the new CMP descriptor inclusion mechanism. ",
Project.MSG_VERBOSE);
// The the weblogic cmp deployment descriptor
File weblogicCMPDD = new File(getDescriptorDir(), ddPrefix +
WL_CMP_DD);