Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPE in Build #66

Closed
Exerosis opened this issue Jan 8, 2018 · 4 comments
Closed

NPE in Build #66

Exerosis opened this issue Jan 8, 2018 · 4 comments

Comments

@Exerosis
Copy link

Exerosis commented Jan 8, 2018

Not entirely sure why but I'm getting a null pointer when I build, I might have configured something incorrectly but I'm not getting very much context from the stacktrace:
https://goo.gl/NRpw6U
Full Console: https://goo.gl/g4DE1V

@pjBooms
Copy link
Contributor

pjBooms commented Jan 8, 2018

Thank you for the bug report!
Could you also share Excelsior JET Maven Plugin configuration block to understand what triggered that NPE?

@Exerosis
Copy link
Author

My apologies here: https://gist.github.com/anonymous/6f31ae91d0a2bb888b7a92c36a79ea06
On a side note, it would be very helpful to support building an exe that runs as admin. As of now my only solutions is packing mt.exe and using it to give the executable a manifest after install.
Also, I was unable to find welcome screen caption and welcome screen text params for the installer in the maven plugin is there no support for that as of now?
Thank you very much!

@pjBooms
Copy link
Contributor

pjBooms commented Jan 10, 2018

It is duplicate to #62 and fixed in 1.1.2 version of the plugin so please change the version and the problem should be out.
As to "run as admin", you may add the following configuration to the plugin configuration that will produce the executable that runs as admin:

<compilerOptions>
  <compilerOption>-runasadmin+</compilerOption>
</compilerOptions>

@pjBooms pjBooms closed this as completed Jan 10, 2018
@pjBooms
Copy link
Contributor

pjBooms commented Jan 10, 2018

Also, I was unable to find welcome screen caption and welcome screen
text params for the installer in the maven plugin is there no support for that as of now?

Unfortunately, no. It is complicated as texts should be provided for all languages that are supported by the installer. Anyway please create a separate issue for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants