Yeah, you are right. (Idea)

I get this error when I try to run that target:
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.2:compile
(default-compile) on project drill-common: Compilation failure: Compilation
failure:
[ERROR] Picked up JAVA_TOOL_OPTIONS:
-javaagent:/usr/share/java/jayatanaag.jar
[ERROR]
/var/www/as/drill/common/src/main/java/org/apache/drill/common/expression/LogicalExpression.java:[73,8]
error: cannot find symbol
[ERROR] symbol:   class ExprLexer
[ERROR] location: class De
[ERROR]
/var/www/as/drill/common/src/main/java/org/apache/drill/common/expression/LogicalExpression.java:[73,30]
error: cannot find symbol
[ERROR] symbol:   class ExprLexer
[ERROR] location: class De
[ERROR]
/var/www/as/drill/common/src/main/java/org/apache/drill/common/expression/LogicalExpression.java:[75,8]
error: cannot find symbol
[ERROR] symbol:   class ExprParser
[ERROR] location: class De
[ERROR]
/var/www/as/drill/common/src/main/java/org/apache/drill/common/expression/LogicalExpression.java:[75,32]
error: cannot find symbol
[ERROR] symbol:   class ExprParser
[ERROR] location: class De
[ERROR]
/var/www/as/drill/common/src/main/java/org/apache/drill/common/expression/LogicalExpression.java:[79,8]
error: cannot find symbol
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR]   mvn <goals> -rf :drill-common

Looks to be another version of the same error.

Any ideas?

Regards,
 -Stefan

On Fri, Jul 17, 2015 at 3:35 PM, Jacques Nadeau <[email protected]> wrote:

> I'm guessing that you're trying to use a IDE to build.  You should do one
> run of mvn install -DskipTests before trying to use an IDE.
>
> On Fri, Jul 17, 2015 at 8:29 AM, Stefán Baxter <[email protected]>
> wrote:
>
> > Hi,
> >
> > I now see that this is a part of the ExprLexer.g (I will sort it out)
> >
> > Thank you,
> >  -Stefan
> >
> > On Fri, Jul 17, 2015 at 3:20 PM, Stefán Baxter <
> [email protected]>
> > wrote:
> >
> > > Hi,
> > >
> > > I'm trying to build Drill from master branch.
> > >
> > > Is it possible that someone has not pushed:
> > >
> > > import org.apache.drill.common.expression.parser.ExprLexer;
> > > import org.apache.drill.common.expression.parser.ExprParser;
> > > import
> org.apache.drill.common.expression.parser.ExprParser.parse_return;
> > >
> > > Regards,
> > >   -Stefán
> > >
> > >
> > > ps. Sent this again as I was not verified my dev subscription when a
> > previous copy was sent (in case this is a duplicate)
> > >
> > >
> >
>

Reply via email to