roycezhc / doclava

Automatically exported from code.google.com/p/doclava
Apache License 2.0
0 stars 0 forks source link

Doesn't copy files from doc-files directories #48

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. populate a doc-files directory in the source code path
2. build with default settings, e.g. using ant

What is the expected output? What do you see instead?

The standard way to embed images in Javadoc is to create a directory named 
"doc-files".  This is used by Eclipse as well as Java's default doclet.  
Doclava doesn't copy the directory.

What version of the product are you using? On what operating system?

Docalava 1.0.5 on Mac OS X 10.6.8, Java 1.6.0_29, ant 1.8.2.

The workaround in Ant is to add a copy task to the build.

Original issue reported on code.google.com by david.ca...@gmail.com on 22 Nov 2011 at 5:16