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.

Reply via email to