This is filed under MNG-3694.

I think I have a solution now, and I've written an integration test that fails under 2.0.10-RC4...I'm running the test now vs. the fixed version, and then I'll verify that I didn't break anything else.

-john

Brett Porter wrote:
Yeah, I spoke too soon.

getSourcePaths() in the javadoc plugin now ends up with:
[${project.basedir}/src/main/java, ${project.basedir}/src/main/java]

ie, uninterpolated. the prune method them removes them since they aren't found, and so it does nothing (as there are no sourcePaths).

So, basically, the problem is that getCompileSourceRoots() is not interpolated.

HTH,
Brett

On 02/08/2008, at 12:12 AM, Vincent Siveton wrote:

Hi Brett,

Unfortunetely, under windows, ITs fail again.
I flag the debug mode for invoker plugin so I guess it could be useful
for John or others.

Thanks a lot Brett for your support.

Vincent

2008/8/1 Brett Porter <[EMAIL PROTECTED]>:

On 01/08/2008, at 8:03 AM, John Casey wrote:

Until I can get the javadoc plugin working on OS X there's nothing I can
do to even peek at this.

Fixed (it was relying on tools.jar, I made the behaviour the same as javac).



Why is it failing? Can you formulate a MNG issue with the relevant details
that are causing the ITs to fail? If I had some sort of set of steps to
reproduce the problem, it would help a lot.


Technically, this was a bug in the javadoc plugin (MJAVADOC-211) - it
doesn't create the reporting output directory if it doesn't exist (nor does
the javadoc tool). I've fixed that so it passes on RC4 as well now.

However, that means the functionality change was that it now doesn't create the target and target/site directories up front (which are configured in the POM). While that's a good thing, since they may not be used, it's probably going to break a plugin here and there, so it might be better to go back to the behaviour of making them that was in 2.0.9. I haven't filed an MNG or IT
for this though.

Glad to know it's a minor thing though :)

Cheers,
Brett



-john

Vincent Siveton wrote:

Hi John,
I tried RC4 under javadoc plugin and I have now 3 ITs failures on my
side: MJAVADOC-172 MJAVADOC-180 MJAVADOC-194
Cheers,
Vincent
2008/7/31 John Casey <[EMAIL PROTECTED]>:

Hi,

I've got a new release candidate for people to try out:


http://people.apache.org/~jdcasey/stage/apache-maven/2.0.10-RC4/org/apache/maven/apache-maven/2.0.10-RC4/

Major changes:

- Bumped wagon version to 1.0-beta-4
- Improved handling of mirror definitions without an <id/> element

The only outstanding potential issue has something to do with the
MJAVADOC-172 and MJAVADOC-194 integration tests, in the
maven-javadoc-plugin. I'm unable to even build this plugin on my
localhost
due to unit test failures (even using Maven 2.0.9), so unfortunately I
can't
even attempt to figure out what the specific failure is in these cases.

Hopefully, RC4 will make it possible to distill a failing test case I
can
use to fix the issue in the core (if it's in the core).

Enjoy.

-john

--
John Casey
Developer, PMC Member - Apache Maven (http://maven.apache.org)
Blog: http://www.ejlife.net/blogs/buildchimp/

---------------------------------------------------------------------
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]

--
John Casey
Developer, PMC Member - Apache Maven (http://maven.apache.org)
Blog: http://www.ejlife.net/blogs/buildchimp/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--
Brett Porter
[EMAIL PROTECTED]
http://blogs.exist.com/bporter/


---------------------------------------------------------------------
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]


--
Brett Porter
[EMAIL PROTECTED]
http://blogs.exist.com/bporter/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--
John Casey
Developer, PMC Member - Apache Maven (http://maven.apache.org)
Blog: http://www.ejlife.net/blogs/buildchimp/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to