delcypher / freeboogie

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

better feedback for wrong command line #62

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
BmlToBpl crashes sometimes when the command line is wrong with a 
NullPointerException. Example:
  java -jar dist/bml2bpl-1.0.jar Foo.java -o Foo.bpl

(Foo.java should be Foo.class or just Foo, and there should exist a 
Foo.class in the classpath)

Original issue reported on code.google.com by radugrig...@gmail.com on 20 Feb 2010 at 7:57