Hi, I have been working on AVRO-1887 <https://issues.apache.org/jira/browse/AVRO-1887> to add pre-commit test to avro. I have been successful in adding the personality for java file using maven. I having some questions about the other plugins. Example :ant
The structure of avro is that there is a top level pom. And then there is different langs in subdirectory below it. So there is avro/lang/py <https://github.com/apache/avro/tree/master/lang/py>which has python code in it. The build tool for that is ant. My understanding is running add_test ant will run ant test. However, that doesn't actually run any tests. My assumption is that since there is no build.xml present there it is unable to run any ant tests. I tried cd to lang/py and run add_test ant from there. However, it throws an error saying unable to find pom.xml. Can someone give me some pointers on how to continue? Thanks -Suraj Acharya
