Skip to content

Commit

Permalink
Correction ClassNotFound et problème de compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
dgouyette committed Sep 3, 2011
1 parent 2ac4e6d commit eccf403
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Binary file modified commands.pyc
Binary file not shown.
3 changes: 2 additions & 1 deletion conf/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ self: play -> cargo 0.1

require:
- play
- org.codehaus.cargo ->cargo-core-container-tomcat 1.1.2
- org.codehaus.cargo ->cargo-core-container-tomcat 1.1.2
- org.codehaus.cargo ->cargo-core-api-generic 1.1.2
1 change: 0 additions & 1 deletion src/play/modules/cargo/Cargo.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ public static void main(String [] args) throws Exception {

//DeployableMonitor monitor;

deployer.
if (command.equals("deploy")){
deployer.deploy(war);
}
Expand Down

0 comments on commit eccf403

Please sign in to comment.