• R/O
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision76 (tree)
Time2015-08-21 01:20:46
Authort_nakayama1971

Log Message

(empty log message)

Change Summary

Incremental Difference

--- trunk/framework/S2/src/online/filter/deploy/S2HotDeployUtil.java (revision 75)
+++ trunk/framework/S2/src/online/filter/deploy/S2HotDeployUtil.java (revision 76)
@@ -3,13 +3,14 @@
33 import java.io.File;
44 import java.util.Objects;
55
6-import javassist.ClassPool;
7-import javassist.NotFoundException;
8-
96 import javax.servlet.ServletContext;
107
118 import org.apache.catalina.Globals;
9+import org.apache.logging.log4j.LogManager;
1210
11+import javassist.ClassPool;
12+import javassist.NotFoundException;
13+
1314 /**
1415 * HotDeploy用ユーティリティ
1516 * @author Tadashi Nakayama
@@ -36,6 +37,7 @@
3637 pool.appendClassPath(str);
3738 }
3839 } catch (final NotFoundException e) {
40+ LogManager.getLogger().info(e.getMessage());
3941 continue;
4042 }
4143 }