Re: generate link css on maven reports

2008-06-02 Thread ggalou08
It works, thank you ! ggalou08 wrote: > > hi ! > > I generate a site with maven reports and in the code source I see a link > on a css file : print.css. > > This file doesn't exist, and i wonder if I can force Maven not to generate > this link or if it'

Re: generate link css on maven reports

2008-06-02 Thread Paul Davis
actually, it's so you can add your own css at: src/site/resources/css/ in your project and have it used in the site On Mon, Jun 2, 2008 at 2:03 AM, ggalou08 <[EMAIL PROTECTED]> wrote: > > hi ! > > I generate a site with maven reports and in the code source I see

generate link css on maven reports

2008-06-02 Thread ggalou08
hi ! I generate a site with maven reports and in the code source I see a link on a css file : print.css. This file doesn't exist, and i wonder if I can force Maven not to generate this link or if it's just a bug ?!? this is the source : @import url("./css

Re: Aggregated maven reports

2007-11-13 Thread Mick Knutson
The more I played with this, I am finding that it is a bug in yDoc when adding the aggregate tag. I am sending an email to them. On 11/13/07, Dennis Lundberg <[EMAIL PROTECTED]> wrote: > > This works only for plugins that support aggregated reports. These > plugins usually have a configuration el

Re: Aggregated maven reports

2007-11-13 Thread Dennis Lundberg
This works only for plugins that support aggregated reports. These plugins usually have a configuration element true See the javadoc plugin docs for an example: http://maven.apache.org/plugins/maven-javadoc-plugin/examples/aggregate.html Vishal Pahwa wrote: Hi We are using maven2.0.6 for

RE: Aggregated maven reports

2007-11-13 Thread dvicente
the project guys are doing the same they display the > site on tomcat but donno how they have achieved the same. > > Regards > Vishal. > > -Original Message- > From: Erez Nahir [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 13, 2007 3:25 PM > To: Maven Use

RE: Aggregated maven reports

2007-11-13 Thread Sinduria,Anuradha
ollow parent child POM methodology. Thanks and Regards, Anuradha Sinduria -Original Message- From: Vishal Pahwa [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 13, 2007 3:35 PM To: Maven Users List; [EMAIL PROTECTED] Subject: RE: Aggregated maven reports Hi We are already using this p

RE: Aggregated maven reports

2007-11-13 Thread Vishal Pahwa
: Erez Nahir [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 13, 2007 3:25 PM To: Maven Users List Subject: Re: Aggregated maven reports Hi Vishal, Have a look at http://mojo.codehaus.org/dashboard-maven-plugin/. Erez. Vishal Pahwa wrote: > Hi > > We are using maven2.0.6 for our mul

Re: Aggregated maven reports

2007-11-13 Thread Erez Nahir
Hi Vishal, Have a look at http://mojo.codehaus.org/dashboard-maven-plugin/. Erez. Vishal Pahwa wrote: Hi We are using maven2.0.6 for our multi module project. For reports we ae using various plugins like javadoc plugin, Emma plugin, pmd plugin, depend plugin and so on. But the problem we are

Aggregated maven reports

2007-11-13 Thread Vishal Pahwa
Hi We are using maven2.0.6 for our multi module project. For reports we ae using various plugins like javadoc plugin, Emma plugin, pmd plugin, depend plugin and so on. But the problem we are facing is we got the reports in each of the module individually but we have defined plugins only at the

About create maven reports with chinese .

2007-01-18 Thread fy
I want create a site with chinese,hot I to do? -- View this message in context: http://www.nabble.com/About-create-maven-reports-with-chinese-.-tf3033323s177.html#a8428153 Sent from the Maven - Users mailing list archive at Nabble.com

About create maven reports with chinese .

2007-01-16 Thread fy
I want create maven reports with chinese,what I to do? -- View this message in context: http://www.nabble.com/About-create-maven-reports-with-chinese-.-tf3024710s177.html#a8402755 Sent from the Maven - Users mailing list archive at Nabble.com

Maven reports test failiure eventhough tests ran fine ?

2006-05-21 Thread Shukla, Sanjay
See output below, surefire summary says - 3 test run and 0 failure or error, but build error is caused. Any idea, can I provide more info for the same ? serialNo=1, model=Roadmaster, status=Fair, bikeId=101, weight=15.0} [DEBUG] 13:51:11 Printer - com.mhe.common.api.model.Bike{reservations=[R

Re: [M 1.1b1] Maven-Reports: Encoding Problems

2005-11-25 Thread Gisbert Amm
That did it. Thank you! Gisbert Amm Lukas Theussl wrote: For this you probably have to set the maven.compile.encoding option of the java plugin. Gisbert Amm wrote: With the described workaround I face another problem: In some of our sources there is code to replace non-ASCII characters li

Re: [M 1.1b1] Maven-Reports: Encoding Problems

2005-11-24 Thread Lukas Theussl
For this you probably have to set the maven.compile.encoding option of the java plugin. HTH, Lukas Gisbert Amm wrote: With the described workaround I face another problem: In some of our sources there is code to replace non-ASCII characters like that: for(int i=0; i < length; i++) {

Re: [M 1.1b1] Maven-Reports: Encoding Problems

2005-11-24 Thread Gisbert Amm
With the described workaround I face another problem: In some of our sources there is code to replace non-ASCII characters like that: for(int i=0; i < length; i++) { char c = input.charAt(i); switch(c) { case 'Ä': builder.append("Ae"); break;

Re: [M 1.1b1] Maven-Reports: Encoding Problems

2005-11-16 Thread Gisbert Amm
I finally found something I consider a workaround for the checkstyle report (I already use the 3.0-SNAPSHOT of the plugin) and the xdocs: I'v changed the locale settings on my SuSE 9.1 system like that export LANG=de_DE.utf8 export LC_CTYPE=de_DE.utf8 (setting of LC_CTYPE was necessary aswell)

Re: [M 1.1b1] Maven-Reports: Encoding Problems

2005-11-16 Thread clark . rao
cc: 16/11/2005 17:47 Subject: Re: [M 1.1b1] Maven-Reports: Encoding Problems Please

Re: [M 1.1b1] Maven-Reports: Encoding Problems

2005-11-16 Thread Gisbert Amm
u! Gisbert -Message d'origine- De : Gisbert Amm [mailto:[EMAIL PROTECTED] Envoyé : mardi 15 novembre 2005 16:08 À : Maven Users List Objet : [M 1.1b1] Maven-Reports: Encoding Problems We face encoding problems with the Maven-Reports. The output is declared to be ISO-8859-1 (Latin 1), but it

Re: [M 1.1b1] Maven-Reports: Encoding Problems

2005-11-15 Thread Lukas Theussl
ssage d'origine- De : Lukas Theussl [mailto:[EMAIL PROTECTED] Envoyé : mercredi 16 novembre 2005 00:03 À : Maven Users List Objet : Re: [M 1.1b1] Maven-Reports: Encoding Problems For the checkstyle plugin this should be fixed in the current 3.0-SNAPSHOT (see http://jira.codehaus.org/browse/MP

RE: [M 1.1b1] Maven-Reports: Encoding Problems

2005-11-15 Thread Arnaud HERITIER
For checkstyle it fixes only the locale. It doesn't help for the encoding :-( Arnaud > -Message d'origine- > De : Lukas Theussl [mailto:[EMAIL PROTECTED] > Envoyé : mercredi 16 novembre 2005 00:03 > À : Maven Users List > Objet : Re: [M 1.1b1] Maven-Reports: E

Re: [M 1.1b1] Maven-Reports: Encoding Problems

2005-11-15 Thread Lukas Theussl
5 16:08 À : Maven Users List Objet : [M 1.1b1] Maven-Reports: Encoding Problems We face encoding problems with the Maven-Reports. The output is declared to be ISO-8859-1 (Latin 1), but it actually isn't (neither the XML nor the HTML). Non-ASCII characters like German umlauts are not tran

RE: [M 1.1b1] Maven-Reports: Encoding Problems

2005-11-15 Thread Arnaud HERITIER
> Envoyé : mardi 15 novembre 2005 16:08 > À : Maven Users List > Objet : [M 1.1b1] Maven-Reports: Encoding Problems > > We face encoding problems with the Maven-Reports. The output > is declared to be ISO-8859-1 (Latin 1), but it actually isn't > (neither the XML nor the

[M 1.1b1] Maven-Reports: Encoding Problems

2005-11-15 Thread Gisbert Amm
We face encoding problems with the Maven-Reports. The output is declared to be ISO-8859-1 (Latin 1), but it actually isn't (neither the XML nor the HTML). Non-ASCII characters like German umlauts are not transcoded properly. I noticed the same problem in the docs of the official

Re: How can I create the maven reports using ant?

2005-02-23 Thread Brett Porter
Most reports require information in the project.xml file and other properties. There's no reason you can't use both side by side - setup Maven with enough to run the reports, but continue to build with Ant. - Brett On Wed, 23 Feb 2005 16:23:05 -0500, Toma, Patrick <[EMAIL PROTECTED]> wrote: >

How can I create the maven reports using ant?

2005-02-23 Thread Toma, Patrick
> We are already using Ant for all of our builds and have no plans to switch > in the immediate future. > > I'd like to generate the reports however. Is there any way to do this > without converting my projects to Maven? > > Thanks, > Patrick > > Patrick Toma > Software Engineer > Cingular Wire

Re: multiproject site generation - maven reports

2004-02-20 Thread Fabio Uechi
I had already tried this. It didn't work. The report plugins are not being automatically invoked and as a consequence, the maven-reports page doesn't include any of them. Another detail, I have some custom navigation.xml files. I think that the aggregation problem could be due to their

Re: multiproject site generation - maven reports

2004-02-19 Thread Sebastien Sahuc
other 3. When I execute: maven multiproject:site The reactor is properly activated and all sites are generated. But it's not generating any of the maven-reports I'd defined in the master pom. After that I generated all reports manually: maven multiproject:goal -Dgoal=checkstyle maven multiproject:goal

Re: multiproject site generation - maven reports

2004-02-19 Thread Charles N. Harvey III
te The reactor is properly activated and all sites are generated. But it's not generating any of the maven-reports I'd defined in the master pom. After that I generated all reports manually: maven multiproject:goal -Dgoal=checkstyle maven multiproject:goal -Dgoal=javadoc etc.. And then

multiproject site generation - maven reports

2004-02-19 Thread Fabio Uechi
it's not generating any of the maven-reports I'd defined in the master pom. After that I generated all reports manually: maven multiproject:goal -Dgoal=checkstyle maven multiproject:goal -Dgoal=javadoc etc.. And then generated the site again. What I've noticed is that all genera

maven-reports

2003-09-16 Thread khote
Want: my extra FAQs in maven-reports.html In my root project.xml I register the faq plugin in the Then in the root maven.xml: as instructed. Now in attempt to add several other FAQs for my project members, I tried this in the same preGoal

RE: Unable to run maven reports

2003-08-26 Thread Brett Porter
sourceDirectory src or ${basedir}/src? Cheers, Brett > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 26 August 2003 10:37 AM > To: [EMAIL PROTECTED] > Subject: Unable to run maven reports > > > I am unable to run Source xref and PM

Unable to run maven reports

2003-08-26 Thread Srinivas Pavani
I am unable to run Source xref and PMD reports when I use non Maven standard directory layout. (Please don't flame for not using Maven's directory layout. Limitation exists for other reasons.) My directory layout: /projects/_maven /projects/_maven/plugins /projects/_maven/repository /projects/