FYI - in the javadocs produced for 2.0.9, I found that there isn't a "package-list" file generated, which prevents Eclipse from associating the Javadoc directory with that JAR for inline help. Just a heads up.
The Javadoc tool *should* create this file, so the build script may need to be tweaked. BR On Wed, 01 Dec 2004 09:43:43 -0700, Brandon Goodin <[EMAIL PROTECTED]> wrote: > > I mistakenly left it out in the last revision of the build.xml script. I > just fixed it in CVS. So, If you want to checkout Ibatis and run the > "src.javadoc" ant task you will get all of the javadocs that are available. > There is a dev and user version. Both javadoc sets produced contain the > common package. > > Brandon > > >>> "Oliver Chua" <[EMAIL PROTECTED]> 12/1/2004 12:08:03 AM >>> > > Hi... > > The javadoc included in the installer has a javadoc, but it does not include > classes in the common package. > > Anybody know where I can get it? > > Thanks in advance. > >

