[ 
https://issues.apache.org/jira/browse/AVRO-1139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13435445#comment-13435445
 ] 

Doug Cutting commented on AVRO-1139:
------------------------------------

That main() routine is mostly a relic of development, left for debugging.  The 
better-supported command-line interface for the specific compiler is 
SpecificCompilerTool.java, in the tools module.  This is generally run from the 
avro-tools jar, which contains all of the dependencies and can be run as a 
standalone executable.
                
> Implement "usage" message for SpecificCompiler
> ----------------------------------------------
>
>                 Key: AVRO-1139
>                 URL: https://issues.apache.org/jira/browse/AVRO-1139
>             Project: Avro
>          Issue Type: Improvement
>          Components: java
>    Affects Versions: 1.7.1
>            Reporter: Lewis John McGibbney
>            Assignee: Lewis John McGibbney
>            Priority: Minor
>             Fix For: 1.7.2
>
>         Attachments: AVRO-1139.patch
>
>
> We use the SpecificCompiler from a bash script over in Apache Gora. It would 
> be real nice if the main method printed some usage instructions if the 
> incorrect cmd line params are enetered.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to