RE: Javadoc for multiple source directories

2004-05-06 Thread Yoway . Buorn
where on how to apply this patch? Thanks. -Original Message- From: Nathan Coast [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 05, 2004 7:03 PM To: Maven Users List Subject: Re: Javadoc for multiple source directories is the package name in the project.xml correct? I seem to remember

Javadoc for multiple source directories

2004-05-05 Thread Yoway . Buorn
To whoever can help me, I was looking through the mailing list archives for a solution to this and noticed someone had posted a solution which involved appending the additional source directories to the maven.compile.src.set using maven:addPath. So I tried to do something along this lines:

Re: Javadoc for multiple source directories

2004-05-05 Thread Nathan Coast
is the package name in the project.xml correct? I seem to remember that this causes errors like this. Also, I don't think that the maven.compile.src.set is used by the javadoc plugin (yet) see the bug http://jira.codehaus.org/secure/ViewIssue.jspa?id=12145 --- [EMAIL PROTECTED] wrote: To