You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Matt Wang (JIRA)" <ji...@apache.org> on 2019/05/26 02:14:00 UTC

[jira] [Created] (CALCITE-3092) improvement the command for building calcite project in tutorial.md

Matt Wang created CALCITE-3092:
----------------------------------

             Summary: improvement the command for building calcite project in tutorial.md
                 Key: CALCITE-3092
                 URL: https://issues.apache.org/jira/browse/CALCITE-3092
             Project: Calcite
          Issue Type: Improvement
          Components: site
    Affects Versions: 1.19.0
            Reporter: Matt Wang
            Assignee: Matt Wang
             Fix For: next


the command for building Calcite project is: 
{code:java}
$ ./mvnw install -DskipTests -Dcheckstyle.skip=true
{code}
but it miss  `_clean_`.

if you use `_./sqlline_`  command to connect to Calcite, it maybe use old `_taget/fullclasspath.txt`,_ could bring some errors.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)