cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco 3 Sources - extending a class that DOES NOT exist

jayjayecl
Confirmed Champ
Confirmed Champ
Hello,

I have some serious trouble understanding something in Alfresco 3 sources.
The class org.alfresco.web.ui.repo.component.UINavigator seems to extend the class org.alfresco.web.ui.common.component.SelfRenderingComponent.

But, browsing those sources, there is NO class SelfRenderingComponent !!!
How is that possible ?
7 REPLIES 7

jayjayecl
Confirmed Champ
Confirmed Champ
another thing I could not get :
when browsing the javadocs (http://wiki.alfresco.com/wiki/Alfresco_JavaDoc), how can we choose the version of Alfresco release ?
I could not notice any labels on the pages telling "javadoc for Alfresco 2.x" ?
Besides, I have the same problem when browsing sources on the svn …

thanks for any reply

sbuckle
Champ in-the-making
Champ in-the-making
If you checked out the source code from svn at some point it's probably best if you generate the java doc for the version of the code that you have. There is an ant target "generate-docs" defined in build.xml that should do this for you.

jayjayecl
Confirmed Champ
Confirmed Champ
The SelfRenderingComponent seems to have been moved to the webscript-framework part of the sources.
And the webscript-framework sources are not zipped in the Alfresco 3 SDK (there is only the webscript-framework.jar lib in its /lib folder).

t_broyer
Champ in-the-making
Champ in-the-making
FYI, we opened a JIRA issue for this: http://issues.alfresco.com/jira/browse/ALFCOM-2034

Go vote for it asap!  😉

jayjayecl
Confirmed Champ
Confirmed Champ
Thank you for that.
Any JIRA opened for the lack of versions notes in Javadocs or SVN ?

libman
Champ in-the-making
Champ in-the-making