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: warning - Tag @see: reference not found:
> > org.melati.poem.prepro.TableDef Though
> > http://melati.org/javadoc/org/melati/poem/prepro/TableDef.html
> > is there and so is
> > http://melati.org/javadoc/package-list
> >
> > I have just spent all morning on this, I can't get plain javadoc to work
> > either, nor ant, in online or offline mode.
> > Using Standard Doclet 1.4.1, java version 1.4.1_01
>
> I remember there was a common problem with javadoc, import statementes
> and @see / @link tags in the JDK!
>
> Check http://java.sun.com/j2se/javadoc/faq/index.html#missinglinks !
> (Why do I get the warning "Class or Package not found in @see tag" or
> "reference not found"?)
>
> IMHO you need to upgrade to 1.4.2
>
> hope it helps
Yes, loads, thanks.
Instead of feeling defeated I have learnt something.

thanks
timp


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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
> Though 
> http://melati.org/javadoc/org/melati/poem/prepro/TableDef.html
> is there and so is 
> http://melati.org/javadoc/package-list
> 
> I have just spent all morning on this, I can't get plain javadoc to work 
> either, nor ant, in online or offline mode.
> Using Standard Doclet 1.4.1, java version 1.4.1_01

I remember there was a common problem with javadoc, import statementes
and @see / @link tags in the JDK!

Check http://java.sun.com/j2se/javadoc/faq/index.html#missinglinks !
(Why do I get the warning "Class or Package not found in @see tag" or
"reference not found"?)

IMHO you need to upgrade to 1.4.2 

hope it helps
-- 
Martin Skopp
Riege Software International GmbH
Support: mailto:[EMAIL PROTECTED], Information: http://www.riege.com
 
This email is intended to be viewed with a nonproportional font.
Public Key on http://www.keyserver.net, Key-ID: 3D4027B5
Fingerprint: 1970 C78D 9A1D 99FA 5CE4  5C0D 29E6 6A95 3D40 27B5



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Javadoc plugin links property

2003-07-01 Thread Tim Pizey
Martin, 

Thanks a lot for your reply.


On Tuesday 01 July 2003 8:16 am, Martin Skopp wrote:
> On Mon, 2003-06-30 at 20:48, Tim Pizey wrote:
> > I cannot persuade my cvs snapshot version of Maven
> > (1.0-BETA-10-SNAPSHOT) to pass a links argument to javadoc.
> >
> > I have
> > maven.javadoc.source=1.4
> > I have tried
> > maven.javadoc.link=http://melati.org/javadoc/
> > and
> > maven.javadoc.links=http://melati.org/javadoc/
> >
> > with a variety of
> > maven.javadoc.link.offline=true
> > maven.javadoc.links.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 $MAVEN_HOME/plugins/maven-javadoc-plugin-1.2/plugin.jelly!)

Found it in 
$MAVEN_HOME/src/plugins-build/javadoc/plugin.jelly

>
> "maven.javadoc.links"
>
> but it only generates javadoc links in online mode
> (maven.mode.online=true)
>
> > None of the above variations have put a link argument into the
> > javadoc command
> > though according to
> > http://www.mail-archive.com/[EMAIL PROTECTED]/msg00293.html
> > it should work.
>
> 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
Though 
http://melati.org/javadoc/org/melati/poem/prepro/TableDef.html
is there and so is 
http://melati.org/javadoc/package-list

I have just spent all morning on this, I can't get plain javadoc to work 
either, nor ant, in online or offline mode.
Using Standard Doclet 1.4.1, java version 1.4.1_01

Thanks for your help it looks like it is something stupid at my end.


yours
tim

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Javadoc plugin links property

2003-07-01 Thread Martin Skopp
On Mon, 2003-06-30 at 20:48, Tim Pizey wrote:
> I cannot persuade my cvs snapshot version of Maven 
> (1.0-BETA-10-SNAPSHOT) to pass a links argument to javadoc.
> 
> I have 
> maven.javadoc.source=1.4
> I have tried 
> maven.javadoc.link=http://melati.org/javadoc/
> and
> maven.javadoc.links=http://melati.org/javadoc/
> 
> with a variety of 
> maven.javadoc.link.offline=true
> maven.javadoc.links.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 $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 the above variations have put a link argument into the 
> javadoc command
> though according to 
> http://www.mail-archive.com/[EMAIL PROTECTED]/msg00293.html
> it should work.

does the console say 

Linking with API information from ... 

?
-- 
Martin Skopp
Riege Software International GmbH
Support: mailto:[EMAIL PROTECTED], Information: http://www.riege.com
 
This email is intended to be viewed with a nonproportional font.
Public Key on http://www.keyserver.net, Key-ID: 3D4027B5
Fingerprint: 1970 C78D 9A1D 99FA 5CE4  5C0D 29E6 6A95 3D40 27B5



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Javadoc plugin links property

2003-06-30 Thread Tim Pizey
Hi, 

I cannot persuade my cvs snapshot version of Maven 
(1.0-BETA-10-SNAPSHOT) to pass a links argument to javadoc.

I have 
maven.javadoc.source=1.4
I have tried 
maven.javadoc.link=http://melati.org/javadoc/
and
maven.javadoc.links=http://melati.org/javadoc/

with a variety of 
maven.javadoc.link.offline=true
maven.javadoc.links.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

None of the above variations have put a link 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

cheers
tim pizey











-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]