Jason Dillon wrote:
Yikes, I thought that was gone, but I guess last time I looked I was
checking for com.sun.* imports.
I've no idea how to fix this... but it should be fixed.
I have no idea either, except I have a suspicion this entire package is
just unused crud that's been just lying around unused. The easiest fix
may be to just make it go away.
Rick
--jason
On Apr 24, 2007, at 10:43 PM, Matt Hogstrom wrote:
I was doing a build of 2.0-M5 last night with the IBM VM. I got the
following compile errors on CORBA. Rick, does this make sense? Its
late so I haven't thought about it but thought you might be up
earlier than me :) This was with IBM 5.0 JDK for Linux.
[INFO] Building Geronimo :: CORBA
[INFO] task-segment: [clean, install]
[INFO]
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Compiling 132 source files to
/home/hogstrom/geronimo/2.0-M5/modules/geronimo-corba/target/classes
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure
/home/hogstrom/geronimo/2.0-M5/modules/geronimo-corba/src/main/java/org/apache/geronimo/corba/security/jgss/GSSUPCredential.java:[26,29]
package sun.security.jgss.spi does not exist
/home/hogstrom/geronimo/2.0-M5/modules/geronimo-corba/src/main/java/org/apache/geronimo/corba/security/jgss/GSSUPCredential.java:[27,29]
package sun.security.jgss.spi does not exist
/home/hogstrom/geronimo/2.0-M5/modules/geronimo-corba/src/main/java/org/apache/geronimo/corba/security/jgss/GSSUPCredential.java:[35,40]
cannot find symbol
symbol: class GSSCredentialSpi