Re: javadoc 2.0 plugin: doc-files/* not being copied!

2006-07-14 Thread Rob Dickens
I now think I know what the matter is. It looks like doc-files/ directories have to be at least three directories deep in order to be copied. (This is in addition to the condition that the directory must contain .java files.) E.g. com/lafros/juice/demo/doc-files: copied

RE: javadoc 2.0 plugin: doc-files/* not being copied!

2006-07-14 Thread Beyer,Nathan
PROTECTED] Sent: Friday, July 14, 2006 8:48 AM To: Maven Users List Subject: Re: javadoc 2.0 plugin: doc-files/* not being copied! I now think I know what the matter is. It looks like doc-files/ directories have to be at least three directories deep in order to be copied. (This is in addition

Re: javadoc 2.0 plugin: doc-files/* not being copied!

2006-07-14 Thread Rob Dickens
The doc-files/ folders are located in the src/ tree (in folders containing .java files). On 14 Jul 2006, at 16:16, Beyer,Nathan wrote: Do you have your 'doc-files' in the source folder or in a resource folder? I've never been able to get it to copy 'doc-files' that are in resource folders.

RE: javadoc 2.0 plugin: doc-files/* not being copied!

2006-07-14 Thread Brad Harper
Hello all: Can anyone say if 'maven-native-plugin' is sensitive to explicit project dependencies? Should it be? I have dependencyManagement dependencies dependency groupIdthird-party/groupId artifactIddxr-third-party-com-emc-centera-fplibrary-WINDOWS-X86-li

Re: javadoc 2.0 plugin: doc-files/* not being copied!

2006-07-09 Thread Rob Dickens
It looks like the problem was confined to the version I'd compiled from src (a week before 2.0 was officially released). Anyway, I just cleared this from my local repository, thereby forcing the released version to be downloaded, and the problem went away. Sorry for having wasted anyone's

Re: javadoc 2.0 plugin: doc-files/* not being copied!

2006-05-31 Thread Rob Dickens
Still couldn't get this to work, so http://jira.codehaus.org/browse/ MJAVADOC-76 On 30 May 2006, at 14:21, Rob Dickens wrote: Dear Maven Users, I'm finding that they only get copied if the project involves modules, and aggregate is set to true. Has anyone got this to work in a project

javadoc 2.0 plugin: doc-files/* not being copied!

2006-05-30 Thread Rob Dickens
Dear Maven Users, I'm finding that they only get copied if the project involves modules, and aggregate is set to true. Has anyone got this to work in a project which doesn't involve modules? Thanks, Rob ps Have checked http://jira.codehaus.org/browse/MJAVADOC but no such issue has been