Re: Javadoc plugin doesn't report errors

2004-10-18 Thread Felipe Leme
Martin, On Sat, 2004-10-16 at 15:54, Martin Cooper wrote: > The Javadoc plugin (I'm using 1.7) doesn't seem to report any errors in > the Javadocs, such as missing @param comments, etc. It creates the docs Have you tried the new Javadoc Warning Report (see lin

Re: Javadoc plugin doesn't report errors

2004-10-16 Thread Martin Cooper
"Shinobu Kawai" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi Brett, > > > I've never seen it happen, or a property that would cause that, so it > > may be a bug - sounds odd though. > > > > Anything we can reproduce it on? > It will reproduce anywhere, but this is not a bug. M

Re: Javadoc plugin doesn't report errors

2004-10-16 Thread Martin Cooper
f that report. That's where I looked for errors, but even > > when I deliberately comment out a @param to test it, no error messages show > > up there. > > > > -- > > Martin Cooper > > > > > > > > eg: http://maven.apache.org/javadoc.html &

Re: Javadoc plugin doesn't report errors

2004-10-16 Thread Shinobu Kawai
Hi Brett, > I've never seen it happen, or a property that would cause that, so it > may be a bug - sounds odd though. > > Anything we can reproduce it on? It will reproduce anywhere, but this is not a bug. Mere Javadoc behaviour. It doesn't check for missing comments or tags. Just misused ones

Re: Javadoc plugin doesn't report errors

2004-10-16 Thread Brett Porter
t even > when I deliberately comment out a @param to test it, no error messages show > up there. > > -- > Martin Cooper > > > > > eg: http://maven.apache.org/javadoc.html > > > > Cheers, > > Brett > > > > > > On Sat, 16 Oct 2004

Re: Javadoc plugin doesn't report errors

2004-10-16 Thread Martin Cooper
oked for errors, but even when I deliberately comment out a @param to test it, no error messages show up there. -- Martin Cooper > > eg: http://maven.apache.org/javadoc.html > > Cheers, > Brett > > > On Sat, 16 Oct 2004 11:54:35 -0700 (PDT), Martin Cooper > <[EMAIL PROTECTED]&

Re: Javadoc plugin doesn't report errors

2004-10-16 Thread Shinobu Kawai
Hi Martin, > The Javadoc plugin (I'm using 1.7) doesn't seem to report any errors in > the Javadocs, such as missing @param comments, etc. It creates the docs > just fine, but even if I deliberately create errors, the plugin doesn't > tell me about them. This gives me

Re: Javadoc plugin doesn't report errors

2004-10-16 Thread Brett Porter
There is an additional report in the menu that should show the javadoc output, as it is hard to catch during the build of site. eg: http://maven.apache.org/javadoc.html Cheers, Brett On Sat, 16 Oct 2004 11:54:35 -0700 (PDT), Martin Cooper <[EMAIL PROTECTED]> wrote: > The Javadoc pl

Javadoc plugin doesn't report errors

2004-10-16 Thread Martin Cooper
The Javadoc plugin (I'm using 1.7) doesn't seem to report any errors in the Javadocs, such as missing @param comments, etc. It creates the docs just fine, but even if I deliberately create errors, the plugin doesn't tell me about them. This gives me a lot less confidence that m

Re: Javadoc plugin / default package

2004-07-31 Thread Peter Nabbefeld
ave a good and complete documentation for it. Kind regards Peter Nabbefeld The package will be optional. Arnaud -Message d'origine- De : news [mailto:[EMAIL PROTECTED] De la part de Peter Nabbefeld Envoyé : samedi 31 juillet 2004 14:54 À : [EMAIL PROTECTED] Objet : Re: Javadoc plugin

RE: Javadoc plugin / default package

2004-07-31 Thread Arnaud HERITIER
It uses both of them. I began to correct MPJAVADOC-36 in CVS. The package will be optional. Arnaud > -Message d'origine- > De : news [mailto:[EMAIL PROTECTED] De la part de Peter Nabbefeld > Envoyé : samedi 31 juillet 2004 14:54 > À : [EMAIL PROTECTED] > Objet 

Re: Javadoc plugin / default package

2004-07-31 Thread Peter Nabbefeld
Don't know why - this time it worked as expected. However, IMO it should also work with the default package and with more than one package. Thank You for Your help. Kind regards Peter NB: Why does the javadoc plugin use the package instead of the sourceDirectory? Dion Gillard schrieb

Re: Javadoc plugin / default package

2004-07-31 Thread Dion Gillard
t;[EMAIL PROTECTED]> wrote: > > > >>Hello, > >> > >>I've got the following error: > >> > >>BUILD FAILED > >>File.. C:\Dokumente und > >>Einstellungen\Administrator.TUCHOLA\.maven\cache\maven-javadoc-plugin-1.6.1\plugin.j

Re: Javadoc plugin / default package

2004-07-31 Thread Peter Nabbefeld
ing error: BUILD FAILED File.. C:\Dokumente und Einstellungen\Administrator.TUCHOLA\.maven\cache\maven-javadoc-plugin-1.6.1\plugin.jelly Element... ant:javadoc Line.. 289 Column 10 No source files and no packages have been specified. Total time: 7 seconds Finished at: Sat Jul 31 12:24:13

Re: Javadoc plugin / default package

2004-07-31 Thread Dion Gillard
On Sat, 31 Jul 2004 13:10:16 +0200, Peter Nabbefeld <[EMAIL PROTECTED]> wrote: > 2. How can I specify the default package? I don't believe you can -- http://www.multitask.com.au/people/dion/ - To unsubscribe, e-mail: [EMAIL PROT

Re: Javadoc plugin / default package

2004-07-31 Thread Dion Gillard
There is only one package in the pom. On Sat, 31 Jul 2004 13:10:16 +0200, Peter Nabbefeld <[EMAIL PROTECTED]> wrote: > > Hello, > > I've got the following error: > > BUILD FAILED > File.. C:\Dokumente und > Einstellungen\Administrator.TUCHOLA\.mav

Javadoc plugin / default package

2004-07-31 Thread Peter Nabbefeld
Hello, I've got the following error: BUILD FAILED File.. C:\Dokumente und Einstellungen\Administrator.TUCHOLA\.maven\cache\maven-javadoc-plugin-1.6.1\plugin.jelly Element... ant:javadoc Line.. 289 Column 10 No source files and no packages have been specified. Total time: 7 se

Re: javadoc plugin and Doc Check Doclet

2004-07-30 Thread Shinobu Kawai
extension picks up only malformed tags, but Doc Check > > picks up missing tags also. > > I'll go ahead and put Doc Check into the plugin, and I guess I should > > talk to the Sun people about it... Or if it is easy to make an > > independent plugin, I'll try that

Re: javadoc plugin and Doc Check Doclet

2004-07-30 Thread Brett Porter
Best regards, > -- Shinobu Kawai > > On Fri, 30 Jul 2004 09:36:48 +0900 > > > Shinobu Kawai <[EMAIL PROTECTED]> wrote: > > > > > Hi Arnaud! > > > > Thanks for the information. It looks like I have to change the > > javadoc plugin anyw

Re: javadoc plugin and Doc Check Doclet

2004-07-29 Thread Shinobu Kawai
it is easy to make an independent plugin, I'll try that also. Best regards, -- Shinobu Kawai On Fri, 30 Jul 2004 09:36:48 +0900 Shinobu Kawai <[EMAIL PROTECTED]> wrote: > > Hi Arnaud! > > Thanks for the information. It looks like I have to change the > javadoc plugin

Re: javadoc plugin and Doc Check Doclet

2004-07-29 Thread Shinobu Kawai
Hi Arnaud! Thanks for the information. It looks like I have to change the javadoc plugin anyways, but I'll give it a try. Best regards, -- Shinobu Kawai > A similar enhancement is proposed in this issue : > http://jira.codehaus.org/browse/MPJAVADOC-35 > > An example was gi

RE : javadoc plugin and Doc Check Doclet

2004-07-29 Thread Heritier Arnaud
e can upload the Doc Check Doclet on ibiblio (license problems). Thus, we can't depend on it :-( Arnaud > -Message d'origine- > De : Shinobu Kawai [mailto:[EMAIL PROTECTED] > Envoyé : jeudi 29 juillet 2004 17:57 > À : Maven Users List > Objet : javadoc plugin and

javadoc plugin and Doc Check Doclet

2004-07-29 Thread Shinobu Kawai
Hi! Has anyone used Doc Check Doclet for the javadoc plugin? cf. http://java.sun.com/j2se/javadoc/doccheck/ Since the Doclet doesn't support some of the options, I had to make some changes in the javadoc plugin: Inside MY build.properties, I added maven.javadoc.d

Re: maven-javadoc-plugin-1.6.1 and maven-1.0

2004-07-14 Thread Brett Porter
need in project.xml to match the packages of the files being generated. On Wed, 14 Jul 2004 13:59:48 -0400, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > FYI, Having a little issue with maven-1.0 and the > maven-javadoc-plugin-1.6.1: The internal.javadoc.needed flag is never set &g

maven-javadoc-plugin-1.6.1 and maven-1.0

2004-07-14 Thread sourigna . sananikone
FYI, Having a little issue with maven-1.0 and the maven-javadoc-plugin-1.6.1: The internal.javadoc.needed flag is never set to true when maven multiproject:site -Dmaven.javadoc.debug=true is invoked, and thus javadocs are never generated for any subprojects. Also tried maven javadoc:generate

[ANN] Maven Javadoc Plugin 1.6.1 Released

2004-07-13 Thread Brett Porter
automatically install the plugin, type the following on a single line: maven plugin:download -DgroupId=maven -DartifactId=maven-javadoc-plugin -Dversion=1.6.1 For a manual installation, you can download the plugin here: http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-javadoc

RE: Javadoc plugin vs Windows pathnames containing spaces

2004-07-02 Thread Steve.Rowley
>From: Dion Gillard [mailto:[EMAIL PROTECTED] >Sent: Thursday, July 01, 2004 10:29 AM > >Add > >maven.javadoc.useexternalfile=no > >to your project.properties or ~/build.properties Thanks! That does seem to be an appropriate workaround, pending a fix to MPJAVADOC-21. (Apologies for not spottin

Re: RE : Javadoc plugin vs Windows pathnames containing spaces

2004-07-01 Thread Brett Porter
TED]> wrote: > > I think that this problem can be fixed with the last javadoc plugin in CVS because I > removed the use of filesets if you don't use sourceModifications in your pom. > > If you want to test it, I can send you this release by mail. > > Arnaud > > >

RE : Javadoc plugin vs Windows pathnames containing spaces

2004-07-01 Thread Heritier Arnaud
I think that this problem can be fixed with the last javadoc plugin in CVS because I removed the use of filesets if you don't use sourceModifications in your pom. If you want to test it, I can send you this release by mail. Arnaud > -Message d'origine- > De : Dion

Re: Javadoc plugin vs Windows pathnames containing spaces

2004-07-01 Thread Dion Gillard
Add maven.javadoc.useexternalfile=no to your project.properties or ~/build.properties See http://maven.apache.org/reference/plugins/javadoc/properties.html for more info On Thu, 1 Jul 2004 10:19:00 -0400, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I'm using Maven 1.0rc4, JDK 1.4.2_04, o

Javadoc plugin vs Windows pathnames containing spaces

2004-07-01 Thread Steve.Rowley
I'm using Maven 1.0rc4, JDK 1.4.2_04, on Win2k with Cygwin under the bash shell. When building any project, the javadoc phase always gives errors of the form shown below. (The entire build transcript is also attached for reference, but compressed.) Pretty clearly, it's unable to cope with the

Maven Javadoc plugin 1.5 released

2004-05-15 Thread brett
, remove [javadoc] banner Issue: MPJAVADOC-22. Thanks to fabrizio giustina. Changes: o Add plugin test project To automatically install the plugin, type the following on a single line: maven plugin:download -DgroupId=maven -DartifactId=maven-javadoc-plugin -Dversion=1.5 For a manual

Re: unknown plugin "maven-javadoc-plugin"

2004-04-19 Thread Kees Jongenburger
> No source files and no packages have been specified. > Total time: 1 minutes 7 seconds > Finished at: Sun Apr 18 16:12:10 NZST 2004 perhaps you need to add a org.simon to your project file? have you also added the maven.jdiff.old.tag / maven.jdiff.new.tag in your project.properties? greetings

RE: unknown plugin "maven-javadoc-plugin"

2004-04-18 Thread Brett Porter
You don't have the Javadoc plugin installed for some reason. If you do, it may be that your plugin cache is corrupt. Try rm -rf ~/.maven/plugins to delete the cache and extracted contents (Maven CVS has correct plugin cache corruption issues). - Brett > -Original Message- >

unknown plugin "maven-javadoc-plugin"

2004-04-17 Thread Simon Kitching
TargetException java.lang.reflect.InvocationTargetException ... Caused by: org.apache.maven.plugin.UnknownPluginException: Unknown plugin "maven-javadoc-plugin" BUILD FAILED File.. file:/home/simon/.maven/plugins/maven-jdiff-plugin-1.2/plugin.jelly Element... ant:javadoc Line.. 87 Column 39 No source files

Re: Whitespace in filepath's when using javadoc plugin

2004-04-01 Thread Kevin Hagel
ent (short filename generation is an optional feature of NTFS and AFAIK not at all possible on any *nix). -Original Message- From: Kevin Hagel [mailto:[EMAIL PROTECTED] Sent: 01 April 2004 16:11 To: Maven Users List Subject: Re: Whitespace in filepath's when using javadoc plugin You m

Re: Whitespace in filepath's when using javadoc plugin

2004-04-01 Thread Kevin Hagel
ject: Re: Whitespace in filepath's when using javadoc plugin You may have to walk through the directories doing a dir /x "C:\Documents and Settings" will look like: C:\DOCUME~1 I develop on a windows box now and the, I just avoid directories with spaces. It confuses the t

RE: Whitespace in filepath's when using javadoc plugin

2004-04-01 Thread Peter Bright
Original Message- > From: Kevin Hagel [mailto:[EMAIL PROTECTED] > Sent: 01 April 2004 16:11 > To: Maven Users List > Subject: Re: Whitespace in filepath's when using javadoc plugin > > > You may have to walk through the directories doing a > > dir /x > >

Re: Whitespace in filepath's when using javadoc plugin

2004-04-01 Thread Kevin Hagel
m that the javadoc plugin produces, if the filepath of sources contains whitespace? I have a developer in my project that has his project under 'C:\Documents and Settings\...' and this seems to upset the javadoc tool. I have browsed the FAQ and archives for the javadoc plugin and al

Whitespace in filepath's when using javadoc plugin

2004-04-01 Thread Bertil Karlsson
Is there a way around the problem that the javadoc plugin produces, if the filepath of sources contains whitespace? I have a developer in my project that has his project under 'C:\Documents and Settings\...' and this seems to upset the javadoc tool. I have browsed the FAQ and archive

RE: Maven1.0-beta10: Javadoc plugin and "maven.javadoc.locale" pr operty

2004-03-24 Thread Konrad
n > beta10. Please upgrade > if possible. > > Cheers, > Brett > > > -Original Message- > > From: Konrad [mailto:[EMAIL PROTECTED] > > Sent: Thursday, 25 March 2004 8:02 AM > > To: Maven Users List > > Subject: Maven1.0-beta10: Javadoc plu

RE: Maven1.0-beta10: Javadoc plugin and "maven.javadoc.locale" pr operty

2004-03-24 Thread Brett Porter
L PROTECTED] > Sent: Thursday, 25 March 2004 8:02 AM > To: Maven Users List > Subject: Maven1.0-beta10: Javadoc plugin and > "maven.javadoc.locale" property > > > Hello. > > Just wondering if the "maven.javadoc.locale" property > of the Javadoc

Maven1.0-beta10: Javadoc plugin and "maven.javadoc.locale" property

2004-03-24 Thread Konrad
Hello. Just wondering if the "maven.javadoc.locale" property of the Javadoc plugin worked as of Maven1.0-beta10? I tried setting the following property in my project.properties file: maven.javadoc.locale=en_US but it did not work. I have the Japanese IME installed on WindowsX

Re: Javadoc plugin don't copy doc-files directories ?

2004-03-24 Thread Rafal Krzewski
Sébastien BRUNOT wrote: Hello, It seems to me that the javadoc plugin does not copy the doc-files directories. Is it a known bug or a misconfiguration from myself ? I also had this problem lately, but did not have time to investigate. I'm under impression that the files should be copi

Javadoc plugin don't copy doc-files directories ?

2004-03-23 Thread Sébastien BRUNOT
Hello, It seems to me that the javadoc plugin does not copy the doc-files directories. Is it a known bug or a misconfiguration from myself ? Sebastien --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.614 / Virus Database: 393

Re: [javadoc plugin] Javadocs not generated correctly

2004-03-13 Thread Charles Daniels
Any takers? --- Charles Daniels <[EMAIL PROTECTED]> wrote: > I posted this issue earlier, but had only a couple of replies without any > suggestions for a fix, > so I will ask again to see if there is a solution. The problem I am encountering is > that the > javadoc plu

[javadoc plugin] Attempts to resolve URLs for offlineLinks

2004-03-04 Thread Charles Daniels
I have set maven.javadoc.mode.online=false in my project.properties file and have included a value for maven.javadoc.offlineLinks in the form url#packageListLoc, but the javadoc plugin still attempts to resolve the URL, causing my build to fail when I am offline. Aren't these property se

[javadoc plugin] Javadocs not generated correctly

2004-03-04 Thread Charles Daniels
I posted this issue earlier, but had only a couple of replies without any suggestions for a fix, so I will ask again to see if there is a solution. The problem I am encountering is that the javadoc plugin does not generate the package summary table, nor does it generate the standard frame that

Javadoc plugin not copying over doc-files contents

2004-02-19 Thread Kristopher Brown
Hi, I'm using the javadoc report, and I have some class diagrams I'd like to copy over into the javadoc. I've used the doc-files directory to hold these files, and everything works in eclipse when I generate the javadoc, but the maven javadoc plugin doesn't seem to copy

Re: javadoc plugin: overview capability

2004-02-16 Thread Charles Daniels
--- Stephen Colebourne <[EMAIL PROTECTED]> wrote: > From: "Charles Daniels" <[EMAIL PROTECTED]> > > However, as I posted in a message just a couple of days ago, the javadocs > do not appear to be > > generated correctly. Although the overview file is picked up correctly > (and its contents appear

Re: javadoc plugin: overview capability

2004-02-16 Thread Stephen Colebourne
From: "Charles Daniels" <[EMAIL PROTECTED]> > However, as I posted in a message just a couple of days ago, the javadocs do not appear to be > generated correctly. Although the overview file is picked up correctly (and its contents appear > within the generated javadocs), the package listing is mis

Re: javadoc plugin: overview capability

2004-02-15 Thread Charles Daniels
Hi Glenn, --- "Glenn R. Golden" <[EMAIL PROTECTED]> wrote: > It appears that the javadoc plugin does not support the overview > capability. Actually it does support the overview capability. See below. > > By adding this line: > > over

javadoc plugin: overview capability

2004-02-15 Thread Glenn R. Golden
It appears that the javadoc plugin does not support the overview capability. By adding this line: overview="${maven.javadoc.overviewfile}"> to the plugin.jelly at the end of the tag, and adding this to my ~/build.properties: maven.javadoc.overviewfile = src/java/over

RE: javadoc plugin - multiple tags

2004-01-15 Thread Morris, Jason [IT]
javadoc for that one package. Any suggestions? Jason -Original Message- From: Jake Ewerdt [mailto:[EMAIL PROTECTED] Sent: 14 January 2004 15:01 To: Maven Users List Subject: Re: javadoc plugin Yeah, same thing happened to me. I modified the javadoc's plugin.jelly to g

Re: javadoc plugin

2004-01-14 Thread Jake Ewerdt
> and then in your project.xml file, put a line like: java.util,java.lang,javax.xml.parsers I'm using JDK 1.3.1 and Maven 1.0-rc1 -jake On Wednesday 14 January 2004 07:25 am, Ebersole, Steven wrote: > whenever I run the maven javadoc plugin, it does not generate any pac

javadoc plugin

2004-01-14 Thread Ebersole, Steven
whenever I run the maven javadoc plugin, it does not generate any package information (package-list is blank and package-summary is missing). Any ideas what I am missing? - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: javadoc plugin error

2003-12-18 Thread Emmanuel Venisse
maven.javadoc.useexternalfile=true Emmanuel - Original Message - From: <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Thursday, December 18, 2003 3:04 PM Subject: javadoc plugin error > > I've an error with the javadoc plugin. I

Re: javadoc plugin error : java.io.IOException: CreateProcess

2003-12-18 Thread emmanuel . boudrant
Ok, I found the solution ;) use the property maven.javadoc.useexternalfile=true -emmanuel Selon [EMAIL PROTECTED]: > > I've an error with the javadoc plugin. I think the problem is there is too > much > dependencies in the project. So the command line used to launch javado

javadoc plugin error

2003-12-18 Thread emmanuel . boudrant
I've an error with the javadoc plugin. I think the problem is there is too much dependencies in the project. So the command line used to launch javadoc.exe is very long and it is not complete, an error is raised. Is there any solution ? BUILD FAILED File.. file:/C:/Documents and Set

RE: Problem with javadoc plugin

2003-09-18 Thread dion
the maven.javadoc.maxmemory-variable (512 instead of 512m) > > Now it is working fine. > Thanks for help > > Christian > > > > -Original Message- > From: Christian Goos [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 18, 2003 11:36 AM > To: 'Mav

RE: Problem with javadoc plugin

2003-09-18 Thread Christian Goos
8, 2003 11:36 AM To: 'Maven Users List' Subject: RE: Problem with javadoc plugin Yes I tried, so it starts to run javadoc but (sorry that I have to continue with 'but') then I get "Incompatible initial and maximum heap sizes" (trace below) At first I did not define m

RE: Problem with javadoc plugin

2003-09-18 Thread Christian Goos
12' '-d' 'C:\Programme\eclipse\workspace\gui_tool\target\docs\apidocs' '-stylesheetfile' 'C:\WINDOWS\Profiles\exgoos\.maven\plugins\maven-javadoc-plugin-1.3-SNAPSHOT \plu gin-resources\stylesheet.css' '-use' '-windowtitle' 'G

RE: Problem with javadoc plugin

2003-09-18 Thread dion
Have you tried this: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-805 -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Christian Goos <[EMAIL PROTECTED]> wrote on 18/09/2003 05:29:27 PM: > I forgot to mention: > I tried to set the Source-Path

RE: Problem with javadoc plugin

2003-09-18 Thread Christian Goos
I forgot to mention: I tried to set the Source-Path of the project to the sources of another project. Then the javadoc is generated as it should. So I have the impression that the problem is maybe the source code itself. Is possible that there are javadoc-comments that are not supported or there ar

RE: Problem with javadoc plugin

2003-09-18 Thread Christian Goos
All I have is the error-trace of maven, but I did not find an error code I started Maven with the -X option. Is there another way to get the error code? Thanks Christian BUILD FAILED File.. file:/C:/WINDOWS/Profiles/username/.maven/plugins/maven-javadoc-plugin-1.3-S NAPSHOT/ Element

Re: Problem with javadoc plugin

2003-09-17 Thread dion
cent version of Maven I got problems with > Creating javadoc for some projects. > The error message is always something like the trace I put below > Sorry for not being precise but I don't know where the problem might be > because there are projects that I can build as usual and others

Problem with javadoc plugin

2003-09-17 Thread Christian Goos
ld as usual and others where The javadoc-plugin won't work anymore. Thanks for help Christian Column 60 Javadoc failed: java.io.IOException: CreateProcess: C:\Programme\j2sdk1.4.1_03\b in\javadoc.exe -d C:\Programme\eclipse\workspace\persistence\target\docs\apidocs -stylesheetfile

Re: Javadoc plugin links property

2003-07-01 Thread Tim Pizey
On Tuesday 01 July 2003 3:19 pm, Martin Skopp wrote: > On Tue, 2003-07-01 at 18:10, Tim Pizey wrote: > > > does the console say > > > > > > Linking with API information from ... > > > > Yes, then it says: > > /usr/local/packages/dist/test/src/org/paneris/cbitlog/model/CategoryTable > >.java:29: war

Re: Javadoc plugin links property

2003-07-01 Thread Martin Skopp
On Tue, 2003-07-01 at 18:10, Tim Pizey wrote: > > does the console say > > > > Linking with API information from ... > Yes, then it says: > /usr/local/packages/dist/test/src/org/paneris/cbitlog/model/CategoryTable.java:29: > warning - Tag @see: reference not found: org.melati.poem.prepro.TableDef

Re: Javadoc plugin links property

2003-07-01 Thread Tim Pizey
offline=true > > maven.javadoc.link.offline=false > > maven.javadoc.links.offline=true > > maven.javadoc.link.packagelistLoc=/inst/melati/target/docs/apidocs > > maven.javadoc.links.packagelistLoc=/inst/melati/target/docs/apidocs > > in beta9 it's > (check $MAVE

Re: Javadoc plugin links property

2003-07-01 Thread Martin Skopp
idocs > maven.javadoc.links.packagelistLoc=/inst/melati/target/docs/apidocs > in beta9 it's (check $MAVEN_HOME/plugins/maven-javadoc-plugin-1.2/plugin.jelly!) "maven.javadoc.links" but it only generates javadoc links in online mode (maven.mode.online=true) > None of t

Javadoc plugin links property

2003-06-30 Thread Tim Pizey
argument into the javadoc command though according to http://www.mail-archive.com/[EMAIL PROTECTED]/msg00293.html it should work. I have updated my Maven distribution with cvs update -d maven maven install Do I need an additional command to rebuild the javadoc plugin? Help much appreciated

<    1   2   3   4   5   6