Hi tried to add the javadoc to isomorphic_core_rpc.jar in the classpath
<classpathentry kind="var" path="SGWTEE_HOME/lib/isomorphic_core_rpc.jar">
<attributes>
<attribute name="javadoc_location" value="file:/D:/Projects/smartgwt/smartgwtee-12.0p/doc/server/javadoc/"/>
</attributes>
</classpathentry>
Eclipse is unable to show its content and throws an exception:
eclipse.buildId=4.11.0.I20190307-0500
java.version=1.8.0_181
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=nl_NL
Framework arguments: -product org.eclipse.epp.package.jee.product
Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.jee.product
org.eclipse.jdt.core
Error
Mon Aug 26 15:12:40 CEST 2019
Unknown javadoc format for RPCManager(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) {key=Lcom/isomorphic/rpc/RPCManager;.(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V|Ljava/lang/Exception;} [in RPCManager [in RPCManager.class [in com.isomorphic.rpc [in D:\Projects\smartgwt\smartgwtee-12.0p\lib\isomorphic_core_rpc.jar]]]]
<classpathentry kind="var" path="SGWTEE_HOME/lib/isomorphic_core_rpc.jar">
<attributes>
<attribute name="javadoc_location" value="file:/D:/Projects/smartgwt/smartgwtee-12.0p/doc/server/javadoc/"/>
</attributes>
</classpathentry>
Eclipse is unable to show its content and throws an exception:
eclipse.buildId=4.11.0.I20190307-0500
java.version=1.8.0_181
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=nl_NL
Framework arguments: -product org.eclipse.epp.package.jee.product
Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.jee.product
org.eclipse.jdt.core
Error
Mon Aug 26 15:12:40 CEST 2019
Unknown javadoc format for RPCManager(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) {key=Lcom/isomorphic/rpc/RPCManager;.(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V|Ljava/lang/Exception;} [in RPCManager [in RPCManager.class [in com.isomorphic.rpc [in D:\Projects\smartgwt\smartgwtee-12.0p\lib\isomorphic_core_rpc.jar]]]]
Comment