Re: Workaround for broken api links

Posted by Jacopo Cappellato on
URL: http://ofbiz.116.s1.nabble.com/Workaround-for-broken-api-links-tp171205p171206.html

The bad thing of this approach is that every time we recreate the docs
we'll have to commit all the files since the javadoc task has no notion
of "changed" files.
So we'll have to limit the number of times we recreate the docs...
hmmmmm...

Jacopo


Jacopo Cappellato wrote:
> As a workaround, can I commit to svn (ofbiz/site) the site/api folder
> containing all the javadocs generated in my local machine?
> This will make all the docs available even if it is not optimal since it
> is a manual process...
>
> Is it a good thing to have or is it better to wait for a better solution?
>
> Jacopo