Re: [m2][javadoc-plugin] currentYear, inceptionYear

2007-04-02 Thread shinsato
://www.nabble.com/-m2--javadoc-plugin--currentYear%2C-inceptionYear-tf2507450s177.html#a9800936 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

[m2][javadoc-plugin] currentYear, inceptionYear

2006-10-25 Thread Feniks Nator
Hello, from: http://maven.apache.org/plugins/maven-javadoc-plugin/javadoc-mojo.html I see that the default value for the 'botttom' parameter of the javadoc plugin has the followig value: Copyright copy; {inceptionYear}-{currentYear} {organizationName}. All Rights Reserved. But I can't figure

Re: [m2][Javadoc plugin] Javadoc report with Maven2

2006-03-08 Thread Stephen Duncan
I apologize for the vagueness, but to make sure the request didn't get lost, I created: http://jira.codehaus.org/browse/MPLUGIN-13 -Stephen On 3/7/06, Stephen Duncan [EMAIL PROTECTED] wrote: On 3/7/06, Oleg Kalnichevski [EMAIL PROTECTED] wrote: On Tue, 2006-03-07 at 17:25 -0500, Stephen

[m2][Javadoc plugin] Javadoc report with Maven2

2006-03-07 Thread Oleg Kalnichevski
Folks, I am currently in the process of migrating Jakarta HttpComponents project (formerly known as Commons HttpClient) from Maven1 to Maven2. I got the most of the fundamental stuff already in place. However, I am having difficulties with some of the reports that used to be quite easy with

Re: [m2][Javadoc plugin] Javadoc report with Maven2

2006-03-07 Thread Stephen Duncan
To include javadocs, jxr, and surefire (testing) reports to your site, as examples, add the following to your POM: reporting plugins plugin groupIdorg.apache.maven.plugins/groupId

Re: [m2][Javadoc plugin] Javadoc report with Maven2

2006-03-07 Thread Oleg Kalnichevski
On Tue, 2006-03-07 at 17:25 -0500, Stephen Duncan wrote: To include javadocs, jxr, and surefire (testing) reports to your site, as examples, add the following to your POM: reporting plugins plugin

Re: [m2][Javadoc plugin] Javadoc report with Maven2

2006-03-07 Thread Stephen Duncan
On 3/7/06, Oleg Kalnichevski [EMAIL PROTECTED] wrote: On Tue, 2006-03-07 at 17:25 -0500, Stephen Duncan wrote: To include javadocs, jxr, and surefire (testing) reports to your site, as examples, add the following to your POM: reporting plugins

Re: [m2][Javadoc plugin] Javadoc report with Maven2

2006-03-07 Thread Wayne Fay
For now, add it as a MiniGuide, call it MiniGuide-Reporting or something... I'm actually working on a few MiniGuides the last couple of days, based on conversations here in user@ and some on dev@ and will upload them at some point. http://docs.codehaus.org/display/MAVENUSER/Mini+Guides Sign up

Re: [m2][Javadoc plugin] Javadoc report with Maven2

2006-03-07 Thread Stephen Duncan
Well, it is in the Getting Started guide under Configuring Reports: http://maven.apache.org/guides/getting-started/index.html##How do I create documentation? The only other useful info I could imagine is a list of available report-generating plugins, but I'm not sure a Mini-Guide is the

Re: [m2][Javadoc plugin] Javadoc report with Maven2

2006-03-07 Thread Stephen Duncan
Ok, I went ahead and made a Wiki Page for reporting plugins: http://docs.codehaus.org/display/MAVENUSER/Reporting+Plugins For now I just added the ones I use. -Stephen On 3/7/06, Stephen Duncan [EMAIL PROTECTED] wrote: Well, it is in the Getting Started guide under Configuring Reports:

Re: [m2][Javadoc plugin] Javadoc report with Maven2

2006-03-07 Thread Wendy Smoak
On 3/7/06, Stephen Duncan [EMAIL PROTECTED] wrote: Ok, I went ahead and made a Wiki Page for reporting plugins: http://docs.codehaus.org/display/MAVENUSER/Reporting+Plugins For now I just added the ones I use. Thanks. :) I added a more complex example of using reportSets configure more than

Re: [m2][Javadoc plugin] Javadoc report with Maven2

2006-03-07 Thread Stephen Duncan
Very cool! I didn't know about that, thanks! On 3/7/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 3/7/06, Stephen Duncan [EMAIL PROTECTED] wrote: Ok, I went ahead and made a Wiki Page for reporting plugins: http://docs.codehaus.org/display/MAVENUSER/Reporting+Plugins For now I just added

Re: [m2][Javadoc plugin] Javadoc report with Maven2

2006-03-07 Thread Subhash Chandran
The doclet docletgr.spinellis.umlgraph.doclet.UmlGraph/doclet is not working for me... should I add any snapshot repository details in my pom? -- Regards, Subhash Chandran S Cross platform OpenSource Java based file encryption software: http://www.WizTools.org/project/WizCrypt/ On 3/7/06,

Re: [m2][Javadoc plugin] Javadoc report with Maven2

2006-03-07 Thread Wendy Smoak
On 3/7/06, Subhash Chandran [EMAIL PROTECTED] wrote: The doclet docletgr.spinellis.umlgraph.doclet.UmlGraph/doclet is not working for me... should I add any snapshot repository details in my pom? There is more info about UMLGraph and m2 here: * http://wiki.wsmoak.net/cgi-bin/wiki.pl?UMLGraph

Re: [m2][Javadoc plugin] Javadoc report with Maven2

2006-03-07 Thread Steven Coco
I wonder if I can bend your ear for another simple question about JavaDoc: I can't figure out how to specify the overview file. I have: src/main/java/overview.html for an overview file. In the JavaDoc plugin configuration, no matter what I try, I can't get anything inside the overview

[m2] javadoc plugin and offline links

2006-01-25 Thread D D
Hi, I'm trying to use the javadoc plugin (beta-3) in offline mode. It looked like it was not taking into account the offlineLinks parameter, so i looked into the sources and found something strange (in JavadocReport.java, line 829): if ( !isOffline ) { addLinkArguments( arguments );

Re: [m2] Javadoc plugin - using alternate UMLGraph doclet?

2006-01-14 Thread Wendy Smoak
On 1/9/06, Wendy Smoak [EMAIL PROTECTED] wrote: I tried configuring the javadoc plugin, plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-javadoc-plugin/artifactId configuration docletgr.spinellis.umlgraph.doclet.UmlGraph/doclet

[m2] Javadoc plugin - using alternate UMLGraph doclet?

2006-01-09 Thread Wendy Smoak
How do I do this (from Ant): javadoc sourcepathref=uml.source.path packagenames=* package=true doclet name=gr.spinellis.umlgraph.doclet.UmlGraph path=${basedir}/lib/UMLGraph.jar param name=-d value=${uml.dir}/ param name=-views/

[m2] javadoc plugin configuration

2005-12-01 Thread Martin van der Plas
Hi, Who can tell me in which part in pom.xml the javadoc plugin should be configured? It can be done in the plugins section of the pom or in the plugins section of the report section in the pom. Thanks -- Groeten, Martin mailto:[EMAIL PROTECTED] tel: +31 (0) 20-7988464 mob: +31 (0)

Re: [m2] javadoc plugin configuration

2005-12-01 Thread Allan Ramirez
Hi, Please refer to this page http://maven.apache.org/guides/mini/guide-configuring-plugins.html regards, -allan Martin van der Plas wrote: Hi, Who can tell me in which part in pom.xml the javadoc plugin should be configured? It can be done in the plugins section of the pom or in the

Re: [m2] javadoc plugin configuration

2005-12-01 Thread Brett Porter
I think we need to elaborate on that with regards to reports. Generally, you should configure it in the reporting section. Configuration there applies to both the site, and when run on the command line, and adding the plugin there adds the report to the generated site. Configuration in the build

[m2] javadoc plugin issues

2005-11-18 Thread Anuerin Diaz
hi, i have a a couple of issues with using the javadoc plugin. i am looking forward to a similar result like the one found in http://qdox.codehaus.org/maven-reports.html where multiple reports are attached in the generated site. i have attached the maven-javadoc plugin in the reporting elements

Re: [m2] javadoc plugin issues

2005-11-18 Thread Anuerin Diaz
i just browsed JIRA and the second issue is the same as the one in http://jira.codehaus.org/browse/MNG-1572. i will attach my scenario on that issue if it would help in detecting the real cause. ciao! On 11/18/05, Anuerin Diaz [EMAIL PROTECTED] wrote: hi, i have a a couple of issues with

Re: [m2] javadoc plugin issues

2005-11-18 Thread Jos Dirksen
To add something to the first issue. This is solved in subversion. If you check out the plugin and build it, you should get a javadoc plugin that doesn't show you an empty page, but shows the javadoc index page. Jos On 11/18/05, Anuerin Diaz [EMAIL PROTECTED] wrote: i just browsed JIRA and the

Re: [m2] javadoc plugin issues

