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
Provide the shade command in pom.xml the necessary metainformation (like for exec:exec) such that when the jar is running in osx "ConExp-NG" is the title of the application and not the vacuous "Main"
The text was updated successfully, but these errors were encountered:
There is a line in pom.xml which sets the Xdock name. I read about the parameter and this is what it is supposed to do. Could somebody test this on osx?
Running it with linux is not possible though with this parameter. There is an error complaining that it is unknown. Anyone else having this problem? I solved it for me by removing the parameter and assuming the pom.xml unchanged for git but that is not a real solution. Please report back so I can close this issue and/or can fix the compatibility issue with linux/mac.
Provide the shade command in
pom.xml
the necessary metainformation (like for exec:exec) such that when the jar is running in osx "ConExp-NG" is the title of the application and not the vacuous "Main"The text was updated successfully, but these errors were encountered: