You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by Jukka Zitting <ju...@gmail.com> on 2008/01/29 20:57:49 UTC

Re: Where to find jacrabbit 1.4 OCM javadoc?

Hi,

On Jan 29, 2008 9:17 PM, Alex Lukin <lu...@stu.cn.ua> wrote:
> "This page describes only the main Persistence Manager methods. You can see
> the javadoc to get more information on the API."
>
> I found no javadoc on http://jackrabbit.apache.org/api/1.4/index.html [...]

Ah, I'm sorry about that. I generated the 1.4 API docs as an aggregate
from the tags/1.4 and of course didn't remember to include the OCM
components that are outside the normal Maven multimodule build.

I just generated the OCM API docs for 1.4. They'll be available at
http://jackrabbit.apache.org/api/1.4/ocm/ in a few hours.

BR,

Jukka Zitting

Re: Where to find jacrabbit 1.4 OCM javadoc?

Posted by Jukka Zitting <ju...@gmail.com>.
Hi,

On Jan 29, 2008 10:10 PM, Alex Lukin <lu...@stu.cn.ua> wrote:
> Tuesday 29 January 2008 21:57:49 Jukka Zitting написав:
> > I just generated the OCM API docs for 1.4. They'll be available at
> > http://jackrabbit.apache.org/api/1.4/ocm/ in a few hours.
> >
> Thanks a lot! Plase could you tell how to do that in command line with jdk 1.5
> or 1.6. When I type "mvn javadoc:javadoc" in ocm module it swores a lot about
> generics that not supported in jdk 1.4 mode.

You need to add the following in the pom.xml file:

    <plugin>
      <artifactId>maven-javadoc-plugin</artifactId>
      <configuration>
        <source>1.5</source>
      </configuration>
    </plugin>

BR,

Jukka Zitting

Re: Where to find jacrabbit 1.4 OCM javadoc?

Posted by Alex Lukin <lu...@stu.cn.ua>.
Tuesday 29 January 2008 21:57:49 Jukka Zitting написав:

> I just generated the OCM API docs for 1.4. They'll be available at
> http://jackrabbit.apache.org/api/1.4/ocm/ in a few hours.
>
Thanks a lot! Plase could you tell how to do that in command line with jdk 1.5 
or 1.6. When I type "mvn javadoc:javadoc" in ocm module it swores a lot about 
generics that not supported in jdk 1.4 mode.

-- 
SY, Alex Lukin
RIPE NIC HDL: LEXA1-RIPE