|
@@ -57,7 +57,7 @@ public class Main {
|
|
|
String base = getBasePath();
|
|
String base = getBasePath();
|
|
|
pid(base);
|
|
pid(base);
|
|
|
scanWar(base);
|
|
scanWar(base);
|
|
|
- loadJars(base);
|
|
|
|
|
|
|
+ // loadJars(base);
|
|
|
/* getVersion需要FileUtils在后面运行 */
|
|
/* getVersion需要FileUtils在后面运行 */
|
|
|
cleanTempDir(base);
|
|
cleanTempDir(base);
|
|
|
createTempClassesDirectory(base);
|
|
createTempClassesDirectory(base);
|