You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Ted Dunning (JIRA)" <ji...@apache.org> on 2012/10/21 21:54:11 UTC

[jira] [Created] (DRILL-9) Rearrange source into standard maven form

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

[jira] [Resolved] (DRILL-9) Rearrange source into standard maven form

Posted by "Ted Dunning (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DRILL-9?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Dunning resolved DRILL-9.
-----------------------------

    Resolution: Fixed

There were some strange package structures that I resolved.  That required Parser be renamed to avoid collision with the Antlr runtime.

I also created a POM and updated to Antlr 3.4
                
> 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