[
https://issues.apache.org/jira/browse/CALCITE-553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15146757#comment-15146757
]
Josh Elser commented on CALCITE-553:
------------------------------------
Alright, sorry for the pain [~julianhyde].
bq. For what it's worth, the script I run is
https://github.com/julianhyde/share/blob/master/tools/calcite-regress.sh. I
don't claim that you should run that script, or that you should be able to run
that script (I don't have the time to make it run on anyone's hardware but my
own), but anyone should be able to run -Pit,it-oracle provided that they have
the necessary databases running.
Thanks. I had just pulled down the vagrant VM and thought that was going to run
things for me.
My hunch is that this has to do with how activeByDefault works in Maven, but
I'll prod things some more and put up a branch instead of directly pushing next
time.
> "mvn clean install" fails due to missing SqlParserImpl
> ------------------------------------------------------
>
> Key: CALCITE-553
> URL: https://issues.apache.org/jira/browse/CALCITE-553
> Project: Calcite
> Issue Type: Bug
> Reporter: Julian Hyde
> Assignee: Josh Elser
> Fix For: next
>
>
> Every second time I call {mvn -DskipTests clean install} it fails with
> {code}[ERROR] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [ERROR]
> /home/jhyde/open1/calcite.2/core/src/main/java/org/apache/calcite/sql/parser/SqlParser.java:[24,42]
> cannot find symbol
> symbol: class SqlParserImpl
> location: package org.apache.calcite.sql.parser.impl
> [ERROR]
> /home/jhyde/open1/calcite.2/core/src/main/java/org/apache/calcite/sql/parser/SqlParser.java:[201,50]
> cannot find symbol
> symbol: variable SqlParserImpl
> location: class org.apache.calcite.sql.parser.SqlParser.ConfigBuilder
> [INFO] 2 errors{code}
> I think CALCITE-484 broke something; maybe the parser is not generated
> correctly if at the start of the mvn command (before clean) the parser
> already exists.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)