| Summary: | Filename length for plug-ins / new versioning scheme | ||
|---|---|---|---|
| Product: | [Eclipse Project] PDE | Reporter: | Sebastian Davids <sdavids> |
| Component: | Build | Assignee: | pde-build-inbox <pde-build-inbox> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | alexsani, jeffmcaffer, picard |
| Version: | 3.2 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Sebastian Davids
Moving to PDE Build for comment. In this particular case some of the version qualifier is generated which adds to bulk. I'm also not sure why, for example the databinding plugin is qualified with what appears to be a build ID rather than a CVS tag but anyway, we are open to suggestions for how to work around this. Iin the source plugin case there are clearly things that we can and should do. for example, putting the source in jars would be one thing. There is no real reason that the the whole source plugin could not be in one JAR. >There is no real reason that the the whole source plugin could not be in one JAR.
If I remember properly, the reason was that pde could not support nested zips.
Of course we could simply change the shape of source plug-ins to be jared and replace the src.zip by a folder which would contain the source code, but that would likely require more work than we want to do for 3.2.
definitely more than we want for 3.2. The issue is around source look up. PDE should be able to serve up the source regardless of how it is packaged etc. *** Bug 141433 has been marked as a duplicate of this bug. *** Just tried to unzip the new GMF-examples-2.0M3 into a standard: "C:\eclipse\products\GMF-examples-2.0M3\" and i get the same errors with instance such as: C:\eclipse\products\GMF-examples-2.0M3\eclipse\plugins\org.eclipse.gmf.examples.source_1.0.0.v20061013-1330\src\org.eclipse.gmf.examples.runtime.diagram.logic.model.edit_1.0.1.v20061013-1330\icons\full\ctool16\CreateContainerElement_Element_WireConnectionPoint.gif C:\eclipse\products\GMF-examples-2.0M3\eclipse\plugins\org.eclipse.gmf.examples.source_1.0.0.v20061013-1330\src\org.eclipse.gmf.examples.runtime.diagram.logic.model.edit_1.0.1.v20061013-1330\icons\full\ctool16\CreateContainerElement_children_InputOutputTerminal.gif C:\eclipse\products\GMF-examples-2.0M3\eclipse\plugins\org.eclipse.gmf.examples.source_1.0.0.v20061013-1330\src\org.eclipse.gmf.examples.runtime.diagram.logic.model.edit_1.0.1.v20061013-1330\icons\full\ctool16\CreateContainerElement_children_WireConnectionPoint.gif this is a real problem and it is very annoying. What is the suggested work-around? Alain, did you get an error while unzipping? *** This bug has been marked as a duplicate of bug 175714 *** |