ok, it should be fixed now with r1096387
http://svn.apache.org/viewvc?rev=1096387&view=rev
Le dimanche 24 avril 2011, Hervé BOUTEMY a écrit :
> here are my findings:
> when run under M2, url interpolation doesn't work in unit test:
> see AbstractJavadocMojo#getDependenciesLink()
>
>
here are my findings:
when run under M2, url interpolation doesn't work in unit test:
see AbstractJavadocMojo#getDependenciesLink()
MavenProject artifactProject =
mavenProjectBuilder.buildFromRepository( artifact,
remoteRepositories, localRepository );
FYI I got this error with m2 and no error with m3. I continue to investigate...
2011-04-24 05:30:34.581::WARN: EXCEPTION on
HttpExchange@799726790=GET//maven.apache.org:80/plugins/maven-javadoc-plugin/apidocs/package-list#5
java.lang.NullPointerException
at org.mortbay.jetty.HttpFields.ad
Same here on mac, I will check too.
Vincent
2011/4/24 Hervé BOUTEMY :
> ok, I can reproduce the failure now: it works perfectly with Maven 3 but fails
> with Maven 2.2
> It sounds strange, since such a UT shouldn't be affected by Maven version, but
> it is.
> I'm lookgin into it and I'll share my
ok, I can reproduce the failure now: it works perfectly with Maven 3 but fails
with Maven 2.2
It sounds strange, since such a UT shouldn't be affected by Maven version, but
it is.
I'm lookgin into it and I'll share my findings
Regards,
Hervé
Le vendredi 22 avril 2011, Dennis Lundberg a écrit :