-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libdoc: Please add a functionality to create a libdoc for several ressource documents #28
Comments
I also find this helpful to have to have! With having multiple I have worked around this using multiple executions in the plugin, each having own |
This would be useful for sure. Unless someone requests this from inside Nokia, I dont think we will have time to implement this anytime soon though. Pull requests are welcome! |
Hi guys, I played with the idea, see here: diakula@7f11b65 , diakula@58a60c8 . Basically, I changed the semantic of the tag so it could accept ant-like patterns (same implement as what maven uses for ). Before: <libraryOrResourceFile>${basedir}/src/main/java/bla/XmlUtilitiesLibrary.java</libraryOrResourceFile> After: <libraryOrResourceFile>${basedir}/src/main/java/**/*.java</libraryOrResourceFile> Can someone look at my branch, if the approach looks sound? |
Sorry for the delay, I have been quite busy lately. The solution is quite complex, but if it works I'm ready to include it. It would be a great addition to maven plugin! I would however prefer shorter and less complex methods in a pull request. If you could try to clean the code up to shorter more specialized helper methods, it would make it easier to do a code review. Thanks! |
Thanks for the feedback. Regarding the readability of the changes - I tried to keep the changes to existing files to the minimum. Most of the new code went to new files. Below I give a small walktrough summary for the intended changes, a bit better structured than the commit message: Changes to original files:
I hope this helps. |
Thanks. If you could make a pull request for this with a slightly cleaned up code (especially shorter methods), I could include this into the distribution! |
Ok, I'll do some more extensive testing and cleanup first. |
Ok, finished testing, result in #34 . |
Any news whether we can get the libdoc and the testdoc enhancements for multiple sources in any time soon? |
Sorry, we have been very busy making the RF 3.0 release. Once we get that out, I should have some free time. |
What's the current status on this? it's a most valuable feature ! |
Any update on this pleaseeee |
was this implemented? |
since this is not yet implemented, I opened the sources of a generated html doc created with libdoc and noticed the keywords, documentation and arguments are all in the |
Not sure this is the best way to do it but I managed to run |
Hi,
we have many ressource files (about 20) for which we want to create a libdoc. In my opinion it is not possible to create for all files the libdoc at once. So please add a parameter for the libdoc functionality such as "ressourcePath".
Thanks a lot!
Best regards,
Alex
The text was updated successfully, but these errors were encountered: