You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Donald Woods <dw...@apache.org> on 2007/04/25 21:26:07 UTC

Re: svn commit: r532313 - /geronimo/server/trunk/modules/geronimo-corba/src/main/java/org/apache/geronimo/corba/security/jgss/

I'm still seeing problems on Linux and WinXP when trying to build
    modules/geronimo-corba-builder
on a system with a clean .m2 repo and the IBM 1.5.0 SR4 SDK.....


[INFO] --------------------------------------------------------------------------
[INFO] Building Geronimo :: CORBA :: Builder
[INFO]    task-segment: [install]
[INFO] --------------------------------------------------------------------------
[INFO] [enforcer:enforce {execution: default}]
[INFO] [xmlbeans:xmlbeans {execution: default}]
Time to build schema type system: 0.734 seconds
Time to generate code: 1.407 seconds
error: error reading C:\Documents and Settings\drwoods\.m2\repository\org\apache
\openejb\container\3.0-incubating-SNAPSHOT\container-3.0-incubating-SNAPSHOT.pom
; Error opening zip file C:\Documents and Settings\drwoods\.m2\repository\org\ap
ache\openejb\container\3.0-incubating-SNAPSHOT\container-3.0-incubating-SNAPSHOT
.pom
Note: * uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error

BUILD FAILED
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] XmlBeans compile failed:
  xml ErrorLoading schema file E:\g20\server\modules\geronimo-corba-builder\src\m
ain\schema\corba-css-config-2.1.xsd
xml ErrorLoading schema file E:\g20\server\modules\geronimo-corba-builder\src\ma
in\schema\corba-tss-config-2.1.xsd
xml ErrorLoading config file E:\g20\server\modules\geronimo-corba-builder\src\ma
in\schema\xmlconfig.xml

[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: XmlBeans compile failed:

  xml ErrorLoading schema file E:\g20\server\modules\geronimo-corba-builder\src\m
ain\schema\corba-css-config-2.1.xsd
xml ErrorLoading schema file E:\g20\server\modules\geronimo-corba-builder\src\ma
in\schema\corba-tss-config-2.1.xsd
xml ErrorLoading config file E:\g20\server\modules\geronimo-corba-builder\src\ma
in\schema\xmlconfig.xml

         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
ultLifecycleExecutor.java:564)
         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi
fecycle(DefaultLifecycleExecutor.java:480)
         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau
ltLifecycleExecutor.java:459)
         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan
dleFailures(DefaultLifecycleExecutor.java:311)
         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen
ts(DefaultLifecycleExecutor.java:278)
         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi
fecycleExecutor.java:143)
         at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
         at org.apache.maven.cli.MavenCli.main(MavenCli.java:272)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:64)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:615)
         at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
         at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
         at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)

         at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.codehaus.mojo.xmlbeans.XmlBeansException: XmlBeans compile failed
:
  xml ErrorLoading schema file E:\g20\server\modules\geronimo-corba-builder\src\m
ain\schema\corba-css-config-2.1.xsd
xml ErrorLoading schema file E:\g20\server\modules\geronimo-corba-builder\src\ma
in\schema\corba-tss-config-2.1.xsd
xml ErrorLoading config file E:\g20\server\modules\geronimo-corba-builder\src\ma
in\schema\xmlconfig.xml

         at org.codehaus.mojo.xmlbeans.AbstractXmlBeansPlugin.execute(AbstractXml
BeansPlugin.java:280)
         at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi
nManager.java:443)
         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
ultLifecycleExecutor.java:539)
         ... 16 more


rickmcguire@apache.org wrote:
> Author: rickmcguire
> Date: Wed Apr 25 03:58:14 2007
> New Revision: 532313
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=532313
> Log:
> Delete dead code that's causing non-Sun compatibility issues. 
> 
> 
> Removed:
>     geronimo/server/trunk/modules/geronimo-corba/src/main/java/org/apache/geronimo/corba/security/jgss/
> 
> 
> 

Re: svn commit: r532313 - /geronimo/server/trunk/modules/geronimo-corba/src/main/java/org/apache/geronimo/corba/security/jgss/

Posted by toby cabot <to...@caboteria.org>.
On Wed, Apr 25, 2007 at 03:26:07PM -0400, Donald Woods wrote:
> I'm still seeing problems on Linux and WinXP when trying to build
>    modules/geronimo-corba-builder
> on a system with a clean .m2 repo and the IBM 1.5.0 SR4 SDK.....

Hi Donald, et al,

Did you figure out a resolution for this problem?  I just tried to
build the trunk for the first time in a while and got the same error.
I think I did the right things: upgrade to mvn 2.0.6, blow away ~/.m2,
etc.  I'm on Linux and Sun 1.5.0_06.

Thanks,
Toby