Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification.
The following page has been changed by KatheyMarsden:
http://wiki.apache.org/db-derby/ReleaseNoteProcess
The comment on the change is:
After DERBY-3598, need add ant.jar in classpath to run the ReleaseNoteReader
------------------------------------------------------------------------------
* For JIRAs which need a release note, you should turn on the "Release Note Needed" flag
and attach a file called `releaseNote.html`.
* The template for `releaseNote.html` lives in `tools/release/templates/releaseNote.html`
([http://svn.apache.org/repos/asf/db/derby/code/trunk/tools/release/templates/releaseNote.html
svn repos]).
- * Before attaching your release note, make sure that the release processes can digest it.
Run the lint tool, [https://svn.apache.org/repos/asf/db/derby/code/trunk/java/build/org/apache/derbyBuild/ReleaseNoteReader.java
ReleaseNoteReader], on your note as follows:
+ * Before attaching your release note, make sure that the release processes can digest it.
Add classes and $ANT_HOME/lib/ant.jar to your classpath and run the lint tool, [https://svn.apache.org/repos/asf/db/derby/code/trunk/java/build/org/apache/derbyBuild/ReleaseNoteReader.java
ReleaseNoteReader], on your note as follows:
{{{ java org.apache.derbyBuild.ReleaseNoteReader RELEASE_NOTE_FILE
}}}
where RELEASE_NOTE_FILE is the name of the file which holds your release note.
|