Dear Lucene developers,
In the current CVS version, FSDirectory.java won't compile.
This is the corresponding build output:
compile:
[javac] Compiling 4 source files to
/home/ype/lcncvs/jakarta-lucene/bin/classes
[javac]
/home/ype/lcncvs/jakarta-lucene/src/java/org/apache/lucene/store/FSDirectory.java:95:
cannot resolve symbol
[javac] symbol : constructor RuntimeException
(java.security.NoSuchAlgorithmException)
[javac] location: class java.lang.RuntimeException
[javac] throw new RuntimeException(e);
[javac] ^
[javac] 1 error
BUILD FAILED
I'm using java 1.3.1 on linux.
Java 1.3.1 seems to lack a constructor with the indicated argument type.
I reported a similar problem with FSDirectory.java on the 17th of March.
Should I upgrade to java 1.4?
Kind regards,
Ype Kingma
---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org
|