Menu

#90 Exception when having an icon not physically present

open
nobody
None
5
2010-10-11
2010-10-11
No

I migrated a jsmooth configuration file from one project to another, where the latter did not have the file specified in the <iconLocation>...</iconLocation> tag.

The exception given was:

[jsmoothgen] at net.charabia.jsmoothgen.application.ExeCompiler.getQuantizedImage(ExeCompiler.java:284)
[jsmoothgen] at net.charabia.jsmoothgen.application.ExeCompiler.getScaledImage(ExeCompiler.java:421)
[jsmoothgen] at net.charabia.jsmoothgen.application.ExeCompiler.compile(ExeCompiler.java:175)
[jsmoothgen] at net.charabia.jsmoothgen.ant.JSmoothGen.execute(JSmoothGen.java:133)
[jsmoothgen] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
[jsmoothgen] at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
[jsmoothgen] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[jsmoothgen] at java.lang.reflect.Method.invoke(Unknown Source)
[jsmoothgen] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[jsmoothgen] at org.apache.tools.ant.Task.perform(Task.java:348)
[jsmoothgen] at org.apache.tools.ant.Target.execute(Target.java:357)
[jsmoothgen] at org.apache.tools.ant.Target.performTasks(Target.java:385)
[jsmoothgen] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
[jsmoothgen] at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
[jsmoothgen] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
[jsmoothgen] at org.eclipse.ant.internal.launching.remote.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
[jsmoothgen] at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
[jsmoothgen] at org.eclipse.ant.internal.launching.remote.InternalAntRunner.run(InternalAntRunner.java:423)
[jsmoothgen] at org.eclipse.ant.internal.launching.remote.InternalAntRunner.main(InternalAntRunner.java:137)
[jsmoothgen] jsmoothgen failed: [Error: null]

Discussion


Log in to post a comment.