Community
Participate
Working Groups
For the simultaneous release all bundles should be installed with 'unpack="false"'. However, when applying this to the otdt.ui.help plug-in, the OTJLD-view cannot retrieve its content from the jar. See http://www.eclipse.org/forums/index.php?t=msg&goto=637956
Created attachment 182754 [details] fix This tiny patch seems to do the trick (with a little help from Paul Webster): - use FileLocator.toFileURL(m_url) to get a URL into extracted disk space AND - use FileLocator.toFileURL(OTHelpPlugin.getDefault().getBundle().getEntry(OTJLDError.URL_PATH)) to trigger extracting all content from this bundle
Fix released in r1009
Verified for 0.8 M3 using build 201011100445
I still saw missing content: OTJLD view did not show any images.
re-fixed in r1406/7 by touching also the css and images directories.
Verified for 0.8M6 using build 201103151949.