From eccf4030b421924113e09759ce553f6e12d0034d Mon Sep 17 00:00:00 2001 From: Damien GOUYETTE Date: Sat, 3 Sep 2011 15:38:30 +0200 Subject: [PATCH] =?UTF-8?q?Correction=20ClassNotFound=20et=20proble=CC=80m?= =?UTF-8?q?e=20de=20compilation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands.py | 3 +-- commands.pyc | Bin 3114 -> 3107 bytes conf/dependencies.yml | 3 ++- src/play/modules/cargo/Cargo.java | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/commands.py b/commands.py index c1cfaae..5fd5615 100644 --- a/commands.py +++ b/commands.py @@ -41,8 +41,7 @@ def execute(**kargs): if command == "cargo:redeploy": cargo_args.append("redeploy") - print cargo_args - + java_cmd = app.java_cmd(java_args, None, "play.modules.cargo.Cargo", cargo_args) try: diff --git a/commands.pyc b/commands.pyc index a44ed58a6e6dc0a64ac1ec5353a8b2761c7c9669..432393184c1d06225f0d808788d26f191dc67768 100644 GIT binary patch delta 77 zcmV-T0J8t87^4^m1M>|EVk%;>2W$ZXC;^j~20oLs0g;nQ0z3gDvxWl50s$(MPX!_Y j1Cw+G{sA|$a|Rj#0Y9^j2Q~u%NwdWYU;zan2?z-aSGN>V delta 84 zcmV-a0IUC_7^)Zt1M>|EYu{C|2W$ZXEdi5|20oLs0g(g-07poZLjpYkD6@eA$N~W@ qlS&050|EsClWhh50XVa41{whYK(mJjHUj}lv%U&o0R cargo 0.1 require: - play - - org.codehaus.cargo ->cargo-core-container-tomcat 1.1.2 \ No newline at end of file + - org.codehaus.cargo ->cargo-core-container-tomcat 1.1.2 + - org.codehaus.cargo ->cargo-core-api-generic 1.1.2 \ No newline at end of file diff --git a/src/play/modules/cargo/Cargo.java b/src/play/modules/cargo/Cargo.java index 03e8c3a..30099fd 100644 --- a/src/play/modules/cargo/Cargo.java +++ b/src/play/modules/cargo/Cargo.java @@ -61,7 +61,6 @@ public static void main(String [] args) throws Exception { //DeployableMonitor monitor; - deployer. if (command.equals("deploy")){ deployer.deploy(war); }