Then that's another jar. if you have bash you can run:

user@machine $  for i in lib/*.jar; do if [ "$(jar tf $i | grep
MANIFEST.MF)" == "" ]; then echo $i; fi done


Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<https://blog-rmannibucau.rhcloud.com> | Old Wordpress Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber
<http://www.tomitribe.com> | JavaEE Factory
<https://javaeefactory-rmannibucau.rhcloud.com>

2016-07-05 14:48 GMT+02:00 Dignesh <dgo...@opentext.com>:

> it does contain META-INF/MANIFEST.MF in jar.
>
>
>
> --
> View this message in context:
> http://tomee-openejb.979440.n4.nabble.com/TomEE-Server-not-getting-started-tp4679116p4679229.html
> Sent from the TomEE Dev mailing list archive at Nabble.com.
>

Reply via email to