[
https://issues.apache.org/jira/browse/AVRO-149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12766816#action_12766816
]
Philip Zeyliger commented on AVRO-149:
--------------------------------------
I'll update the patch with your suggestions as soon as I have a chance. I have
no objections to "bin/avroj", except that it hides the fact that scripts are,
well, source, and not binary, and they have a language, so they should have an
extension. What I did was make "src/scripts/avroj.sh" be filtered (to replace
@VERSION@), renamed (to avroj), and executable in the build/avro-VERSION
directory as part of "ant package". Should tests go in "src/test/bin"?
Anyway, I'll make it bin/avroj as soon as I have a chance.
> "avrotool" runner to execute avro commands from command-line
> ------------------------------------------------------------
>
> Key: AVRO-149
> URL: https://issues.apache.org/jira/browse/AVRO-149
> Project: Avro
> Issue Type: New Feature
> Reporter: Philip Zeyliger
> Assignee: Philip Zeyliger
> Attachments: AVRO-149.patch.txt, AVRO-149.patch.v2.txt
>
>
> There's already an ant task to generate java code based on a schema, but you
> can't do it from the command-line, with any ease. I will shortly upload a
> patch that does just that.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.