2005-11-18 Thread Anuerin Diaz
thanks for the heads-up. anybody have a roadmap on when it is going to be released to the public repositories? ill try building it on my own but the last time i downloaded a plugin's source code i was not able to make it run. i cant install subversion in my workstation so i had to download

[m2] javadoc plugin

2005-10-21 Thread Samuel Le Berrigaud
Hi, there is a bug in the current javadoc plugin regarding the site integration. The link to the javadoc leads to blank page. The javadoc is correctly generated, however the index page of the javadoc is overwritten by a blank index page. I found the bug come from the JavadocReport class of the

Re: [m2] javadoc plugin

2005-10-21 Thread David Sag
Would you like to add your fix to the bug report in Jira? http://jira.codehaus.org/browse/MNG-1249 Kind regards, Dave Sag Samuel Le Berrigaud [EMAIL PROTECTED] wrote on 21/10/2005 12:54:02 PM: Hi, there is a bug in the current javadoc plugin regarding the site integration. The

Re: [m2] javadoc plugin and linkoffline

2005-09-26 Thread Martin Skopp
Hi, Trygve Laugstøl schrieb: I was thinking something like this: offlineLinks offlineLink urla/url packageListUrlb/packageListUrl -- is this really required? /offlineLink /offlineLinks Yeah, I would also appreciate keeping naming in sync with the javadoc-plugin propertly

Re: [m2] javadoc plugin and linkoffline - online links in offline mode

2005-09-26 Thread Martin Skopp
Hi Trygve, Trygve Laugstøl schrieb: I was thinking something like this: offlineLinks offlineLink urla/url packageListUrlb/packageListUrl -- is this really required? /offlineLink /offlineLinks It's required to specify a *online URL* and a *offline local path* when you want to

Re: [m2] javadoc plugin and linkoffline

2005-09-23 Thread c_inconnu3
Hi, I agree with Trygve, it should be better to have something like that offlineLinks offlineLink *extdocURL*http://java.sun.com/j2se/1.4.2/docs/api/*/extdocURL* *packagelistLoc*my/local/path/to/package-list*/packagelistLoc* /offlineLink offlineLink *extdocURL*...*/extdocURL*

[m2] javadoc plugin and linkoffline

2005-09-22 Thread c_inconnu3
Hi, I am trying to generate javadoc with M2 b1. My pom contains : reporting plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-javadoc-plugin/artifactId version2.0-beta-1/version configuration

Re: [m2] javadoc plugin and linkoffline

2005-09-22 Thread Vincent Siveton
Hi Try to specify linkoffline as a comma separated list of path or URL. Cheers, Vincent 2005/9/22, c_inconnu3 [EMAIL PROTECTED]: Hi, I am trying to generate javadoc with M2 b1. My pom contains : reporting plugins plugin

Re: [m2] javadoc plugin and linkoffline

2005-09-22 Thread c_inconnu3
I tried linkofflinea b, c d/linkoffline but the generated command is then : javadoc.exe ... -linkoffline a b -linkoffline c d ... i looked the javadoc documentation and it seems that the syntax should be : javadoc.exe ... -linkoffline a b -linkoffline c d ... (without ) Hi Try to

Re: [m2] javadoc plugin and linkoffline

2005-09-22 Thread Vincent Siveton
Seems to be a bug. Please fill an issue in JIRA. Thanks, Vincent 2005/9/22, c_inconnu3 [EMAIL PROTECTED]: I tried linkofflinea b, c d/linkoffline but the generated command is then : javadoc.exe ... -linkoffline a b -linkoffline c d ... i looked the javadoc documentation and it seems

Re: [m2] javadoc plugin and linkoffline

2005-09-22 Thread Trygve Laugstøl
On Thu, 2005-09-22 at 16:13 -0400, Vincent Siveton wrote: Hi Try to specify linkoffline as a comma separated list of path or URL. I think it would be best to make the linkoffline a List of Strings, it's more readable and easier to process for other tools. Is there a reason for the parameter

RE: [m2] javadoc plugin and linkoffline

2005-09-22 Thread Vincent Siveton
Hi Trygve, Try to specify linkoffline as a comma separated list of path or URL. I think it would be best to make the linkoffline a List of Strings, it's more readable and easier to process for other tools. I agree with you. I propose linkofflinea b, c d/linkoffline as David tried. Is

RE: [m2] javadoc plugin and linkoffline

2005-09-22 Thread Trygve Laugstøl
On Thu, 2005-09-22 at 18:46 -0400, Vincent Siveton wrote: Hi Trygve, Try to specify linkoffline as a comma separated list of path or URL. I think it would be best to make the linkoffline a List of Strings, it's more readable and easier to process for other tools. I agree with you.