Hello all,
I've just today gotten around to checking out the trunk of Mesh4x,
hoping to integrate it into GATHER.
However, I've run into some portability issues. The following JDK
internal API classes are referenced in the project, which aren't
available in JDK 1.5.0 on Mac OS X 10.5.5:
com.sun.org.apache.xml.internal.security.exceptions.Base64DecodingException
com.sun.org.apache.xml.internal.security.utils.Base64
com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315WithComments
Also the Sun JDBC ODBC Bridge is not available. That I can easily
ignore since it is only referenced in the msaccess adapter. But the
above classes are used in the utils and messaging packages, so they
are needed.
The com.sun.org.apache.xml.internal.security.* classes are available
as org.apache.xml.security.* from the apache xml-security
distribution:
http://xml.apache.org/security/index.html . That
library could be included and referenced instead of using the internal
re-packaged sun versions.
Best,
Andreas