-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable unwanted modules by default #64
Comments
Could probably be solved in context of ticket #57. could we treat this ticket as duplicate and you paste your findings there? |
It probably could be solved there but this is something that could discourage contributors so I've marked it as a bug so it'll will have a little higher priority. |
:-) This pop-up is the result from fixing the issue of #60. With the fix from PR #61, the messages from the endpoint are downloaded correctly by the See the message here: tr-pc/modules/au.com.trgtd.tr.task.messages/test/unit/src/au/com/trgtd/tr/task/messages/messages.xml Line 3 in 4b8f107
It is true, that we should not show that outdated message once we release a version 4.0.0. Until then, I don't mind. To not show the version, @clairelema should remove it from the XML. |
I found a link to an article stating that those symptoms may be caused by an outdated netbeans cache. Deleting the cached files may resolve it. After having deleted my netbeans cache (on my linux system |
Unfortunately, it's still present on my RHEL system after cache deletion. |
@RadekCap We might be able to close it now, what do you think? |
Yes |
By #61 we probably introduced loading of some modules. When you run application from the latest source code, the message box appear with warning:
Warning - could not install some modules: JSch Agent Proxy library - The module named com.jcraft.jsch was needed and not found.
HTML Validation - The module named org.apache.commons.logging was needed and not found.
Mylyn Support Utilities - The module named org.eclipse.mylyn.commons.net was needed and not found.
Mylyn Support Utilities - The module named org.eclipse.mylyn.tasks.core was needed and not found.
Mylyn Support Utilities - The module named org.eclipse.core.jobs was needed and not found.
Mylyn Support Utilities - The module named org.eclipse.mylyn.wikitext.core was needed and not found.
Mylyn Support Utilities - The module named org.eclipse.equinox.common was needed and not found.
Mylyn Support Utilities - The module named org.eclipse.core.runtime was needed and not found.
Local Tasks - The module named org.eclipse.mylyn.tasks.core was needed and not found.
Local Tasks - The module named org.eclipse.equinox.common was needed and not found.
Local Tasks - The module named org.eclipse.core.runtime was needed and not found.
Bugzilla - The module named org.eclipse.mylyn.commons.net was needed and not found.
Bugzilla - The module named org.eclipse.mylyn.bugzilla.core was needed and not found.
Bugzilla - The module named org.eclipse.mylyn.tasks.core was needed and not found.
Bugzilla - The module named org.eclipse.equinox.common was needed and not found.
Bugzilla - The module named org.apache.commons.httpclient was needed and not found.
Bugzilla - The module named org.eclipse.core.runtime was needed and not found.
Native Execution - The module named com.jcraft.jsch was needed and not found.
TextMate Lexer - The module named com.google.gson was needed and not found.
LSP Client - The module named com.google.guava was needed and not found.
LSP Client - The module named com.google.gson was needed and not found.
Git Client Library - The module named org.eclipse.jgit was needed and not found.
Git Client Library - The module named com.jcraft.jsch was needed and not found.
Git - The module named org.eclipse.jgit was needed and not found.
10 further modules could not be installed due to the above problems.
It appears just only one, it's skippable and never occurs again. I'm not sure if this is worth to solve but a new collaborators could be a little bit scared but his huge warning :)
The text was updated successfully, but these errors were encountered: