[
https://issues.apache.org/jira/browse/SYNAPSE-530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694243#action_12694243
]
Jason Fager commented on SYNAPSE-530:
-------------------------------------
Apologies, you're right, I should have been more clear. Here's the actual
build error:
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
/Users/jason/src/synapse_trunk/modules/core/src/main/java/org/apache/synapse/config/SynapseConfigUtils.java:[39,24]
package javax.activation does not exist
/Users/jason/src/synapse_trunk/modules/core/src/main/java/org/apache/synapse/security/keystore/PKCS8KeyStoreLoader.java:[3,39]
package org.apache.commons.codec.binary does not exist
The first might not show up for you if you're building using a J2EE
distribution (I'm on a Mac, no J2EE distro for me). The second is caused by an
ancient version of commons-codec (1.2) being pulled in transitively; the binary
package that's being referred to wasn't added until 1.3.
> Missing dependencies
> --------------------
>
> Key: SYNAPSE-530
> URL: https://issues.apache.org/jira/browse/SYNAPSE-530
> Project: Synapse
> Issue Type: Bug
> Components: Core
> Affects Versions: NIGHTLY
> Environment: Maven 2.0.8, Mac OS X Leopard, Apple JDK 5.0
> Reporter: Jason Fager
> Attachments: synapse-core dependency graph from within Eclipse
> POM-Editor.jpg
>
>
> Synapse core has dependencies on
> javax.activation
> commons-codec
> But they aren't currently listed in the project's pom.xml.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]