You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@santuario.apache.org by Adam Bradley <ad...@yahoo.com> on 2007/01/14 12:26:54 UTC

Q: Unable to build and tests (xml-security 1.4.0)

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---


Re: Q: Unable to build and tests (xml-security 1.4.0)

Posted by jason marshall <jd...@gmail.com>.
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 <ad...@yahoo.com> 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