[Dev] FYI on OpenXRI

Markus Sabadello markus.sabadello at gmail.com
Thu Apr 19 12:46:28 EDT 2007


It's just the tests that are affected. We definitely need to either adjust
them to match the changes
to the server or re-make new tests from scratch..

-Markus

On 4/19/07, Bill Barnhill <xmlarchitect at gmail.com> wrote:
>
>
> Hi all,
>
> I just tried doing a build and it seems the org.openxri.server code isn't
> building on my box (Java 1.5, Mac, nothing special otherwise). Errors are
> below. Looks like perhaps some other changes weren't committed?
>
> Also, I'm very familiar with Maven 2 (incl multiple modules and parent
> poms, as well as writing custom mojos), so if no one minds I'd like to do
> the Maven 2 conversion as my first task on the project.
>
> Thanks,
> Bill
>
> === build output====
> bill-barnhills-powerbook-g4-17:~/src/openxri/org.openxri.server Wolf$ ant
> Buildfile: build.xml
>
> init:
>
> prepare:
>
> compile:
>     [javac] Compiling 4 source files to
> /Users/Wolf/src/openxri/org.openxri.server/testbin
>     [javac]
> /Users/Wolf/src/openxri/org.openxri.server/test/org/openxri/store/ResolveTestLive.java:30:
> package org.openxri.plugin.iiop.admin does not exist
>     [javac] import org.openxri.plugin.iiop.admin.XRIAdministrationHelper ;
>     [javac]                                      ^
>     [javac]
> /Users/Wolf/src/openxri/org.openxri.server/test/org/openxri/store/ResolveTestLive.java:34:
> package org.openxri.store.remote does not exist
>     [javac] import org.openxri.store.remote.RemoteStore;
>     [javac]                                 ^
>     [javac]
> /Users/Wolf/src/openxri/org.openxri.server/test/org/openxri/store/DescriptorRetriever.java:75:
> cannot find symbol
>     [javac] symbol  : method lookup( org.openxri.store.Authority,
> java.lang.String,boolean)
>     [javac] location: interface org.openxri.store.Store
>     [javac]                 moAdmin.lookup(moAuthority, msSubsegment,
> false);
>     [javac]                        ^
>     [javac]
> /Users/Wolf/src/openxri/org.openxri.server/test/org/openxri/store/ResolveTestLive.java:382:
> cannot find symbol
>     [javac] symbol  : class RemoteStore
>     [javac] location: class org.openxri.store.ResolveTestLive
>     [javac]             oAdmin = new RemoteStore(
> XRIAdministrationHelper.narrow(oObj));
>     [javac]                          ^
>     [javac]
> /Users/Wolf/src/openxri/org.openxri.server/test/org/openxri/store/ResolveTestLive.java:382:
> cannot find symbol
>     [javac] symbol  : variable XRIAdministrationHelper
>     [javac] location: class org.openxri.store.ResolveTestLive
>     [javac]             oAdmin = new RemoteStore(
> XRIAdministrationHelper.narrow(oObj));
>     [javac]                                      ^
>     [javac]
> /Users/Wolf/src/openxri/org.openxri.server/test/org/openxri/store/ResolveTestLive.java:431:
> cannot find symbol
>     [javac] symbol  : method registerLocalAuthority(
> org.openxri.store.Authority,java.lang.String ,org.openxri.xml.Ref[],
> org.openxri.xml.Service[])
>     [javac] location: interface org.openxri.store.Store
>     [javac]                 oAdmin.registerLocalAuthority(
>     [javac]                       ^
>     [javac]
> /Users/Wolf/src/openxri/org.openxri.server/test/org/openxri/store/XRIStoreTest.java:87:
> cannot find symbol
>     [javac] symbol  : method resetStore()
>     [javac] location: class org.openxri.store.AbstractStore
>     [javac]                             ((AbstractStore)
> moAdmin).resetStore();
>     [javac]                                 ^
>     [javac]
> /Users/Wolf/src/openxri/org.openxri.server/test/org/openxri/store/XRIStoreTest.java:113:
> cannot find symbol
>     [javac] symbol  : method getRemoteAuthService()
>     [javac] location: class org.openxri.store.Authority
>     [javac]             assertNull(authority.getRemoteAuthService());
>     [javac]                                 ^
>     [javac]
> /Users/Wolf/src/openxri/org.openxri.server/test/org/openxri/store/XRIStoreTest.java:162:
> cannot find symbol
>     [javac] symbol  : method getRemoteAuthService()
>     [javac] location: class org.openxri.store.Authority
>     [javac]             assertNull(oAuth.getRemoteAuthService());
>     [javac]                             ^
>     [javac]
> /Users/Wolf/src/openxri/org.openxri.server/test/org/openxri/store/XRIStoreTest.java:215:
> cannot find symbol
>     [javac] symbol  : method getRemoteAuthService()
>     [javac] location: class org.openxri.store.Authority
>     [javac]             assertNull(oAuth2.getRemoteAuthService());
>     [javac]                              ^
>     [javac]
> /Users/Wolf/src/openxri/org.openxri.server/test/org/openxri/store/XRIStoreTest.java:296:
> registerSubsegment( org.openxri.store.Authority,java.lang.String,
> org.openxri.xml.Ref[],org.openxri.xml.Service[],java.lang.Boolean) in
> org.openxri.store.Store cannot be applied to (org.openxri.store.Authority,
> java.lang.String,org.openxri.xml.Ref [],org.openxri.xml.Service[],
> org.openxri.xml.Service)
>     [javac]                 moAdmin.registerSubsegment(
>     [javac]                        ^
>     [javac]
> /Users/Wolf/src/openxri/org.openxri.server/test/org/openxri/store/XRIStoreTest.java:323:
> registerSubsegment( org.openxri.store.Authority,java.lang.String,
> org.openxri.xml.Ref[],org.openxri.xml.Service[],java.lang.Boolean) in
> org.openxri.store.Store cannot be applied to (org.openxri.store.Authority,
> java.lang.String,org.openxri.xml.Ref [],org.openxri.xml.Service[],
> org.openxri.xml.Service)
>     [javac]             moAdmin.registerSubsegment(
>     [javac]                    ^
>     [javac]
> /Users/Wolf/src/openxri/org.openxri.server/test/org/openxri/store/XRIStoreTest.java:339:
> cannot find symbol
>     [javac] symbol  : method lookup(org.openxri.store.Authority,
> java.lang.String,boolean)
>     [javac] location: interface org.openxri.store.Store
>     [javac]                 moAdmin.lookup(oAuth, "*foo", false)
>     [javac]                        ^
>     [javac]
> /Users/Wolf/src/openxri/org.openxri.server/test/org/openxri/store/XRIStoreTest.java:403:
> cannot find symbol
>     [javac] symbol  : method lookup(org.openxri.store.Authority ,
> java.lang.String,boolean)
>     [javac] location: interface org.openxri.store.Store
>     [javac]                 moAdmin.lookup(oAuth, "*foo", false)
>     [javac]                        ^
>     [javac]
> /Users/Wolf/src/openxri/org.openxri.server/test/org/openxri/store/XRIStoreTest.java:426:
> registerSubsegment( org.openxri.store.Authority,java.lang.String,
> org.openxri.xml.Ref[],org.openxri.xml.Service[],java.lang.Boolean) in
> org.openxri.store.Store cannot be applied to (org.openxri.store.Authority,
> java.lang.String,org.openxri.xml.Ref [],org.openxri.xml.Service[],
> org.openxri.xml.Service)
>     [javac]             moAdmin.registerSubsegment(
>     [javac]                    ^
>     [javac]
> /Users/Wolf/src/openxri/org.openxri.server/test/org/openxri/store/XRIStoreTest.java:444:
> cannot find symbol
>     [javac] symbol  : method lookup(org.openxri.store.Authority,
> java.lang.String,boolean)
>     [javac] location: interface org.openxri.store.Store
>     [javac]                 moAdmin.lookup(oAuth, "*foo", false)
>     [javac]                        ^
>     [javac]
> /Users/Wolf/src/openxri/org.openxri.server/test/org/openxri/store/XRIStoreTest.java:468:
> cannot find symbol
>     [javac] symbol  : method registerLocalAuthority(
> org.openxri.store.Authority ,java.lang.String,org.openxri.xml.Ref[],
> org.openxri.xml.Service[])
>     [javac] location: interface org.openxri.store.Store
>     [javac]                 moAdmin.registerLocalAuthority(
>     [javac]                        ^
>     [javac]
> /Users/Wolf/src/openxri/org.openxri.server/test/org/openxri/store/XRIStoreTest.java:561:
> cannot find symbol
>     [javac] symbol  : method registerLocalAuthority(
> org.openxri.store.Authority,java.lang.String ,org.openxri.xml.Ref[],
> org.openxri.xml.Service[])
>     [javac] location: interface org.openxri.store.Store
>     [javac]                 moAdmin.registerLocalAuthority(
>     [javac]                        ^
>     [javac]
> /Users/Wolf/src/openxri/org.openxri.server/test/org/openxri/store/XRIStoreTest.java:568:
> registerSubsegment( org.openxri.store.Authority,java.lang.String,
> org.openxri.xml.Ref[],org.openxri.xml.Service[],java.lang.Boolean) in
> org.openxri.store.Store cannot be applied to (org.openxri.store.Authority,
> java.lang.String,org.openxri.xml.Ref [],org.openxri.xml.Service[],
> org.openxri.xml.Service)
>     [javac]             moAdmin.registerSubsegment(
>     [javac]                    ^
>     [javac]
> /Users/Wolf/src/openxri/org.openxri.server/test/org/openxri/store/XRIStoreTest.java:608:
> cannot find symbol
>     [javac] symbol  : method lookup(org.openxri.store.Authority,
> java.lang.String,boolean)
>     [javac] location: interface org.openxri.store.Store
>     [javac]                 moAdmin.lookup(oDefaultAuth, "*email", false)
>     [javac]                        ^
>     [javac]
> /Users/Wolf/src/openxri/org.openxri.server/test/org/openxri/store/XRIStoreTest.java:618:
> cannot find symbol
>     [javac] symbol  : method lookup(org.openxri.store.Authority ,
> java.lang.String,boolean)
>     [javac] location: interface org.openxri.store.Store
>     [javac]                 moAdmin.lookup(oDefaultAuth, "*email", false);
>     [javac]                        ^
>     [javac]
> /Users/Wolf/src/openxri/org.openxri.server/test/org/openxri/tools/xriadmin/XRIAdminTestLive.java:82:
> cannot find symbol
>     [javac] symbol  : class XRIAdmin
>     [javac] location: class org.openxri.tools.xriadmin.XRIAdminTestLive
>     [javac]         XRIAdmin oAdmin = new XRIAdmin();
>     [javac]         ^
>     [javac]
> /Users/Wolf/src/openxri/org.openxri.server/test/org/openxri/tools/xriadmin/XRIAdminTestLive.java:82:
> cannot find symbol
>     [javac] symbol  : class XRIAdmin
>     [javac] location: class org.openxri.tools.xriadmin.XRIAdminTestLive
>     [javac]         XRIAdmin oAdmin = new XRIAdmin();
>     [javac]                               ^
>     [javac] Note:
> /Users/Wolf/src/openxri/org.openxri.server/test/org/openxri/store/XRIStoreTest.java
> uses or overrides a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] 23 errors
>
> BUILD FAILED
> /Users/Wolf/src/openxri/org.openxri.server/build.xml:64: Compile failed;
> see the compiler error output for details.
>
> Total time: 7 seconds
> bill-barnhills-powerbook-g4-17:~/src/openxri/org.openxri.server Wolf$
>
> --
> "Community is a verb, increase your Communitivity today!
>     Visit us at http://Communitivity.com "
> =Bill.Barnhill, President
> Communitivity, Inc.
> _______________________________________________
> Dev mailing list
> Dev at inames.net
> http://dev.inames.net/mailman/listinfo/dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://dev.inames.net/pipermail/dev/attachments/20070419/5793d386/attachment-0001.html


More information about the Dev mailing list