505506507508509510511512513514515
if (this.srcFile != null) { try { WarArchive srcWar = new DefaultWarArchive(srcFile); if (srcWar.containsClass(theClassName)) { log("The " + theDescription + " JAR is already present in " + "the WAR", Project.MSG_VERBOSE); return; }