Ryan,
I discovered the problem tonight. There was a change to one of the corba spec
jars in OpenEJB that we have to sort out. I have updated OpenEJB and it builds
correctly for now. Please do an m:fresh-checkout and rebuild. You should be
good to go .
Cheers
Matt
Ryan Thomas wrote:
Hey,
I've seen this in the archives and on google but I couldn't find a
solution for it.
When building on my powerbook (jdk 1.4.2) I get the following error
(from the 'maven new' command).
Anyone got any ideas?
Maven Output:
[javac] Compiling 638 source files to /Users/ryan/dev/geronimo/
openejb/modules/core/target/classes
[javac] /Users/ryan/dev/geronimo/openejb/modules/core/src/java/
org/openejb/corba/MinorCodes.java:47: package
com.sun.corba.se.internal.orbutil does not exist
[javac] import com.sun.corba.se.internal.orbutil.ORBConstants;
[javac] ^
[javac] /Users/ryan/dev/geronimo/openejb/modules/core/src/java/
org/openejb/corba/security/ClientSecurityInterceptor.java:54: cannot
find symbol
[javac] symbol : class TAG_CSI_SEC_MECH_LIST
[javac] location: package org.omg.IOP
[javac] import org.omg.IOP.TAG_CSI_SEC_MECH_LIST;
java -version output:
java version "1.4.2_09"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_09-232)
Java HotSpot(TM) Client VM (build 1.4.2-54, mixed mode)
Cheers,
Ryan Thomas