Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
10.4.2.0
-
None
Description
Mamta Satoor noticed the following in reviewing the 10.4.2 release:
Just spotted 2 documentation issues (very trivial) in Getting Started
with Derby. By no means, the release has to stop for them because i
think these 2 minor issues have been with the docs for probably all
the doc releases.
1)In the section 'Setting the environment variables", Step 1, for
Windows says set DERBY_HOME=c:\Derby_10.
We should not have the . at the end
2)In many different sections of this doc, we are showing incorrect
version of ij and Derby (I think they are all showing 10.2. we should
fix them to show 10.4 since we are talking about Derby 10.4 release).
One example of such a place in this doc is the section "Creating a
Derby database and running SQL statements" shows how to run ij in UNIX
and Windows and then it shows the output from ij displaying the ij
version. The output of ij for the 2 operating system in this section
shows to be running ij10.2 rather than 10.4 as shown below. We need to
fix the version number of ij in this section
UNIX (Korn Shell) java -jar $DERBY_HOME/lib/derbyrun.jar ij
ij version 10.2
Windows java -jar %DERBY_HOME%\lib\derbyrun.jar ij
ij version 10.2