Menu

#95 NPE when running via command line

open
nobody
None
5
2013-04-01
2013-04-01
Anonymous
No

JSmooth version: 0.9.9-7
OS: Windows Vista

Repro steps:
0. Create JSmooth file (IFML2.jsmooth in my case)
1. Create Windows cmd-file with content:
"%ProgramFiles%\JSmooth 0.9.9-7\jsmoothcmd.exe" IFML2.jsmooth
2. Run this cmd-file

Expected result: JSmooth builds exe-file
Actual result:
java.lang.NullPointerException
at net.charabia.jsmoothgen.application.PropertiesBuilder.makeProperties(PropertiesBuilder.java:79)
at net.charabia.jsmoothgen.application.ExeCompiler.compile(ExeCompiler.java:162)
at net.charabia.jsmoothgen.application.cmdline.CommandLine.main(CommandLine.java:81)

Discussion


Log in to post a comment.