Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 2.12
-
Fix Version/s: None
-
Component/s: Quality Profile
-
Labels:None
-
Environment:Linux 2.6.18-194.3.1.el5 #1 SMP x86_64 / MySQL 5.0.77 / Java 1.6.0_23-b05 / Sonar 2.12
-
Number of attachments :
Description
Analyzing a maven multi modules project with java and flex language doesn't work for Flex module.
In the Flex maven module, some properties have been setted:
<properties>
<sonar.language>flex</sonar.language>
<sonar.dynamicAnalysis>false</sonar.dynamicAnalysis>
<sonar.profile>Generali Flex</sonar.profile>
</properties>
It works with Sonar 2.11 but not in Sonar 2.12.
log with 2.11 (CICONQUETE-SONARCONQUETE-JOB1-678.log.WithSonar2.11.txt):
------------- Analyzing Generali :: conquete-flex-app build 30-Nov-2011 03:46:25 [INFO] Selected quality profile : [name=Generali Flex,language=flex]
log with 2.12 ()
[INFO] ------------------------------------------------------------------------ build 01-Dec-2011 03:53:19 [ERROR] FATAL ERROR build 01-Dec-2011 03:53:19 [INFO] ------------------------------------------------------------------------ build 01-Dec-2011 03:53:19 [INFO] Quality profile not found : Generali Flex, language java build 01-Dec-2011 03:53:19 [INFO] ------------------------------------------------------------------------
Sonar looks for a Flex quality profile with a java language for the Flex module but the language should be flex.
Issue Links
- duplicates
-
SONAR-2602
Make it possible to analyse a multi-modules project whose some modules have different language (sonar.language)
-
Hello Vincent, I can perfectly understand that this is a blocker issue for you but a blocker issue means that all Sonar users are highly impacted by this bug which is not the case. So I'm going to decrease the priority of this bug.
Thanks for your understanding