Community
Participate
Working Groups
Not sure why, but wsexplorer "source" ... the JSPs, etc., are not "zipped up" in the org.eclipse.wst.ws.explorer folder of plugins\org.eclipse.wst.ws_ui.feature.source Not sure it can be ... but, I suspect it should be. that folder alone is about 2 Megs. Is this even "accessible" by using Eclipse SDK? Or should this "web app" be its own, WAR (with source) ?
David, we could save ~1M by zipping up the *.jsp/*.inc files under src/org.eclipse.wst.ws.explorer.../wsexplorer. I'm guessing there is no way to specify this sort of thing from build.properties. An alternative would be to add a target to build-war.xml that creates a zipfile consisting of just the *.jsp/*.inc files from the project, and specify in build.properties that the zip should be included in the source build, but not the binary build. Does that sound reasonable?
Yes, this does sound reasonable. See also bug 137232 for another reason this is urgent. In fact, unless you can fix this soon, I'm going to suggest we simply remove that source from sdk distribution .. just for next week or two ... so windows builds will work again?
Assigned to you, Kathy. Thanks - CB.
Hi Gil, Please verify if this is still a problem with the new structure of the WSE plugin (after moving to Jetty). We should try to fix it in WTP 3.0 if this is still a problem.
The explore zip is already zipped in recent WTP 3.0 drivers.
Bug cleanup. Closing on behalf of the originator.