Community
Participate
Working Groups
Steps to reproduce: # go to the Java perspective # using the PDE wizard, create a new plug-in project # Proceed through the wizrad and uncheck 'Generate Activator', 'Contributes to UI' and 'Use a template' options # press 'Finish' # press 'no' when it asks to switch to the plug-in perspective # Right-click on the new plug-in project in the Package Explorer view, select 'PDE Tools -> Externalize Strings' from the context menu # Observe that the new plug-in project does not appear in the wizard, despite the fact that it has externalizable strings in the MANIFEST.MF Problem discovered using Version: 3.5.0 Build id: I20090505-2000
Created attachment 134718 [details] the plug-in project that cannot have strings externalized
Using Eclipse 3.4.2 the Externalize Strings wizard works fine on the same project (even though the project was created in Eclipse 3.5)
Using I20090505-2000, this works for me. There is one string to externalize - the name of the bundle.
This works for me also.
tagging as such
Works for me when in a newly-created workspace. This problem seems to be specific to a workspace.
Created attachment 134813 [details] patch that avoids NPE the problem occurs when an exsd schema element is not found. Attached a patch that avoids the NPE that was causing the wizard to fail.
done. > 20090507 Thanks for the persistence and the patch David.
Created attachment 134829 [details] mylyn/context/zip
Verified.
Thanks for the quick response! I love the PDE tools btw.