Jakarta-ORO on JDK 1.5 (on Gump)
"Adam R. B. Jack" <[email protected]> Thu, 2 Sep 2004 11:27:36 -0600
| Newsgroups | gmane.comp.jakarta.oro.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi folks,
This is the result of trying to compile ORO on JDK1.5 (on Gump). It seems
there is now a clash with the JDK package. I hope this information is
helpful to you.
http://brutus.apache.org/gump/jdk15/jakarta-oro/jakarta-oro/gump_work/build_jakarta-oro_jakarta-oro.html
compile:
[javac] Compiling 76 source files to
/usr/local/gump/jdk15/workspace/jakarta-oro/classes
[javac]
/usr/local/gump/jdk15/workspace/jakarta-oro/src/java/org/apache/oro/text/jav
a/JavaMatcher.java:166: reference to MatchResult is ambiguous, both class
org.apache.oro.text.regex.MatchResult in org.apache.oro.text.regex and class
java.util.regex.MatchResult in java.util.regex match
[javac] public MatchResult getMatch() {
[javac] ^
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error
regards,
Adam