fastconnect / tibco-codereview

FastConnect TIBCO Factory - Code Review tool for TIBCO BusinessWorks projects
http://fastconnect.github.io/tibco-factory/code-review-plugin/
Apache License 2.0
5 stars 7 forks source link

The rule 'FCCodeReviewRepository:NEW-001' does not exist. #3

Open ChickyD opened 7 years ago

ChickyD commented 7 years ago

Hi Team

I tried to create a new rule for BW code review.

I get the below exception while trying to run an FC code analysis with the sonar plugin. I also tried to update Sonarqube configuration with this command run on a project with the custom rules but could not as I got rules.xml with no rules in it. Could you please advise on how do I get around this?

mvn clean code-review:generate-sonar-rules

[ERROR] Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.2:sonar (default-cli) on project simpleproject: The rule 'FCCodeReviewRepository:NEW-001' does not exist. -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.2:sonar (default-cli) on project simpleproject: The rule 'FCCodeReviewRepository:NEW-001' does not exist. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288) at org.apache.maven.cli.MavenCli.main(MavenCli.java:199) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356) Caused by: org.apache.maven.plugin.MojoExecutionException: The rule 'FCCodeReviewRepository:NEW-001' does not exist. at org.sonarsource.scanner.maven.bootstrap.ExceptionHandling.handle(ExceptionHandling.java:36) at org.sonarsource.scanner.maven.bootstrap.ScannerBootstrapper.execute(ScannerBootstrapper.java:81) at org.sonarsource.scanner.maven.SonarQubeMojo.execute(SonarQubeMojo.java:122) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207) ... 20 more Caused by: The rule 'FCCodeReviewRepository:NEW-001' does not exist.

ChickyD commented 7 years ago

Do I have to include the rule some where in the code-review-sonar-plugin?

ChickyD commented 7 years ago

I am just tyring to understand how to add a new rule and make it visible in the BW profile in SonarQube. I tried doing what was mentioned on the usage age but got an empty rules file created.

Please advise.

Regards, Ashish Sharma.