Community
Participate
Working Groups
I export product in wich I use o.e.e.server.servletbridge feature, but rootfiles directory content does not export in Root directory (i.e. WEB-INF). I get current directories structure: \WEB-INF ---\configuration ---\features ---\plugins ---\.eclipseproduct WEB-INF does not contain web.xml file and lib folder. If I fetch o.e.e.server.servletbridge from CVS (and from old versions from CVS, i.e. 3.6M4) all works fine and I get: \WEB-INF ---\configuration ---\features ---\lib ---\plugins ---\.eclipseproduct ---\launch.ini ---\web.xml May be it works fine because o.e.e.server.servletbridge exists in workspace and PDE does not export files from rootfiles if feature does not exist in workspace.
This is because the deployed o.e.e.server.serveltbridge does not contain the build.properties file and the root files themselves. For now I would suggest just getting this feature from CVS. The two options here are to make the servletbridge feature more like the o.e.eq.executable feature which also provides root files, or to try and get some more support from PDE/Build for building these kinds of things.
door #2 is the desired direction. There has been discussion in bug 327015 on topics in this area.
Closing due to inactivity.