[EMAIL PROTECTED] wrote:
Rick Hillegas <[EMAIL PROTECTED]> writes:

I have downloaded the source distribution of the 10.4 beta and have a
couple comments. After unpacking this distribution, I was able to
build the docs and I was able to generate a release. The links from
index.html worked. So the structure of the beta looks good to me. The
release notes looked sketchy, but I've already sent mail about
that. In addition, the following looked odd:

o In the user guides, should "Copyright 2004-2007" be changed to
"Copyright 2004-2008"?

I can fix this.

o The version number in the user documentation is 10.3, not 10.4

So I changed the *conrefs.dita files, but the version number in the pdfs
still says 10.3 (I don't know where to find the version number in the
html docs). What gives?

Took me quite a while to figure this out, but there's a version number in each ditamap file:

<vrmlist><vrm version="10.3"/></vrmlist>

This is what seems to be used for the PDFs.

Kim


o In the JDBC3 public api, there's a spurious line just before the
title of the top-left frame. The line reads: 'Apache Derby 10.4 API
Documentation">'

I wonder if this is somehow related to the <Doctitle> or
<Windowtitle> tag, for the javadoc target?
    <javadoc sourcepath="${out.javadoc.dir}/sourcedir"
             executable="${javadocTool}"
             classpath="${compile.classpath};${osgi};${servlet24};${out.dir}"
             breakiterator="true"
             destdir="${public.api.dir}"
             Overview="${basedir}/published_api_overview.html"
Windowtitle="Apache Derby ${major}.${minor} API Documentation" Header="Apache Derby ${major}.${minor}"
             Footer="${javadoc.Footer}"
             bottom="Apache Derby ${major}.${minor} API Documentation  -  &lt;i&
gt;Copyright &amp;copy; 2004,2008 The Apache Software Foundation. All Rights Res
erved.&lt;/i&gt;"> <Doctitle><![CDATA[<img src="resources/derby_logo64.png" align="center"> A pache Derby ${major}.${minor} API Documentation]]></Doctitle> <fileset dir="${derby.engine.src.dir}"

Any javadoc experts out there that would like to comment?

o The NOTICE file says "Copyright 2004-2007". Should that be changed
to "Copyright 2004-2008"?

Fixed by
[EMAIL PROTECTED]/derby/derby-scratch$ svn log -r 637190
------------------------------------------------------------------------
r637190 | djd | 2008-03-14 19:09:16 +0100 (Fri, 14 Mar 2008) | 1 line

Update the ASF collected works copyright to be 2004-2008 in NOTICE and for the 
javadoc
------------------------------------------------------------------------

(merged to 10.4)

Reply via email to