Arnaud, No, this was broken beforehand. It seems to be a bug in the way Ant generates the external file list or the way javadoc reads it when there are spaces.
Of the top of my head, I think it was MPJAVADOC-21 - Brett On Thu, 1 Jul 2004 16:57:00 +0200, Heritier Arnaud <[EMAIL PROTECTED]> 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 > > > -----Message d'origine----- > > De : Dion Gillard [mailto:[EMAIL PROTECTED] > > Envoy� : jeudi 1 juillet 2004 16:29 > > � : Maven Users List > > Objet : Re: Javadoc plugin vs Windows pathnames containing spaces > > > > > > > > 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, 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 Windowsish pathnames containing spaces. I know such > > > pathnames are clearly evil, but they are also a regrettably > > > unavoidable fact of work life for me. > > > > > > Any suggestions as to how to work around this? I suspect > > there must > > > be such a workaround, since (a) the other plugins cope, (b) > > it used to > > > work in 1.0rc1, and (c) I can't possibly be the only person > > building > > > from bash on Windows with uncooperative pathnames. > > > > > > Other than this, I must say that I really like Maven! > > > > > > >[...] > > > >maven-javadoc-plugin:report: > > > > [mkdir] Created dir: C:\Documents and > > Settings\nm67644\My Documents\laboratory\knn\target\docs\apidocs > > > > [mkdir] Created dir: C:\Documents and > > Settings\nm67644\My Documents\laboratory\knn\target\javadoc > > > > [javadoc] Generating Javadoc > > > > [javadoc] Javadoc execution > > > > [javadoc] javadoc: Illegal package name: "C:\Documents" > > > > [javadoc] javadoc: Illegal package name: "Settings\nm67644\My" > > > > [javadoc] javadoc: File not found: > > "Documents\laboratory\knn\src\java\com\aventis\knn\Combiner.java" > > > > [javadoc] javadoc: Illegal package name: "C:\Documents" > > > > [javadoc] javadoc: Illegal package name: "Settings\nm67644\My" > > > > [javadoc] javadoc: File not found: > > "Documents\laboratory\knn\src\java\com\aventis\knn\CombinerAbs > > tract.java" > > > > [javadoc] javadoc: Illegal package name: "C:\Documents" > > > > [javadoc] javadoc: Illegal package name: "Settings\nm67644\My" > > > > [javadoc] javadoc: File not found: > > > > > >"Documents\laboratory\knn\src\java\com\aventis\knn\CombinerWe > > ightedAverage.java" > > > > [...] > > > > > > __________ > > > Steve Rowley <[EMAIL PROTECTED]> Cambridge, MA: > > (617) 768-4054 > > > ICQ: 52-377-390 > > > > > > > > > > > > maven-build-transcript.txt.gz - 3K > > > noname - 1K Download > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
