You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Kristopher Brown <Kr...@diagonal-solutions.co.uk> on 2004/02/19 13:39:47 UTC

Javadoc plugin not copying over doc-files contents

Hi,

I'm using the javadoc report, and I have some class diagrams I'd like to
copy over into the javadoc.  I've used the doc-files directory to hold
these files, and everything works in eclipse when I generate the
javadoc, but the maven javadoc plugin doesn't seem to copy that
directory over.  I've not changed any settings, I've simply just added
the report to project.xml, and I'm using RC1.  There are no errors in
the javadoc report either.

Anyone got any ideas?

Cheers
Kris.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: add generated java files to repository

Posted by "matthew.hawthorne" <ma...@apache.org>.
thorsten maus wrote:
> have the following project-structure
> 
> 
> root
> |
> | -- sample-ejb
> |      | - target
> |              | - xdoclet
> |                      |  ejbdoclet
> 
> 
> 
> | -- common-jar
> 
> 
> the sample-ejb refers to the common-jar ..
> the common-jar itself needs the generated interfaces of the sample-ejb ..
> 
> how do i tell the common-jar create the sample-ejb ejbdoclet things 
> first but only them .. because without the common-jar the compilation 
> would not work ..


This looks like a circular dependency.  I would think about organizing 
things
in a different way so that both components don't depend on each other.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


add generated java files to repository

Posted by thorsten maus <ma...@pirack.com>.
hi

have the following project-structure


root
|
| -- sample-ejb
|      | - target
|              | - xdoclet
|                      |  ejbdoclet



| -- common-jar


the sample-ejb refers to the common-jar ..
the common-jar itself needs the generated interfaces of the sample-ejb ..

how do i tell the common-jar create the sample-ejb ejbdoclet things 
first but only them .. because without the common-jar the compilation 
would not work ..

????

any idea ???

thanks in advance

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org