Re: Bug in maven-javadoc-plugin

2011-09-13 Thread Erik Lindblad
Are you sure? To me it looks like the sole purpose of unifyPathSeparator() is to, well, harmonize the path separator. Here's the jira http://jira.codehaus.org/browse/MJAVADOC-326 I'm not sure where to add a test for this. --Erik On Tue, Sep 13, 2011 at 02:25, Vincent Siveton wrote: > I think u

Re: Bug in maven-javadoc-plugin

2011-09-12 Thread Vincent Siveton
I think unifyPathSeparator method should take care of this directly Vincent 2011/9/12 Erik Lindblad : > The docletPath parameter is concatenated incorrectly (no separator > between last docletArtifact and docletPath). > > > Here's a fix: > > Index: src/main/java/org/apache/maven/plugin/javadoc/Ab

Re: Bug in maven-javadoc-plugin

2011-09-12 Thread Hervé BOUTEMY
please open a Jira issue in http://jira.codehaus.org/browse/MJAVADOC and adding a unit test or integration test would help us be sure that the improvement does really improve the plugin Regards, Hervé Le lundi 12 septembre 2011, Erik Lindblad a écrit : > The docletPath parameter is concatenate

Bug in maven-javadoc-plugin

2011-09-12 Thread Erik Lindblad
The docletPath parameter is concatenated incorrectly (no separator between last docletArtifact and docletPath). Here's a fix: Index: src/main/java/org/apache/maven/plugin/javadoc/AbstractJavadocMojo.java === --- src/main/java/org/ap