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 "Sebb (JIRA)" <ji...@apache.org> on 2007/10/04 19:00:55 UTC

[jira] Created: (DERBY-3105) No documentation of ij -ca option

No documentation of ij -ca option
---------------------------------

                 Key: DERBY-3105
                 URL: https://issues.apache.org/jira/browse/DERBY-3105
             Project: Derby
          Issue Type: Bug
          Components: Documentation
    Affects Versions: 10.3.1.4
            Reporter: Sebb
            Priority: Minor


The ij tool gives the following help output:

Usage: java org.apache.derby.tools.ij [-p propertyfile] [-ca connectionAttributePropertyFile] [inputfile]

The -p flag and inputfile are documented in "derbytools.pdf", but the -ca flag does not seem to be documented anywhere.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DERBY-3105) No documentation of ij -ca option

Posted by "Kim Haase (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-3105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12568980#action_12568980 ] 

Kim Haase commented on DERBY-3105:
----------------------------------

Thank you, Kathey! That's very useful background.

Do you think it would make sense to reclassify the issue under the Tools component instead of Documentation? It's now a tool command line issue, evidently.

> No documentation of ij -ca option
> ---------------------------------
>
>                 Key: DERBY-3105
>                 URL: https://issues.apache.org/jira/browse/DERBY-3105
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 10.3.1.4
>            Reporter: Sebb
>            Assignee: Abhilash T.G
>            Priority: Minor
>
> The ij tool gives the following help output:
> Usage: java org.apache.derby.tools.ij [-p propertyfile] [-ca connectionAttributePropertyFile] [inputfile]
> The -p flag and inputfile are documented in "derbytools.pdf", but the -ca flag does not seem to be documented anywhere.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DERBY-3105) No documentation of ij -ca option

Posted by "Kathey Marsden (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-3105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12568987#action_12568987 ] 

Kathey Marsden commented on DERBY-3105:
---------------------------------------

Maybe close this one won't fix and open a new one to remove the -ca option.

> No documentation of ij -ca option
> ---------------------------------
>
>                 Key: DERBY-3105
>                 URL: https://issues.apache.org/jira/browse/DERBY-3105
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 10.3.1.4
>            Reporter: Sebb
>            Assignee: Abhilash T.G
>            Priority: Minor
>
> The ij tool gives the following help output:
> Usage: java org.apache.derby.tools.ij [-p propertyfile] [-ca connectionAttributePropertyFile] [inputfile]
> The -p flag and inputfile are documented in "derbytools.pdf", but the -ca flag does not seem to be documented anywhere.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (DERBY-3105) No documentation of ij -ca option

Posted by "Abhilash T.G (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-3105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Abhilash T.G reassigned DERBY-3105:
-----------------------------------

    Assignee: Abhilash T.G

> No documentation of ij -ca option
> ---------------------------------
>
>                 Key: DERBY-3105
>                 URL: https://issues.apache.org/jira/browse/DERBY-3105
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 10.3.1.4
>            Reporter: Sebb
>            Assignee: Abhilash T.G
>            Priority: Minor
>
> The ij tool gives the following help output:
> Usage: java org.apache.derby.tools.ij [-p propertyfile] [-ca connectionAttributePropertyFile] [inputfile]
> The -p flag and inputfile are documented in "derbytools.pdf", but the -ca flag does not seem to be documented anywhere.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DERBY-3105) No documentation of ij -ca option

Posted by "Kathey Marsden (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-3105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12568744#action_12568744 ] 

Kathey Marsden commented on DERBY-3105:
---------------------------------------

A little bit of ancient history on this.  The -ca option was introduced to be able to pass JCC attributes and Cloudscape attributes in ij.  It used to be that you could not specify both client and embedded attributes in the JCC url.  I think the -ca option doesn't really add value and should be deprecated (removed from the usage message) and not documented.



> No documentation of ij -ca option
> ---------------------------------
>
>                 Key: DERBY-3105
>                 URL: https://issues.apache.org/jira/browse/DERBY-3105
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 10.3.1.4
>            Reporter: Sebb
>            Assignee: Abhilash T.G
>            Priority: Minor
>
> The ij tool gives the following help output:
> Usage: java org.apache.derby.tools.ij [-p propertyfile] [-ca connectionAttributePropertyFile] [inputfile]
> The -p flag and inputfile are documented in "derbytools.pdf", but the -ca flag does not seem to be documented anywhere.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DERBY-3105) No documentation of ij -ca option

Posted by "Kim Haase (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-3105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12568686#action_12568686 ] 

Kim Haase commented on DERBY-3105:
----------------------------------

It would be helpful to know, before someone modifies the documentation, whether there is some reason why the -ca option was not documented. Is it actually implemented? Is the ij documentation incorrect, or is it the command line usage statement that needs to be fixed?

Thank you.

> No documentation of ij -ca option
> ---------------------------------
>
>                 Key: DERBY-3105
>                 URL: https://issues.apache.org/jira/browse/DERBY-3105
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 10.3.1.4
>            Reporter: Sebb
>            Assignee: Abhilash T.G
>            Priority: Minor
>
> The ij tool gives the following help output:
> Usage: java org.apache.derby.tools.ij [-p propertyfile] [-ca connectionAttributePropertyFile] [inputfile]
> The -p flag and inputfile are documented in "derbytools.pdf", but the -ca flag does not seem to be documented anywhere.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (DERBY-3105) No documentation of ij -ca option

Posted by "Kim Haase (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-3105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kim Haase closed DERBY-3105.
----------------------------

    Resolution: Won't Fix

It appears that this is not a documentation bug, because the option is deprecated and should not be documented. I'll file another issue against ij so that the -ca option can be removed from the usage statement. Thanks, Kathey, for this suggestion.

> No documentation of ij -ca option
> ---------------------------------
>
>                 Key: DERBY-3105
>                 URL: https://issues.apache.org/jira/browse/DERBY-3105
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 10.3.1.4
>            Reporter: Sebb
>            Assignee: Abhilash T.G
>            Priority: Minor
>
> The ij tool gives the following help output:
> Usage: java org.apache.derby.tools.ij [-p propertyfile] [-ca connectionAttributePropertyFile] [inputfile]
> The -p flag and inputfile are documented in "derbytools.pdf", but the -ca flag does not seem to be documented anywhere.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.