Ryan,  I think what you're seeing is related to the mac JDK.   For what its worth I see the following on windows:

C:\j2sdk1.4.2_10>bin\java -version
java version "1.4.2_10"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_10-b03)
Java HotSpot(TM) Client VM (build 1.4.2_10-b03, mixed mode)

C:\j2sdk1.4.2_10>bin\jar -tf jre\lib\rt.jar | grep ORBConstants
com/sun/corba/se/internal/orbutil/ORBConstants.class

There are several mac users on the list who may additional insight to share...


Best wishes,
Paul


On 1/17/06, Ryan Thomas < [EMAIL PROTECTED] > 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

Reply via email to