Menu

#74 Add arithmetic modulo for sampling large dataset

2014-04-04
2014-04-10
  • Simon Chenery

    Simon Chenery - 2014-04-05

    Thank you. I merged your changes into CsvJdbc repository.

     
  • Daniel Wagner

    Daniel Wagner - 2014-04-09

    Btw, have you considered to switch to generating

    • ExpressionParser.java
    • ExpressionParserConstants.java
    • ExpressionParserTokenManager.java
    • ParseException.java
    • SimpleCharStream.java
    • Token.java
    • TokenMgrError.java

    on build? On my fork at GitHub I've set this up using javacc-maven-plugin. I'm sure with Ant something similar can be done.

    Using javacc-maven-plugin is the reason why I moved where.jj to a different location.

     
  • Simon Chenery

    Simon Chenery - 2014-04-10

    Yes I am checking the pom.xml in your github repo ( https://github.com/kwaxi/csvjdbc )

    1. Is the following pom.xml tag really necessary?
         <!--This plugin's configuration is used to store Eclipse m2e settings
         only. It has no influence on the Maven build itself. -->
         <plugin>
         ...
         </plugin>
    
    1. I think where.jj should be stored under
      src/main/javacc/org/relique/jdbc/csv/where.jj and not
      src/main/javacc/where.jj. Maven works with both but javacc writes
      generated classes to the same directory as the .jj file by default.
      I would prefer that the classes are in a directory matching the package
      name (org.relique.jdbc.csv) so that eclipse and the javac compiler can find them.
     

    Last edit: Simon Chenery 2014-04-10

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.