After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 751671 - No main manifest attribute, in java-atk-wrapper.jar
No main manifest attribute, in java-atk-wrapper.jar
Status: RESOLVED FIXED
Product: java-atk-wrapper
Classification: Applications
Component: general
unspecified
Other Mac OS
: Normal normal
: ---
Assigned To: Magdalen Berns (irc magpie)
java-atk-wrapper maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-06-29 19:04 UTC by Magdalen Berns (irc magpie)
Modified: 2015-06-29 19:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to include manifest in jar (1.08 KB, patch)
2015-06-29 19:09 UTC, Magdalen Berns (irc magpie)
committed Details | Review

Description Magdalen Berns (irc magpie) 2015-06-29 19:04:14 UTC
Running:

java -jar java-atk-wrapper.jar 

Will produce the following terminal error: "No main manifest attribute, in java-atk-wrapper.jar"

There is no need to run java-atk-wrapper as a standalone application at the moment, but I think it might be useful to have if automated tests are included.
Comment 1 Magdalen Berns (irc magpie) 2015-06-29 19:09:55 UTC
Created attachment 306316 [details] [review]
patch to include manifest in jar