Ant build is fine and al tests succeed. However, I have now a failure in building via Maven, before running tests and even after the fixes I committed today.

Compiling 19 source files to /Users/ugocei/Projects/Apache/abdera/ java/trunk/examples/target/classes [INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

/Users/ugocei/Projects/Apache/abdera/java/trunk/examples/src/main/ java/org/apache/abdera/examples/appclient/Services.java:[188,22] org.apache.abdera.model.Element cannot be dereferenced

/Users/ugocei/Projects/Apache/abdera/java/trunk/examples/src/main/ java/org/apache/abdera/examples/appclient/Services.java:[194,22] org.apache.abdera.model.Element cannot be dereferenced

/Users/ugocei/Projects/Apache/abdera/java/trunk/examples/src/main/ java/org/apache/abdera/examples/appclient/Services.java:[200,22] org.apache.abdera.model.Element cannot be dereferenced

I am still investigating why this is happening.

        Ugo

On Nov 13, 2006, at 10:11 PM, James M Snell wrote:

Fixed. The problem was that the boucycastle provider needed to be
initialized.  I've checked in the fix and added the security tests to
the ant build.

- James

Ugo Cei wrote:
[Reposting, as the first reply was sent from the wrong address. If you
see this twice, apologies.]

On Nov 10, 2006, at 9:53 PM, James M Snell wrote:

Ant build is working, all tests are passing.... at least on my machine
they are :-).  Next step is to clear out any remaining jira bugs.

I get an error in tests here:

Running org.apache.abdera.test.security.DigitalSignatureTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.155
sec <<< FAILURE!

It looks like this line:

    options.addReference("http://example.org";);

causes the signing code to try to connect to example.org:80, which is
not open or times out at this moment.

I know zilch about Apache xmlsec to say whether this connection is to be
expected or not.

    Ugo



--Ugo Cei
Blog: http://agylen.com/
Open Source Zone: http://oszone.org/
Evil or Not?: http://evilornot.info/
Company: http://www.sourcesense.com/




Reply via email to