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
Hi, thank you for making this! I'm trying to essentially make a runner that builds the app from source and outputs it. Sadly, the output is not usable as of now:
Error
"Exception in thread "main" java.lang.NullPointerException: Cannot invoke "org.slf4j.Logger.error(String, java.lang.Throwable)" because "org.mustangproject.commandline.Main.LOGGER" is null
at org.mustangproject.commandline.Main.main(Main.java:442)"
and
no main manifest attribute, in original-Mustang-CLI-3.0.0-SNAPSHOT.jar
see error "Exception in thread "main" java.lang.NullPointerException: Cannot invoke "org.slf4j.Logger.error(String, java.lang.Throwable)" because "org.mustangproject.commandline.Main.LOGGER" is null
at org.mustangproject.commandline.Main.main(Main.java:442)"
java -jar original-Mustang-CLI-3.0.0-SNAPSHOT.jar
see error "no main manifest attribute, in original-Mustang-CLI-3.0.0-SNAPSHOT.jar"
The text was updated successfully, but these errors were encountered:
Hi, thank you for making this! I'm trying to essentially make a runner that builds the app from source and outputs it. Sadly, the output is not usable as of now:
Error
and
Expected behavior
The app runs normally
Steps to reproduce
git clone https://github.com/ZUGFeRD/mustangproject.git &&
cd mustangproject &&
mvn clean install
at org.mustangproject.commandline.Main.main(Main.java:442)"
The text was updated successfully, but these errors were encountered: