You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Jeff Levitt (JIRA)" <de...@db.apache.org> on 2005/09/13 22:22:54 UTC

[jira] Created: (DERBY-566) Doc bug for saving ij output to a file

Doc bug for saving ij output to a file
--------------------------------------

         Key: DERBY-566
         URL: http://issues.apache.org/jira/browse/DERBY-566
     Project: Derby
        Type: Bug
  Components: Documentation  
    Reporter: Jeff Levitt
    Priority: Minor
     Fix For: 10.1.2.0, 10.1.1.0


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*>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (DERBY-566) Doc bug for saving ij output to a file

Posted by "Kathey Marsden (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-566?page=all ]

Kathey Marsden updated DERBY-566:
---------------------------------

    Fix Version:     (was: 10.1.1.1)

> Doc bug for saving ij output to a file
> --------------------------------------
>
>          Key: DERBY-566
>          URL: http://issues.apache.org/jira/browse/DERBY-566
>      Project: Derby
>         Type: Bug
>   Components: Documentation
>     Versions: 10.1.1.0
>     Reporter: Jeff Levitt
>     Priority: Minor
>      Fix For: 10.2.0.0, 10.1.2.0

>
> 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*>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (DERBY-566) Doc bug for saving ij output to a file

Posted by "Jeff Levitt (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-566?page=all ]

Jeff Levitt updated DERBY-566:
------------------------------

    Attachment: derby566.diff
                ttoolsij98878.html

Attached patch fixes as requested, and html file is included for review.  Wanted to get this in before the cutoff...

> Doc bug for saving ij output to a file
> --------------------------------------
>
>          Key: DERBY-566
>          URL: http://issues.apache.org/jira/browse/DERBY-566
>      Project: Derby
>         Type: Bug
>   Components: Documentation
>     Versions: 10.1.1.0
>     Reporter: Jeff Levitt
>     Priority: Minor
>      Fix For: 10.2.0.0, 10.1.2.0
>  Attachments: derby566.diff, ttoolsij98878.html
>
> 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*>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (DERBY-566) Doc bug for saving ij output to a file

Posted by "Andrew McIntyre (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-566?page=all ]

Andrew McIntyre updated DERBY-566:
----------------------------------

    Fix Version: 10.1.1.1
                     (was: 10.1.2.0)
                     (was: 10.1.1.0)
        Version: 10.1.1.0

> Doc bug for saving ij output to a file
> --------------------------------------
>
>          Key: DERBY-566
>          URL: http://issues.apache.org/jira/browse/DERBY-566
>      Project: Derby
>         Type: Bug
>   Components: Documentation
>     Versions: 10.1.1.0
>     Reporter: Jeff Levitt
>     Priority: Minor
>      Fix For: 10.2.0.0, 10.1.2.0, 10.1.1.1

>
> 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*>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (DERBY-566) Doc bug for saving ij output to a file

Posted by "Andrew McIntyre (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-566?page=all ]

Andrew McIntyre updated DERBY-566:
----------------------------------

    Fix Version: 10.2.0.0
                 10.1.2.0

> Doc bug for saving ij output to a file
> --------------------------------------
>
>          Key: DERBY-566
>          URL: http://issues.apache.org/jira/browse/DERBY-566
>      Project: Derby
>         Type: Bug
>   Components: Documentation
>     Versions: 10.1.1.0
>     Reporter: Jeff Levitt
>     Priority: Minor
>      Fix For: 10.2.0.0, 10.1.2.0, 10.1.1.1

>
> 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*>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (DERBY-566) Doc bug for saving ij output to a file

Posted by "Andrew McIntyre (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-566?page=all ]
     
Andrew McIntyre resolved DERBY-566:
-----------------------------------

    Fix Version: 10.1.1.2
     Resolution: Fixed

Committed to trunk with revision 327239 and 10.1 branch with 327240.

> Doc bug for saving ij output to a file
> --------------------------------------
>
>          Key: DERBY-566
>          URL: http://issues.apache.org/jira/browse/DERBY-566
>      Project: Derby
>         Type: Bug
>   Components: Documentation
>     Versions: 10.1.1.0
>     Reporter: Jeff Levitt
>     Priority: Minor
>      Fix For: 10.2.0.0, 10.1.2.0, 10.1.1.2
>  Attachments: derby566.diff, ttoolsij98878.html
>
> 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*>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (DERBY-566) Doc bug for saving ij output to a file

Posted by "Kristian Waagan (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-566?page=all ]

Kristian Waagan closed DERBY-566.
---------------------------------

    Assignee: Jeff Levitt

> Doc bug for saving ij output to a file
> --------------------------------------
>
>                 Key: DERBY-566
>                 URL: http://issues.apache.org/jira/browse/DERBY-566
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 10.1.1.0
>            Reporter: Jeff Levitt
>         Assigned To: Jeff Levitt
>            Priority: Minor
>             Fix For: 10.2.1.6, 10.1.2.1
>
>         Attachments: derby566.diff, ttoolsij98878.html
>
>
> 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*>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira