google-code-backups / xinc

Automatically exported from code.google.com/p/xinc
0 stars 0 forks source link

documentation plugin fails when copying doxygen generated docs #178

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Doxygen generates (by default) a folder "html" which contains ALL the html
and graphic assets in one directory. For my current documentation this is
approximately 3,000 files.

The current code in Xinc/Plugin/Repos/Documentation.php tries to shell out
and run "cp" via exec with a wildcard (*).. This however causes an argument
overflow in bash and the command fails (too many arguments error).

This code needs to be written to parse the directory listing manually via
"dir" and copy, or use a combination of find and xargs or tar.

Original issue reported on code.google.com by urkle0 on 3 Jun 2008 at 4:16

GoogleCodeExporter commented 8 years ago

Original comment by opitz.al...@googlemail.com on 10 Apr 2012 at 11:41