| Summary: | plugin list: "Reload all" doesn't give a result on error | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Mark Macdonald <mamacdon> |
| Component: | Client | Assignee: | Project Inbox <orion.client-inbox> |
| Status: | RESOLVED WONTFIX | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 0.5 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
I know I've seen it give the successful "Reloaded N plugins" message, so this is likely an error case. We also could do better with progress reporting so that you wouldn't have to wait so long to see anything. Closing as part of a mass clean up of inactive bugs. Please reopen if this problem still occurs or is relevant to you. For more details see: https://dev.eclipse.org/mhonarc/lists/orion-dev/msg03444.html Closing as part of a mass clean up of inactive bugs. Please reopen if this problem still occurs or is relevant to you. For more details see: https://dev.eclipse.org/mhonarc/lists/orion-dev/msg03444.html |
I20120417-2230 1. Go to the Settings page, Plugins category 2. Click "Reload all" 3. Watching the network log, I can see that the plugins are being reloaded. But I never see a result message like "Reloaded xx plugins". These errors appear in the log during the reload: > GET http://localhost:8080/plugins/nls/en-US/messages.js 404 (ProxyServlet: /plugins/nls/en-US/messages.js) :8080/orion/i18n.js:36 > GET http://localhost:8080/plugins/nls/en/messages.js 404 (ProxyServlet: /plugins/nls/en/messages.js) :8080/orion/i18n.js:36 > GET http://localhost:8080/plugins/nls/en-US/messages.js 404 (ProxyServlet: /plugins/nls/en-US/messages.js) i18n.js:36 > GET http://localhost:8080/plugins/nls/en/messages.js 404 (ProxyServlet: /plugins/nls/en/messages.js) So perhaps the page is not handling the error case. I'd at least expect to see something like "Reloaded xx plugins, yy had errors".