OQLLexerTokenTypes - java: connot find symbol

2017-01-05 Thread Kirk Lund
I rebased one of my feature branches on origin/develop, then refreshed
gradle in IntelliJ and then rebuilt my IntelliJ project but IntelliJ
insists that OQLLexerTokenTypes does not exist. My project is full of
errors like this:

Error:(29, 51) java: cannot find symbol
  symbol:   class OQLLexerTokenTypes
  location: package org.apache.geode.cache.query.internal.parse

Any ideas how to get my IntelliJ project working again without losing too
much time?

Thanks,
Kirk


Re: OQLLexerTokenTypes - java: connot find symbol

2017-01-05 Thread Jason Huynh
I think a clean build and refreshing the intelij project should work.  I
think the change removed those files and requires them to be generated from
the build

On Thu, Jan 5, 2017 at 12:36 PM Kirk Lund  wrote:

> I rebased one of my feature branches on origin/develop, then refreshed
> gradle in IntelliJ and then rebuilt my IntelliJ project but IntelliJ
> insists that OQLLexerTokenTypes does not exist. My project is full of
> errors like this:
>
> Error:(29, 51) java: cannot find symbol
>   symbol:   class OQLLexerTokenTypes
>   location: package org.apache.geode.cache.query.internal.parse
>
> Any ideas how to get my IntelliJ project working again without losing too
> much time?
>
> Thanks,
> Kirk
>


Re: OQLLexerTokenTypes - java: connot find symbol

2017-01-05 Thread Kai Jiang
I agreed with Jason. This happened in my environment several times. Clean
build could work.

Best,
Kai

On Thu, Jan 5, 2017 at 12:39 PM, Jason Huynh  wrote:

> I think a clean build and refreshing the intelij project should work.  I
> think the change removed those files and requires them to be generated from
> the build
>
> On Thu, Jan 5, 2017 at 12:36 PM Kirk Lund  wrote:
>
> > I rebased one of my feature branches on origin/develop, then refreshed
> > gradle in IntelliJ and then rebuilt my IntelliJ project but IntelliJ
> > insists that OQLLexerTokenTypes does not exist. My project is full of
> > errors like this:
> >
> > Error:(29, 51) java: cannot find symbol
> >   symbol:   class OQLLexerTokenTypes
> >   location: package org.apache.geode.cache.query.internal.parse
> >
> > Any ideas how to get my IntelliJ project working again without losing too
> > much time?
> >
> > Thanks,
> > Kirk
> >
>


Re: OQLLexerTokenTypes - java: connot find symbol

2017-01-05 Thread Kirk Lund
That worked. Thanks everyone!


On Thu, Jan 5, 2017 at 12:47 PM, Kai Jiang  wrote:

> I agreed with Jason. This happened in my environment several times. Clean
> build could work.
>
> Best,
> Kai
>
> On Thu, Jan 5, 2017 at 12:39 PM, Jason Huynh  wrote:
>
> > I think a clean build and refreshing the intelij project should work.  I
> > think the change removed those files and requires them to be generated
> from
> > the build
> >
> > On Thu, Jan 5, 2017 at 12:36 PM Kirk Lund  wrote:
> >
> > > I rebased one of my feature branches on origin/develop, then refreshed
> > > gradle in IntelliJ and then rebuilt my IntelliJ project but IntelliJ
> > > insists that OQLLexerTokenTypes does not exist. My project is full of
> > > errors like this:
> > >
> > > Error:(29, 51) java: cannot find symbol
> > >   symbol:   class OQLLexerTokenTypes
> > >   location: package org.apache.geode.cache.query.internal.parse
> > >
> > > Any ideas how to get my IntelliJ project working again without losing
> too
> > > much time?
> > >
> > > Thanks,
> > > Kirk
> > >
> >
>