-
Hi ndox,
Did you release the new version?I couldnt find it in the maven repository.
Thanks,
2009-12-15 10:05:21 UTC in XRadar
-
Hi,
We have an error as i wrote below.It started after i committed the pom.xml to the server.
The error log is the result of the command "mvn site".It works normal on the local pc but ıt gives the error only on the server that has
Bamboo(continuous integration tool) on it.
What may be the cause of the problem,any ideas?
Thanks,
Caner,
ERROR...
2009-11-17 11:55:47 UTC in XRadar
-
RC1 version doesnt work with even this workaround.It has the same problem we discussed in other forum subject.The error is:
Error during page generation
Embedded error: Error rendering Maven report: Unable to configure Xradar
C:\dev\projects\project\runtime\trunk\project-base\target\site\xradar\xml\masterreport_final.xml (The system cannot find the file specified)
2009-11-06 12:25:56 UTC in XRadar
-
Hi,
I have found a solution.For details,you can look at http://jira.codehaus.org/browse/MNG-3808.
In short words,plugins/reports are executed in alphabetic order (first by groupId, then by artifactId) and it works fine when i define the groupId as "zz.sf.xradar" (in my local repo).
Other problem with the 1.2-RC-1 version still continues. I hope, it will be resolved in the final release,so...
2009-11-06 09:46:51 UTC in XRadar
-
As far as i understand,xradar works before other plugins execute and generate their result(xml files).How can i make xradar work as the last reporting plugin?Adding xradar as the last plugin to the reporting sectiong clearly doesnt work.
2009-09-18 11:41:22 UTC in XRadar
-
I have tried both true and false,but no change.I dont understand why it can use only jdepend plugin.Trace of this can be seen above,in my first post.
2009-09-15 14:30:44 UTC in XRadar
-
it doesnt work either.Xradar needs two consecutive mvn site executions.At the first execution of "site" goal,it cant use some plugins information(
[INFO] Report:pmd
[INFO] ->Input file:C:\dev\projects\project1\runtime\trunk\project1-cmd\target\pmd.xml
[INFO] Report pmd was not added, because C:\dev\projects\project1\runtime\trunk\project1-cmd\target\pmd.xml does not exist or is...
2009-09-15 13:50:19 UTC in XRadar
-
As far as i know, it is possible to define multiple goals in one maven command.It is the way we do all the time.(on a multimodule maven project)I didnt understand why i have to run separately mvn clean and mvn site.
I have declared xradar as the last reporting plugin in pom.xml and i expect that xradar can see and use other plugins' result xml files.(in a "mvn clean site -P...
2009-09-15 10:55:24 UTC in XRadar
-
Also there is an another interesting error.when i execute mvn site and then mvn net.sf.xradar:maven-xradar-plugin:audit i get the error below.It gives the same error when autoradar is set to true without declaring some of the necessary plugins(e.g. javancss).I have googled it and tried some suggestions but didn't help.My maven local repository is not in the default directory but its...
2009-09-14 15:46:37 UTC in XRadar
-
sorry, i cant.Anyway,i am trying the 1.2-beta-1 version now.(tired of dealing with the RC1 version.)thanks for the great help.
2009-09-14 15:06:37 UTC in XRadar