On Oct 9, 2007, at 4:48 PM, Mark Brouwer wrote:
Frank Barnaby wrote:
On Oct 9, 2007, at 2:33 PM, Mark Brouwer wrote:
Mark Brouwer (JIRA) wrote:
'Apache License, Version 2.0' is a link to the official license and
'NOTICE' is a link to the NOTICE file that is being copied to a
doc-files directory.
The NOTICE file currently resides in the top level of the
distribution.
Are you suggesting that it be relocated or copied to the doc
directory?
As part of the doc target I added this:
...
</javadoc>
<mkdir dir="${build.doc.api}/doc-files"/>
<copy file="${build}/NOTICE"
tofile="${build.doc.api}/doc-files/NOTICE"/>
</target>
Effectively this will copy the NOTICE file into the javadoc tree,
and I
refer to the copied NOTICE file from the footer. No relocation takes
place, just a way to be able to use the javadoc standalone.
--
Mark
Ahhh--thank you for the clarification.