Surok112 / robotframework-maven-plugin

Automatically exported from code.google.com/p/robotframework-maven-plugin
0 stars 0 forks source link

libdoc: Support documenting dynamic API libraries #25

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Provide a way to document dynamic API libraries, such as those provided by 
JavaLib Core.

In an effort to see if this is possible I attached this plugin to the test 
Maven phase and modified the parameters being passed to libdoc in a debugger 
and ran into issues where the dependencies normally available in the test phase 
(in JUnit, etc.), are not. Implementing this would require setting the 
classpath correctly.

Original issue reported on code.google.com by kormb...@gmail.com on 19 Aug 2012 at 5:01