[ https://issues.apache.org/jira/browse/AVRO-338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12800849#action_12800849 ]
Philip Zeyliger commented on AVRO-338: -------------------------------------- test_tools.sh is a shell script because I hate writing shell scripts in ant :). (The script invokes avro-tools with various arguments, and uses diff/cmp to make sure it gets expected results.) For what it does, I'd prefer python to ant, but if I won't get in the way if you'd prefer ant. > ant test-tools does not work under Cygwin > ----------------------------------------- > > Key: AVRO-338 > URL: https://issues.apache.org/jira/browse/AVRO-338 > Project: Avro > Issue Type: Bug > Components: java > Reporter: Thiruvalluvan M. G. > > The target "test-tools" invokes a shell script using "exec" task. Since the > shell scripts cannot be invoked directly by the Windows, it is required to > have the "exec" task with executable="sh" and then pass the script name as an > argument. > This patch does just that. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.