darwino / xpages-runtime

Apache License 2.0
0 stars 0 forks source link

Add ExtLib to runtime #7

Closed jesse-gallagher closed 5 years ago

jesse-gallagher commented 5 years ago

This will be critical, but it has a couple hurdles.

Absolute worst case, it is still (mostly) open-source, and so it could be forked for this need. It'd be nice to work around that, though.

jesse-gallagher commented 5 years ago

Though loading ExtLib resources now works on a JEE server, it doesn't work on Android. META-INF/services trouble, perhaps.

jesse-gallagher commented 5 years ago

The resources in question are indeed included on Android, so that rules out the JS/CSS files being stripped.

jesse-gallagher commented 5 years ago

After tweaking MockBundle, this now runs into https://github.com/darwino/xpages-runtime/issues/5 again, albeit with a file this time - _TabContainerBase.js. Unfortunately, none of the recommendations on Stack Overflow or the bug reports seem to fix it, so it may be necessary to try the "rewrite" option in the comment in that issue's thread.