And also I use JDK 1.4 and as long as there is no package named "java" it all works fine for me. Which tells me you likely have some configuration issue.
-Peter ----- Original Message ----- From: "Peter Lynch" <[EMAIL PROTECTED]> To: "Turbine Maven Users List" <[EMAIL PROTECTED]> Sent: Wednesday, July 31, 2002 11:17 PM Subject: Re: javadoc & JDK 1.4 (b4) > I thought the JDK 1.4 issue the faq refers to was generating javadoc where the > project uses a package called 'java'. That issue was being toyed with over on > the Ant lists last I checked. Something like: > > [javadoc] Loading source file org.apache.maven.java... > [javadoc] error: cannot read: org.apache.maven.java > [javadoc] Loading source files for package org.apache.maven... > > The problem you are having seems to indicate something else, like a property > not being set or or a bad project.xml or a bug in maven. > > Someone who uses the javadoc plugin in b4 may be able to help... > > -Peter > > ----- Original Message ----- > From: "David Benjamin" <[EMAIL PROTECTED]> > To: "Turbine Maven Users List" <[EMAIL PROTECTED]> > Sent: Wednesday, July 31, 2002 8:27 PM > Subject: javadoc & JDK 1.4 (b4) > > > > > > Hi, I realize this is in the FAQ, but it doesn't have an answer: > > > > Why does JavaDoc generation fail under Java 1.4? > > This is a known problem and we are working to resolve the issue. > > > > I'm using b4 with JDK 1.4, and would really like to get javadoc > > generated. The failure is a bit perplexing because the javadoc > > invocation line looks ok, but the output is full of > > > > [javadoc] Loading source files for package C:\foobar\src\java... > > [javadoc] javadoc: No source files for package C:\foobar\src\java > > [javadoc] Loading source files for package net.foobar.apps... > > [javadoc] javadoc: No source files for package net\foobar\apps > > > > And so on. > > > > - Does anyone have a workaround which gets javadoc going on maven-b4 > > and JDK 1.4? > > > > Regards, > > > > Dave Benjamin > > [EMAIL PROTECTED] > > > > > > -- > > 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]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
