Re: Makefile question

2009-02-13 Thread Andi Vajda
On Fri, 13 Feb 2009, Jacob Floyd wrote: My comments below. Andi Vajda wrote: ... These file depend on yet another thirdparty project, Apache Regex (?), and I didn't want to have a dependency on that. Given that Python has excellent regular expression support, I replaced these files with a Py

Re: Makefile question

2009-02-13 Thread Jacob Floyd
My comments below. Andi Vajda wrote: ... >> These file depend on yet another thirdparty project, Apache Regex (?), and >> I didn't want to have a dependency on that. Given that Python has excellent >> regular expression support, I replaced these files with a Python-based >> implementation. ... >

Re: Makefile question

2009-02-12 Thread Andi Vajda
On Thu, 12 Feb 2009, Andi Vajda wrote: On Thu, 12 Feb 2009, Jacob Floyd wrote: Simple question regarding the Makefile: --- snippet --- $(REGEX_JAR): $(LUCENE_JAR) rm -f $(LUCENE)/contrib/regex/src/java/org/apache/lucene/search/regex/JakartaRegexpCapabilities.java rm -f $(LUCENE)/contrib/

Re: Makefile question

2009-02-12 Thread Andi Vajda
On Thu, 12 Feb 2009, Jacob Floyd wrote: Simple question regarding the Makefile: --- snippet --- $(REGEX_JAR): $(LUCENE_JAR) rm -f $(LUCENE)/contrib/regex/src/java/org/apache/lucene/search/regex/JakartaRegexpCapabilities.java rm -f $(LUCENE)/contrib/regex/src/java/org/apache/r

Makefile question

2009-02-12 Thread Jacob Floyd
Hello, Simple question regarding the Makefile: --- snippet --- $(REGEX_JAR): $(LUCENE_JAR) rm -f $(LUCENE)/contrib/regex/src/java/org/apache/lucene/search/regex/JakartaRegexpCapabilities.java rm -f $(LUCENE)/contrib/regex/src/java/org/apache/regexp/RegexpTunnel.java cd $(