This actually brings me to a question I have had for a while. Why do we check in auto generated code? Shouldn't the build system run javacc as a prereq to compiling instead? On 12 Mar 2015 18:08, "Alan Woodward" <[email protected]> wrote:
> Ah, OK. Sorry for the noise! > > On 12 Mar 2015, at 15:19, Yonik Seeley wrote: > > > On Thu, Mar 12, 2015 at 11:08 AM, Alan Woodward <[email protected]> wrote: > >> Hey Yonik, > >> > >> I think you've inadvertently added a couple of deprecated methods back > in here? > > > > Hmmm, but CharStream.java is generated by JavaCC... > > When I got a compile error in FastCharStream.java, I simply copied the > > lucene version. > > > > I built it using the following method: > > $ cd solr/core > > $ ant javacc > > > > -Yonik > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
