R
Roedy Green
Every time I run Javadoc it generates some HTML like this:
<HEAD>
<!-- Generated by javadoc (build 1.6.0_13) on Fri May 01 06:16:21 PDT
2009 -->
<TITLE>
Affirm
</TITLE>
<META NAME="date" CONTENT="2009-05-01">
That's the date Javadoc was run, not the date the content changed.
This triggers huge amounts of nugatory commits to the version control
source repository and masks the real changes. Is there an easy way to
turn this off?
I suppose the other approach not to put generated Javadoc in the
repository. I thought it would be useful to users to track changes to
the public API.
--
Roedy Green Canadian Mind Products
http://mindprod.com
"Species evolve exactly as if they were adapting as best they could to a changing world, and not at all as if they were moving toward a set goal."
~ George Gaylord Simpson
<HEAD>
<!-- Generated by javadoc (build 1.6.0_13) on Fri May 01 06:16:21 PDT
2009 -->
<TITLE>
Affirm
</TITLE>
<META NAME="date" CONTENT="2009-05-01">
That's the date Javadoc was run, not the date the content changed.
This triggers huge amounts of nugatory commits to the version control
source repository and masks the real changes. Is there an easy way to
turn this off?
I suppose the other approach not to put generated Javadoc in the
repository. I thought it would be useful to users to track changes to
the public API.
--
Roedy Green Canadian Mind Products
http://mindprod.com
"Species evolve exactly as if they were adapting as best they could to a changing world, and not at all as if they were moving toward a set goal."
~ George Gaylord Simpson