Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification.
The "ReleasePublication" page has been changed by RichardHillegas.
http://wiki.apache.org/db-derby/ReleasePublication?action=diff&rev1=9&rev2=10
--------------------------------------------------
a. In order for the release HTML file to be pulled into the build, it is necessary to
add a line to the <uris> section of `src/documentation/conf/cli.xconf`. Near line 310
of that file, add: `<uri type="append" src="releases/release-x.y.z.w.html"/>` (with
the correct version for your release).
a. Add a mirroring CGI script for the release. The CGI file should have the same name
as the HTML file, but obviously a `.cgi` extension.
- (!) The easiest thing is probably just to copy the CGI script for an existing release.
+ (!) If you used the transformrelnotes target above (for a 10.7 or later release), then
the cgi script has already been created for you. Otherwise, just copy release-template.cgi
to release-x.y.z.w.cgi.
* Forrest will not copy the release CGI script over unless you make a link to it from
another page. Add the link to `derby_downloads.html`, as described below, before building.
* Make sure that the CGI script is made executable by setting `svn:executable` on it
|