You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Everybody,
I would like to know How I can export my PMD PLUGIN RULES CONFIGURATION on several computers.
Let's assume that we have 3 PC computers with exactly the same JVM, the same version of Eclipse, the same version of PMD plugins, ...
Attached file shows what I call PMD PLUGIN RULES CONFIGURATION :
Some rules are activated, others aren't, ...
I would like to find a mean for having exactly the same rules activated in Eclipse on the other computers.
I tried to figure it out by using the button "export the ruleset" :
But I never could import that ruleset in another ECLIPSE and having the same PMD PLUGIN RULES CONFIGURATION.
does anybody have an idea please ?
Best regards
Daniel
The text was updated successfully, but these errors were encountered:
adangel
changed the title
How can I export my PMD PLUGIN RULES CONFIGURATION on different computers
How can I export my rules configuration on different computers
Jun 11, 2019
adangel
changed the title
How can I export my rules configuration on different computers
How can I export my rules configuration on different computers?
Jun 11, 2019
I guess, this functionality is indeed missing.
You can try the following workarounds:
Delete the rules, that you have not activated. Then export the rule set. The on the other eclipse installation, import the rule set and enable all rules.
Exit eclipse. Copy the files ${workspace}/.metadata/.plugins/org.eclipse.core.runtime/.settings/net.sourceforge.pmd.eclipse.plugin.prefs and ${workspace}/.metadata/.plugins/net.sourceforge.pmd.eclipse.plugin/ruleset.xml manually to the other eclipse installation's workspace. Then start eclipse again.
adangel
changed the title
How can I export my rules configuration on different computers?
Export PMD configuration for use on different installations
Jun 11, 2019
Hi Everybody,
I would like to know How I can export my PMD PLUGIN RULES CONFIGURATION on several computers.
Let's assume that we have 3 PC computers with exactly the same JVM, the same version of Eclipse, the same version of PMD plugins, ...
Attached file shows what I call PMD PLUGIN RULES CONFIGURATION :
Some rules are activated, others aren't, ...
I would like to find a mean for having exactly the same rules activated in Eclipse on the other computers.
I tried to figure it out by using the button "export the ruleset" :
But I never could import that ruleset in another ECLIPSE and having the same PMD PLUGIN RULES CONFIGURATION.
does anybody have an idea please ?
Best regards
Daniel
The text was updated successfully, but these errors were encountered: