----- Original Message -----
From: "Jason van Zyl" <[EMAIL PROTECTED]>
To: "Turbine Maven Users List" <[EMAIL PROTECTED]>
Sent: Monday, July 29, 2002 11:42 AM
Subject: Re: classpath for javadoc goal
> On Mon, 2002-07-29 at 11:38, Doug Lochart wrote:
> > I appologize for being repetitive but I think if I reword my question it
may be better understood.
> >
> > How does the classpath get set for the javadoc plug-in? If it is not
being set (as is my situation) what can I do to get it to set. My javadocs
are failing.
> >
> > If this is a bug I will gladly submit it to the issue tracking system
but I need to know if its user error first.
> >
> > thanks
>
> Let me try it this way: what do you need in your classpath?
I do not know but that fact that it is empty is causing javadoc to fail.
This particular project does not have any dependencies.
I ran javadoc with -X to see what was happening internally. I used the
javadoc command line I see from the maven debug output and I get failures.
What I noticed is that -classpath has nothing following it. When I remove
the -classpath on the command line (or add a valid one) javadoc works.
Basically ${maven.dependency.classpath} is blank and the
java13commandlauncher, when calling javadoc, is putting -classpath as a
parameter even when its blank. I am only making an assumption that this is
happening.
>
> Looking at the plugin the classpath is set to
> ${maven.dependency.classpath}. So the classpath of the recently compiled
I noticed this as well and when I tried setting
${maven.dependency.classpath} by hand in the build.properties or
project.properties file, I get a message from maven that my override was
ignored.
> project files probably need to be added as well.
>
> > Doug
> >
> >
> > Wheels within Wheels in a spiral array
> > A Pattern so grand and Complex
> > Time after Time we lose site of the way
> > Our causes can't see their effects.
> --
> jvz.
>
> Jason van Zyl
> [EMAIL PROTECTED]
> http://tambora.zenplex.org
>
> In short, man creates for himself a new religion of a rational
> and technical order to justify his work and to be justified in it.
>
> -- Jacques Ellul, The Technological Society
>
Thanks again Jason, I am trying to solve many things myself, that is the
best way to learn (sometimes).
Doug
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>