Skip to content

Commit

Permalink
Merge branch 'master' of github.com:forcedotcom/wsc into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Lai committed Aug 19, 2013
2 parents 1de3dfb + d224840 commit 513283f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/sforce/ws/codegen/Compiler.java
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public void compile(String[] files, File dir) throws ToolsException {
Verbose.log("Compiling to target " + target + "... ");

String[] args = { "-g", "-d", dir.getAbsolutePath(), "-sourcepath", dir.getAbsolutePath(),
"-target", target };
"-target", target, "-source", target };

String[] call = new String[args.length + files.length];

Expand Down

0 comments on commit 513283f

Please sign in to comment.