Hi,
I am trying to build the trunk on OSX using Java 6 and Maven 2.2.1, I get
the following build error.
[INFO]
------------------------------------------------------------------------
[INFO] Building ODE :: Utilities
[INFO] task-segment: [clean, install, eclipse:eclipse]
[INFO]
------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory /Users/meerajk/Projects/ode-trunk/utils/target
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered
resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 87 source files to
/Users/meerajk/Projects/ode-trunk/utils/target/classes
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure
/Users/meerajk/Projects/ode-trunk/utils/src/main/java/org/apache/ode/utils/Properties.java:[28,37]
package org.apache.axis2.transport.jms does not exist
/Users/meerajk/Projects/ode-trunk/utils/src/main/java/org/apache/ode/utils/Properties.java:[194,36]
cannot find symbol
symbol : variable JMSConstants
location: class org.apache.ode.utils.Properties.Axis2
/Users/meerajk/Projects/ode-trunk/utils/src/main/java/org/apache/ode/utils/Properties.java:[198,36]
cannot find symbol
symbol : variable JMSConstants
location: class org.apache.ode.utils.Properties.Axis2
/Users/meerajk/Projects/ode-trunk/utils/src/main/java/org/apache/ode/utils/Properties.java:[210,40]
cannot find symbol
symbol : variable JMSConstants
location: class org.apache.ode.utils.Properties.Axis2
Ta
Meeraj