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
com/lafros/juice/doc-files: copied
com/lafros/doc-files: NOT copied

This condition doesn't appear to be documented, and doesn't apply to  
javadoc itself.


Can anyone disprove this?

Rob

On 9 Jul 2006, at 18:21, Rob Dickens wrote:

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 time.

Rob

On 31 May 2006, at 08:34, Rob Dickens wrote:

Still couldn't get this to work, so http://jira.codehaus.org/ 
browse/MJAVADOC-76



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



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

2006-07-14 Thread Beyer,Nathan
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. Maybe that's linked to the must contain .java files
you mentioned.

-Nathan 

-Original Message-
From: Rob Dickens [mailto:[EMAIL 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 to the
condition that the directory must contain .java files.)

E.g.
com/lafros/juice/demo/doc-files: copied
com/lafros/juice/doc-files: copied
com/lafros/doc-files: NOT copied

This condition doesn't appear to be documented, and doesn't apply to
javadoc itself.

Can anyone disprove this?

Rob

On 9 Jul 2006, at 18:21, Rob Dickens wrote:

 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 time.

 Rob

 On 31 May 2006, at 08:34, Rob Dickens wrote:

 Still couldn't get this to work, so http://jira.codehaus.org/
 browse/MJAVADOC-76


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


-
CONFIDENTIALITY NOTICE This message and any included attachments
are from Cerner Corporation and are intended only for the
addressee. The information contained in this message is
confidential and may constitute inside or non-public information
under international, federal, or state securities laws.
Unauthorized forwarding, printing, copying, distribution, or use of
such information is strictly prohibited and may be unlawful. If you
are not the addressee, please promptly delete this message and
notify the sender of the delivery error by e-mail or you may call
Cerner's corporate offices in Kansas City, Missouri, U.S.A at (+1)
(816)221-1024. ---


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



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. Maybe that's linked to the must contain .java  
files

you mentioned.

-Nathan



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



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
b/artifactId
version2.0SP1/version
typelib/type
scopecompile/scope
  /dependency
/dependencies
  /dependencyManagement

in a POM descriptor. Sub-projects/modules of this project should
require the named artifact, but

  % mvn compile

build successfully, even though I hadn't yet installed the artifact
in the local repository.

Brad


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



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 time.

Rob

On 31 May 2006, at 08:34, Rob Dickens wrote:

Still couldn't get this to work, so http://jira.codehaus.org/browse/ 
MJAVADOC-76



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



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 which doesn't involve  
modules?


Thanks,

Rob

ps Have checked http://jira.codehaus.org/browse/MJAVADOC but no  
such issue has been reported.


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



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 reported.


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