Re: [Dspace-tech] Question Rest Javadoc

2015-06-15 Thread helix84
Hi Paul, there certainly is some JavaDoc for classes under org.dspace.rest in DSpace 5 as you can see here: http://demo.dspace.org/javadocs/5/apidocs/ Perhaps you ran "mvn javadoc:javadoc" in ~/dspace-src/dspace-rest/ ? Try running it in ~/dspace-src/ instead. Regards, ~~helix84 Compulsory rea

[Dspace-tech] Question Rest Javadoc

2015-06-15 Thread Paul Kloss
Hello everyone, I have a little question on how to compile the Javadoc of the Dspace-Rest-API. The command "mvn javadoc:javadoc" (as described in https://wiki.duraspace.org/display/DSDOC5x/REST+API) does not create the commentaries from the classes in org.dspace.rest. Is that a bug or did I do s