Hmm, it worked on my laptop :-)

I find the m:xxx goals aren't always reliable.  Can you try
cd openejb
cvs -q up -dP
grep geronimo-spec-corba modules/core/project.xml
#you should see: <artifactId>geronimo-spec-corba</ artifactId>
#or look on line 145 and you should see:
        <dependency>
              <groupId>geronimo-spec</groupId>
              <artifactId>geronimo-spec-corba</artifactId>
              <version>2.3-rc4</version>
              <properties>
                   <geronimo.dependency>true</geronimo.dependency>
               </properties>
        </dependency>


This jar contains the missing classes. You might try building just the core module:

cd modules/core
maven

If you have already downloaded this jar and still get the error try deleting it from your local maven repo and re-downloading, perhaps it is corrupted. If this still doesn't help check that the missing classes are indeed in the jar in the correct package.

Hope this helps.

thanks
david jencks



On Jan 17, 2006, at 11:33 PM, Ryan Thomas wrote:

Hey Guys,

Gave it a try and I ended up with the same error (this was after the maven m:fresh-checkout).

Any further idea's, or can't I build it on this machine?

Cheers,

-Ryan


On 18/01/2006, at 3:45 PM, Ryan Thomas wrote:

Thanks guys,

I'll give it a go when I get home from work (~2 hours).

Cheers,

-Ryan

On 1/18/06, David Jencks < [EMAIL PROTECTED]> wrote: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




--
Ryan Thomas
[EMAIL PROTECTED]


Reply via email to