On Sun, 2002-01-27 at 19:49, Doug Cutting wrote: > > From: Andrew C. Oliver [mailto:[EMAIL PROTECTED]] > > > > Lets create separate targets for building the javacc stuff like this: > > > > cleancc - cleans just the javacc stuff > > allclean - clean + cleancc > > javacc - does the javacc stuff > > > > we'll include pre-compiled (or whatever one calls it) javacc'd stuff. > > > > I think this will prevent a lot of "THE BUILD IS BROKEN!!!!" > > messages on both lists ;-) > > It would change the messages, but I'm not sure it would eliminate them. > Most lucene users shouldn't need to compile things. And when they do, some > of the most frequently changed things are JavaCC-based, like the query > parser and the standard tokenizer. >
Gotcha. > Folks are presented a clear message if they download the source release and > try to build it without also downloading JavaCC. The JavaCC-generated > source code is packaged with the source release, for those folks who don't > want to build with ant. > > This situation should improve in the next release. The folks who own JavaCC > have agreed to grant us a special license to re-distribute the jar, but they > haven't yet had time to work out the details. > That's excellent news! > Doug > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- www.superlinksoftware.com www.sourceforge.net/projects/poi - port of Excel format to java http://developer.java.sun.com/developer/bugParade/bugs/4487555.html - fix java generics! The avalanche has already started. It is too late for the pebbles to vote. -Ambassador Kosh -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
