Ted Dunning created DRILL-9:
-------------------------------

             Summary: Rearrange source into standard maven form
                 Key: DRILL-9
                 URL: https://issues.apache.org/jira/browse/DRILL-9
             Project: Apache Drill
          Issue Type: Sub-task
            Reporter: Ted Dunning


Maven standard layout should be more like this:

src/
   main/
      java/
      antlr/
      resources/
   test/
      java/
      resources/

The test data should be under src/test/resources.  All test cases should be 
extracted to src/test/java.  Antlr source code should be removed from the java 
tree.

Likewise, no jar files should be checked in.  Instead a pom should be created 
with dependencies.

Finally, I think that this grammar uses Antlr3, but I am not sure.  It 
definitely SHOULD use version 3.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to