Community
Participate
Working Groups
Source jars from download.eclipse.org/tools/mylyn/update/e3.4 are incomplete for Mylyn 3.2.2 Release, at least .css and .properties are missing for org.eclipse.mylyn.wikitext.ui.source_1.1.2.v20090912-0400-e3x.jar
David, can you check what WikiText is missing and make a patch that can be back-ported to 3.2.3?
Sure! Can you remind me where in the build we're creating these source plug-ins?
The source plug-ins are created by the SDK features. To fix this bug I think all we need to do is add the missing files to the build.properties for the respective plug-ins.
Documentation on "PDEBuild/Individual Source Bundles":http://wiki.eclipse.org/PDEBuild/Individual_Source_Bundles Doesn't appear to contain information on how to modify the source file includes. Any ideas Chris?
Created attachment 149025 [details] patch
Created attachment 149026 [details] mylyn/context/zip
As far as I know it is controlled through each plug-in's build.properties (see patch).
Steffen, I don't think that your attached patch will fix the issue. The issue is with respect to resource bundles and other resources in the src folder (*.css, *.properties)
Oh, I see. Then I'll let you figure out how to get those into the build :).
@yaumunlam can you state your use case? These files are already included in org.eclipse.mylyn.wikitext.ui. Why are they needed in the source bundle?
(In reply to comment #10) > @yaumunlam can you state your use case? These files are already included in > org.eclipse.mylyn.wikitext.ui. Why are they needed in the source bundle? I need to change some of the source code of the source bundle by importing it as importing from cvs server is very slow (always timeout).
I'll remove the milestone for now since we have already in the process of preparing the final build for 3.3. We can consider this for 3.2.3 or 3.4 if there is a straight forward solution.
(In reply to comment #11) > I need to change some of the source code of the source bundle by importing it > as importing from cvs server is very slow (always timeout). The source plug-ins are not intended as a means to distribute the source code for rebuilding WikiText. For that I recommend obtaining source directly from CVS. If you're having issues with the CVS server, please file a bug with the specifics of your issue. As a workaround in your case, you could extract the non-Java resources (eg: plugin.xml, MANIFEST.MF, images, *.css, *.properties, etc.) from the plug-in jars.