Issue Details (XML | Word | Printable)

Key: DERBY-566
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Jeff Levitt
Reporter: Jeff Levitt
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Derby

Doc bug for saving ij output to a file

Created: 14/Sep/05 05:20 AM   Updated: 10/Oct/06 10:17 AM
Return to search
Component/s: Documentation
Affects Version/s: 10.1.1.0
Fix Version/s: 10.1.2.1, 10.2.1.6

Time Tracking:
Not Specified

File Attachments:
  Size
File Licensed for inclusion in ASF works derby566.diff 2005-10-21 04:53 AM Jeff Levitt 2 kB
HTML File Licensed for inclusion in ASF works ttoolsij98878.html 2005-10-21 04:53 AM Jeff Levitt 4 kB

Resolution Date: 22/Oct/05 03:58 AM


 Description  « Hide
Tracking issue as discussed in:

http://mail-archives.apache.org/mod_mbox/db-derby-dev/200509.mbox/%3cc25576af05091008427d8bf8dd@mail.gmail.com%3e

On the following page:

http://db.apache.org/derby/docs/dev/tools/ttoolsij98878.html

this is what needs to change on that page:
 - 2nd bullet on page, 'Redirect standard input to come from a file', the
example should be:

java -Djdbc.drivers=org.apache.derby.jdbc.EmbeddedDriver
    org.apache.derby.tools.ij < <*myscript.sql*>

- 5th bullet on page, 'By redirecting to a file', the example should be:

java -Djdbc.drivers=org.apache.derby.jdbc.EmbeddedDriver
    org.apache.derby.tools.ij <*myscript.sql*> > <*myoutput.txt*>

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #327239 Fri Oct 21 18:54:56 UTC 2005 fuzzylogic DERBY-566: Fix examples of saving ij output in the tools doc.

Committed for Jeff Levitt <derby@mylevita.com>
Files Changed
MODIFY /db/derby/docs/trunk/src/tools/ttoolsij98878.dita