You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ERROR]
net.sf.launch4j.BuilderException: Icon doesn't exist.
at net.sf.launch4j.Builder.build (Builder.java:76)
at com.akathist.maven.plugins.launch4j.Launch4jMojo.doExecute (Launch4jMojo.java:471)
at com.akathist.maven.plugins.launch4j.Launch4jMojo.execute (Launch4jMojo.java:339)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
RCA:
I ran build in debug mode and found that Launch4jMojo#icon is correctly initialized and resolved to actual file, but in method Launch4jMojo#doExecute execution goes into if (infile != null) { branch in which value of said field is ignored and build fails.
The text was updated successfully, but these errors were encountered:
Here is example config I use:
If I build with this config, I get error:
RCA:
I ran build in debug mode and found that
Launch4jMojo#icon
is correctly initialized and resolved to actual file, but in methodLaunch4jMojo#doExecute
execution goes intoif (infile != null) {
branch in which value of said field is ignored and build fails.The text was updated successfully, but these errors were encountered: