Bug 1209 : commandline build fails for sketches with import statements
Last modified: 2009-03-15 13:30




Status:
RESOLVED
Resolution:
DUPLICATE of bug 1048
Priority:
P2
Severity:
normal

 

Reporter:
fjen
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2009-03-15 13:24
trying to compile a sketch with import statements (even java.math.*) will fail because HashMap "importToLibraryTable" in Base is null.

java.lang.NullPointerException
at processing.app.Sketch.preprocess(Sketch.java:1420)
at processing.app.Sketch.build(Sketch.java:1480)
at processing.app.Commander.<init>(Commander.java:204)
at processing.app.Commander.main(Commander.java:95)

(and i tripple checked that it's not in the bugs db. sorry about me posting all these duplicate
reports!)
Additional Comment #1 From fry 2009-03-15 13:30
Command line is not yet complete. See the "known issues" list:
http://processing.org/reference/troubleshooting/#known

*** This bug has been marked as a duplicate of 1048 ***