Hi,
I got an error in building ode.
C:\svn-win32-1.4.4\bin\ode>rake TEST=no package
(in C:/svn-win32-1.4.4/bin/ode)
Building apache-ode
Compiling 168 source files in ode:bpel-compiler:compile
C:\svn-win32-1.4.4\bin\ode\bpel-compiler\src\main\java\org\apache\ode\bpel\c
ompi
ler\WSDLRegistry.java:206: cannot find symbol
symbol : method
captureSchema(java.net.URI,java.lang.String,org.apache.ode.bpel
.compiler.WsdlFinderXMLEntityResolver)
location: class org.apache.ode.utils.xsd.XSUtils
capture = XSUtils.captureSchema(defuri, schema,
resolver
);
^
Note:
C:\svn-win32-1.4.4\bin\ode\bpel-compiler\src\main\java\org\apache\ode\bpel
\compiler\BpelC.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
rake aborted!
Failed to compile, see errors above
(See full trace by running task with --trace)
-Xubo