Hi all, I'm getting the following error while building wsif obtained from svn ( http://svn.apache.org/repos/asf/webservices/wsif/trunk).
--->There are no warnings at checkDependencies section. dynamic: [javac] Compiling 175 source files to /home/foxitie/WSIF_2_0/WSIF_DEV/trunk/java/build/classes [javac] /home/foxitie/WSIF_2_0/WSIF_DEV/trunk/java/src/org/apache/wsif/base/PrivateCompositeExtensionRegistry.java:43: package org.apache.wsif.wsdl.extensions.bsf does not exist [javac] import org.apache.wsif.wsdl.extensions.bsf.BSFBindingSerializer; [javac] ^ [javac] /home/foxitie/WSIF_2_0/WSIF_DEV/trunk/java/src/org/apache/wsif/base/PrivateCompositeExtensionRegistry.java:76: cannot find symbol [javac] symbol : class BSFBindingSerializer [javac] location: class org.apache.wsif.base.PrivateCompositeExtensionRegistry [javac] BSFBindingSerializer bsfBindingSerializer = new BSFBindingSerializer(); [javac] ^ [javac] /home/foxitie/WSIF_2_0/WSIF_DEV/trunk/java/src/org/apache/wsif/base/PrivateCompositeExtensionRegistry.java:76: cannot find symbol [javac] symbol : class BSFBindingSerializer [javac] location: class org.apache.wsif.base.PrivateCompositeExtensionRegistry [javac] BSFBindingSerializer bsfBindingSerializer = new BSFBindingSerializer(); [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 3 errors I've seen that other user have the same problem, but there were no replies for that mail. I'm also realised that there is no package named BSF at that path. What's wrong here? Thank you for your time. -- Miguel Julián Ramos http://www.mikysblog.com
