From: Joe W. <jo...@gm...> - 2012-03-26 14:19:49
|
Hi all, I've just tried building trunk (2.1dev rev. 16194) with the content extraction feature enabled in local.build.properties. I get this error: compile: [echo] ---------------------------------- [echo] Compiling Content Extraction extensions [echo] ---------------------------------- [echo] Compiling with Java 1.6 from 1.6 source to 1.6 target, debug on, optimize on, deprecation off [javac] Compiling 6 source files to /Users/joe/Documents/workspace/exist-trunk/extensions/contentextraction/classes [javac] /Users/joe/Documents/workspace/exist-trunk/extensions/contentextraction/src/org/exist/contentextraction/xquery/ContentFunctions.java:259: cannot find symbol [javac] symbol : method getFunctionCall() [javac] location: class org.exist.xquery.value.FunctionReference [javac] FunctionCall call = ref.getFunctionCall(); [javac] ^ [javac] Note: /Users/joe/Documents/workspace/exist-trunk/extensions/contentextraction/src/org/exist/contentextraction/xquery/ContentFunctions.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 1 error BUILD FAILED /Users/joe/Documents/workspace/exist-trunk/build/scripts/build-impl.xml:777: The following error occurred while executing this line: /Users/joe/Documents/workspace/exist-trunk/extensions/contentextraction/build.xml:77: Compile failed; see the compiler error output for details. I'm not sure what the cause or solution is, but I'm happy to try any suggestions. Thanks, Joe |