haco20292 / dex2jar

Automatically exported from code.google.com/p/dex2jar
0 stars 0 forks source link

dex2jar-0.0.9.7-SNAPSHOT无法使用d2j-dex2jar.bat输出jar #98

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.使用d2j-dex2jar.bat 
{filename}无法正常输出jar,始终提示目标文件已存在,使用--fo
rce参数也无效

What is the expected output? What do you see instead?
dex2jar-0.0.9.7-SNAPSHOT>d2j-dex2jar.bat --force services.apk
services-dex2jar.jar exists, use --force to overwrite
convert dex to jar
usage: d2j-dex2jar [options] <file0> [file1 ... fileN]
options:
 -e,--exception-file <file>   detail exception file, default is
                              $current_dir/[file-name]-error.zip
 -f,--force                   force overwrite
 -n,--not-handle-exception    not handle any exception throwed by dex2jar
 -o,--output <out-jar-file>   output .jar file, default is
                              $current_dir/[file-name]-dex2jar.jar
version: reader-1.8-SNAPSHOT, translator-0.0.9.7-SNAPSHOT, ir-1.5-SNAPSHOT

What version of the product are you using? On what operating system?
dex2jar-0.0.9.7-SNAPSHOT
from
https://dex2jar.ci.cloudbees.com/job/dex2jar-0.0.9.x/269/com.googlecode.dex2jar$
dex-tools/

dex-tools-0.0.0.3-SNAPSHOT.zip 

Please provide any additional information below.
1.从旧版入口dex2jar.bat进入正常;
2.手动使用 -o 指定输出文件名后正常;

Original issue reported on code.google.com by yyjdel...@gmail.com on 12 Jan 2012 at 1:30