Community
Participate
Working Groups
I put this under js gen, but it's a widget problem. Combo uses HistoryHelper. The generated HTML file contains "com/ibm/egl/rui/history/HistoryHelper.js" to load HistoryHelper, but the file is really "org/eclipse/edt/rui/history/HistoryHelper.js". I looked at the code and deployment is doing String pkg = (String)annot.getValue( "relativePath" ); String name = (String)annot.getValue( "externalName" ); to get the file location and name. The HistoryHelper widget has relativePath = "com/ibm/egl/rui/history" I search the widget project for com/ibm and there are 7 occurances, 6 are relativePath so those widgets will generate incorrectly in the html.
Updated relative paths in all widgets.
verified