On Wednesday, May 2, 2018 at 12:28:13 PM UTC+2, Marcin G. wrote: > > Hi, > > I am using Vaadin which uses GWT. After upgrading from 7 to 8 I realized > that my OSGI based app is not starting - reason: gwt-user and dependent > jars are missing META-INF/MANIFEST.MF - why? >
For not specific reason, other than nobody (before you) requesting them (and them being optional by spec, and us having nothing special to put into them) > I need them to create Apache Felix compatible bundles. Modifying those > dependencies during build using maven plugins is painfull :-/ > What would you need them to contain? Only the required Manifest-Version? How exactly are you (or your tools) depending on their presence? Why don't they gracefully handle their absence? > Please bring them back! :-) > The JARs are (re)built using this script: https://gwt.googlesource.com/gwt/+/master/maven/lib-gwt.sh Patches welcome! ;-) -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
