We should always test first before replying :-)
You seem to be the first to discover that the build was broken after
a change at around 10:00 PM last night. Thanks for reporting this
and we are trying to figure out the best way to fix it.
thanks
david jencks
On Jan 17, 2006, at 2:26 AM, 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