|
Hi
I am using maven to analyse one the projects in my application.
When I run the analysis using the pom.xml attached in the mail, I am not getting any errors. But I am not able to see any details in the dashboard or even the LOC in the Home Page. Can you please help me in trying to find out what could be the problem?
Regards
Srividya.
PS:
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
Hi
Srividya
Please confirm that you try to analyze a Java project. I see something very strange also in your pom.xml file . Why do you exclude all files in maven-compiler-plugin ?
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId> <configuration>
<source>1.5</source> <target>1.5</target> <excludes>
<exclude>**/*.*</exclude> </excludes>
</configuration> Regards Patroklos
2012/6/22 Srividya Nagarajan <[hidden email]>
|
|
Hi Papapetrou
It is a Java Project. But it also references other Java projects in the application. I changed the pom.xml with different suggested ones. Here is the pom.xml without the excludes and the same result : not able to see any output in the dashboard.
Regards
Srividya.
On Fri, Jun 22, 2012 at 1:31 PM, Papapetrou P.Patroklos <[hidden email]> wrote: Hi Srividya --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
Hi again
Srividya
Can you confirm that your source code files are placed in directory C:\ccrc_views\UI\nsrividy_omf_brs24_0_1\vobs\OMFVOB\omf_
source\CustomerRequestRetrieve\src ? This the directory where Sonar looks to find them according to log file. 2012/6/22 Srividya Nagarajan <[hidden email]>
|
|
Hi Patroklos
Yes the source code files are under C:\ccrc_views\UI\nsrividy_omf_brs24_0_1\vobs\OMFVOB\omf_
source\CustomerRequestRetrieve\src. But they are under a package structure. Not directly under 'src' folder.
Regards
Srividya
On Fri, Jun 22, 2012 at 3:41 PM, Papapetrou P.Patroklos <[hidden email]> wrote: Hi again Srividya |
|
Hi
Since I am not getting any error when running the analysis, I am not able to find out why the results are not coming up the dashboard. Can you please help me find out what could be the problem? Is there any debug mode to get more details during analysis? Regards Srividya. On 6/22/12, Srividya Nagarajan <[hidden email]> wrote: > Hi Patroklos > Yes the source code files are under > C:\ccrc_views\UI\nsrividy_omf_brs24_0_1\vobs\OMFVOB\omf_ > source\CustomerRequestRetrieve\src. But they are under a package structure. > Not directly under 'src' folder. > > Regards > Srividya > > On Fri, Jun 22, 2012 at 3:41 PM, Papapetrou P.Patroklos < > [hidden email]> wrote: > >> Hi again Srividya >> >> Can you confirm that your source code files are placed in >> directory C:\ccrc_views\UI\nsrividy_omf_brs24_0_1\vobs\OMFVOB\omf_ >> source\CustomerRequestRetrieve\src ? >> This the directory where Sonar looks to find them according to log file. >> Regards >> Patroklos >> Master Sonar with Sonar in Action book by Manning >> Publications<http://affiliate.manning.com/idevaffiliate.php?id=1233_299> >> >> >> 2012/6/22 Srividya Nagarajan <[hidden email]> >> >>> Hi Papapetrou >>> >>> It is a Java Project. But it also references other Java projects in the >>> application. I changed the pom.xml with different suggested ones. Here >>> is >>> the pom.xml without the excludes and the same result : not able to see >>> any >>> output in the dashboard. >>> >>> Regards >>> Srividya. >>> >>> On Fri, Jun 22, 2012 at 1:31 PM, Papapetrou P.Patroklos < >>> [hidden email]> wrote: >>> >>>> Hi Srividya >>>> Please confirm that you try to analyze a Java project. I see something >>>> very strange also in your pom.xml file . Why do you exclude all filesin >>>> maven-compiler-plugin >>>> ? >>>> >>>> <groupId>org.apache.maven.plugins</groupId> >>>> <artifactId>maven-compiler-plugin</artifactId> >>>> <configuration> >>>> <source>1.5</source> >>>> <target>1.5</target> >>>> <excludes> >>>> *<exclude>**/*.*</exclude> * >>>> </excludes> >>>> </configuration> >>>> >>>> Regards >>>> Patroklos >>>> Master Sonar with Sonar in Action book by Manning >>>> Publications<http://affiliate.manning.com/idevaffiliate.php?id=1233_299> >>>> >>>> >>>> 2012/6/22 Srividya Nagarajan <[hidden email]> >>>> >>>>> Hi >>>>> >>>>> I am using maven to analyse one the projects in my application. >>>>> When I run the analysis using the pom.xml attached in the mail, I am >>>>> not getting any errors. But I am not able to see any details in the >>>>> dashboard or even the LOC in the Home Page. Can you please help me in >>>>> trying to find out what could be the problem? >>>>> >>>>> Regards >>>>> Srividya. >>>>> >>>>> PS: >>>>> >>>>> >>>>> --------------------------------------------------------------------- >>>>> To unsubscribe from this list, please visit: >>>>> >>>>> http://xircles.codehaus.org/manage_email >>>>> >>>>> >>>> >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe from this list, please visit: >>> >>> http://xircles.codehaus.org/manage_email >>> >>> >> > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
Hi Srividya,
There can be only two possible explanations :
Freddy -----
Sonar for Continuous Inspection
On Sat, Jun 23, 2012 at 3:55 AM, Srividya Nagarajan <[hidden email]> wrote: Hi |
|
Hi
The java files are not directly under "src" folder: But they are under a package structure. I am attaching the structure along with this mail. Regards Srividya On 6/24/12, Freddy Mallet <[hidden email]> wrote: > Hi Srividya, > > There can be only two possible explanations : > > - Either the > directory > C:\ccrc_views\UI\nsrividy_omf_brs24_0_1\vobs\OMFVOB\omf_source\CustomerRequestRetrieve\src > is empty > - Or this directory contains some java source files whose extension is > not ".java" > > Kind regards, > Freddy > > ----- > twitter.com/FreddyMallet > Sonar for Continuous Inspection > > > > On Sat, Jun 23, 2012 at 3:55 AM, Srividya Nagarajan < > [hidden email]> wrote: > >> Hi >> >> Since I am not getting any error when running the analysis, I am not >> able to find out why the results are not coming up the dashboard. Can >> you please help me find out what could be the problem? Is there any >> debug mode to get more details during analysis? >> >> Regards >> Srividya. >> >> On 6/22/12, Srividya Nagarajan <[hidden email]> wrote: >> > Hi Patroklos >> > Yes the source code files are under >> > C:\ccrc_views\UI\nsrividy_omf_brs24_0_1\vobs\OMFVOB\omf_ >> > source\CustomerRequestRetrieve\src. But they are under a package >> structure. >> > Not directly under 'src' folder. >> > >> > Regards >> > Srividya >> > >> > On Fri, Jun 22, 2012 at 3:41 PM, Papapetrou P.Patroklos < >> > [hidden email]> wrote: >> > >> >> Hi again Srividya >> >> >> >> Can you confirm that your source code files are placed in >> >> directory C:\ccrc_views\UI\nsrividy_omf_brs24_0_1\vobs\OMFVOB\omf_ >> >> source\CustomerRequestRetrieve\src ? >> >> This the directory where Sonar looks to find them according to log >> >> file. >> >> Regards >> >> Patroklos >> >> Master Sonar with Sonar in Action book by Manning >> >> Publications<http://affiliate.manning.com/idevaffiliate.php?id=1233_299 >> > >> >> >> >> >> >> 2012/6/22 Srividya Nagarajan <[hidden email]> >> >> >> >>> Hi Papapetrou >> >>> >> >>> It is a Java Project. But it also references other Java projects in >> >>> the >> >>> application. I changed the pom.xml with different suggested ones. >> >>> Here >> >>> is >> >>> the pom.xml without the excludes and the same result : not able to >> >>> see >> >>> any >> >>> output in the dashboard. >> >>> >> >>> Regards >> >>> Srividya. >> >>> >> >>> On Fri, Jun 22, 2012 at 1:31 PM, Papapetrou P.Patroklos < >> >>> [hidden email]> wrote: >> >>> >> >>>> Hi Srividya >> >>>> Please confirm that you try to analyze a Java project. I see >> >>>> something >> >>>> very strange also in your pom.xml file . Why do you exclude all >> filesin >> >>>> maven-compiler-plugin >> >>>> ? >> >>>> >> >>>> <groupId>org.apache.maven.plugins</groupId> >> >>>> <artifactId>maven-compiler-plugin</artifactId> >> >>>> <configuration> >> >>>> <source>1.5</source> >> >>>> <target>1.5</target> >> >>>> <excludes> >> >>>> *<exclude>**/*.*</exclude> * >> >>>> </excludes> >> >>>> </configuration> >> >>>> >> >>>> Regards >> >>>> Patroklos >> >>>> Master Sonar with Sonar in Action book by Manning >> >>>> Publications< >> http://affiliate.manning.com/idevaffiliate.php?id=1233_299> >> >>>> >> >>>> >> >>>> 2012/6/22 Srividya Nagarajan <[hidden email]> >> >>>> >> >>>>> Hi >> >>>>> >> >>>>> I am using maven to analyse one the projects in my application. >> >>>>> When I run the analysis using the pom.xml attached in the mail, I >> >>>>> am >> >>>>> not getting any errors. But I am not able to see any details in the >> >>>>> dashboard or even the LOC in the Home Page. Can you please help me >> >>>>> in >> >>>>> trying to find out what could be the problem? >> >>>>> >> >>>>> Regards >> >>>>> Srividya. >> >>>>> >> >>>>> PS: >> >>>>> >> >>>>> >> >>>>> --------------------------------------------------------------------- >> >>>>> To unsubscribe from this list, please visit: >> >>>>> >> >>>>> http://xircles.codehaus.org/manage_email >> >>>>> >> >>>>> >> >>>> >> >>> >> >>> >> >>> --------------------------------------------------------------------- >> >>> To unsubscribe from this list, please visit: >> >>> >> >>> http://xircles.codehaus.org/manage_email >> >>> >> >>> >> >> >> > >> >> --------------------------------------------------------------------- >> To unsubscribe from this list, please visit: >> >> http://xircles.codehaus.org/manage_email >> >> >> > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
I really can't think for anything more except that the complete file path it's maybe too large to handled by Sonar?
I don't know...
2012/6/25 Srividya Nagarajan <[hidden email]> Hi |
| Powered by Nabble | Edit this page |
