I can confirm the same error.
Within the src .zip file, the contents of
src_unitTests/org/apache/xml/security/c14n/implementations appear to
have little resemblance to the contents in Subversion, both at trunk/
and tags/J_1_4
-Jason
On 1/14/07, Adam Bradley <[EMAIL PROTECTED]> wrote:
Hi all!
Getting the following Any ideas? Thanks in advance!
Adam
---snip---
build.test:
[javac] Compiling 33 source files to D:\xml-security-1_4_0\build\test
[javac]
D:\xml-security-1_4_0\src_unitTests\org\apache\xml\security\test\ModuleTest.java:53:
cannot resolve symbol
[javac] symbol : class AllTests
[javac] location: package implementations
[javac]
suite.addTest(org.apache.xml.security.c14n.implementations.AllTests.suite());
[javac]
^
[javac]
D:\xml-security-1_4_0\src_unitTests\org\apache\xml\security\test\utils\OldApiTest.java:37:
warning:
enginePerformTransform(org.apache.xml.security.signature.XMLSignatureInput)
in org.apache.xml.security.transforms.TransformSpi has been deprecated
[javac] protected XMLSignatureInput enginePerformTransform(
[javac] ^
[javac]
D:\xml-security-1_4_0\src_unitTests\org\apache\xml\security\test\utils\OldApiTest.java:43:
warning: _transformObject in
org.apache.xml.security.transforms.TransformSpi has been deprecated
[javac] assertEquals(compare,_transformObject);
[javac] ^
[javac] 1 error
[javac] 2 warnings
BUILD FAILED
D:\xml-security-1_4_0\build.xml:318: Compile failed; see the compiler
error output for details.
---snip---
--
- Jason