Message:
The following issue has been closed.
Resolver: Gavin King
Date: Sat, 14 Jun 2003 2:54 AM
closing this now....
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-75
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HB-75
Summary: Some javadoc problems in build.xml
Type: Bug
Status: Closed
Priority: Minor
Resolution: FIXED
Project: Hibernate2
Fix Fors:
2.0.1
Versions:
2.0rc2
Assignee: Gavin King
Reporter: Lu Yunhai
Created: Tue, 13 May 2003 11:40 PM
Updated: Sat, 14 Jun 2003 2:54 AM
Environment: Win2000 JDK1.4.1
Description:
1. line28-line29
<property name="doc.api.dir" value="${doc.dir}/api"/>
<property name="doc.ref.dir" value="${doc.dir}/reference"/>
should be
<property name="doc.api.dir" value="${doc.dir}/hib_docs/api"/>
<property name="doc.ref.dir" value="${doc.dir}/hib_docs/reference"/>
2. line175
Overview="${doc.api.dir}/package.html"
should be
Overview="${doc.api.dir}/packages.html"
3. some packages missed in javadoc:
net.sf.hibernate.collection
net.sf.hibernate.hql
net.sf.hibernate.impl
net.sf.hibernate.jca
net.sf.hibernate.lob
net.sf.hibernate.proxy
net.sf.hibernate.ps
net.sf.hibernate.sql
net.sf.hibernate.tool
net.sf.hibernate.tool.*
net.sf.hibernate.util
net.sf.hibernate.xml
Maybe not all these packages should be put into javadoc, but there are some do need such as net.sf.hibernate.impl.SessionFactoryImpl, otherwise SessionFactoryImplementor's seealso will be incorrect.
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|