It seems to work now... I added the repository not as a pluginRepository & so it was failing to get the jars...
I will go ahead & fix the pom... - Balaji -----Original Message----- From: Mosur Ravi, Balaji Sent: Wednesday, July 12, 2006 11:16 AM To: [email protected] Subject: RE: Test failure in the bindings module I see the problem now... It looks like the module yoko-spec-corba has not be defined in the top-level pom & the rmi module depends on the yoko-spec-corba module... Also, if I try including the yoko-spec-corba module, then the idlj maven plugin is not pulled properly from the repository... I tried adding the http://snapshots.repository.codehaus.org <http://snapshots.repository.codehaus.org/> repository where the plugin can be found, but the deployment of the jars/pom in that repo. doesn't have the proper 1.0-SNAPSHOT version... Is there any other repository that we can pull this plugin from? - Balaji -----Original Message----- From: Darren Middleman [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 9:41 AM To: [email protected] Subject: Re: Test failure in the bindings module Hi Edell, Yes, I am seeing the same thing on a clean checkout of the repository. Darren On 7/12/06, Nolan, Edell <[EMAIL PROTECTED]> wrote: > > Have you tried rebuilding everything from a new copy - > > I am getting the following error but maybe I have missed something. > > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Failed to resolve artifact. > > Missing: > ---------- > 1) org.apache.yoko:yoko-spec-corba:jar:1.0-incubating-M1-SNAPSHOT > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.yoko > -DartifactId=yoko-spec- > corba \ > -Dversion=1.0-incubating-M1-SNAPSHOT -Dpackaging=jar > -Dfile=/path/to/f > ile > > Path to dependency: > 1) org.apache.yoko:yoko-rmi:jar:1.0-incubating-M1-SNAPSHOT > 2) > org.apache.yoko:yoko-spec-corba:jar:1.0-incubating-M1-SNAPSHOT > > Edell. > > -----Original Message----- > From: Mosur Ravi, Balaji > Sent: 12 July 2006 14:26 > To: [email protected] > Subject: RE: Test failure in the bindings module > > All the tests pass now... > > Thanks > > Balaji > > -----Original Message----- > From: Darren Middleman [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 12, 2006 8:15 AM > To: [email protected] > Subject: Re: Test failure in the bindings module > > Hi Balaji, > > I've made the commit for the CORBA runtime binding that should clear up > the problem we were seeing...at least, I'm no longer seeing the failure. > Can > you verify that it is working on your side? > > Thanks, > Darren > > On 7/7/06, Mosur Ravi, Balaji <[EMAIL PROTECTED]> wrote: > > > > That's fine with me... > > > > Thanks, > > > > Balaji > > > > -----Original Message----- > > From: Darren Middleman [mailto:[EMAIL PROTECTED] > > Sent: Friday, July 07, 2006 8:42 AM > > To: [email protected] > > Subject: Re: Test failure in the bindings module > > > > Hello again Balaji, > > > > Actually, this seems to be fixed in the code that I will be checking > in > > within the next day or so. It must have been something that I came > > across when I was adding additional features to the binding this week. > > > It's probably easier for me to check in the fix that way if there are > > no objections. > > > > Darren > > > > > > On 7/7/06, Darren Middleman <[EMAIL PROTECTED]> wrote: > > > > > > Hi Balaji, > > > > > > Yes, I am seeing a failure too. I'll look into it and provide a > fix. > > > > > > Darren > > > > > > > > > On 7/6/06, Mosur Ravi, Balaji < [EMAIL PROTECTED]> wrote: > > > > > > > > Hi, > > > > > > > > I am getting a test failure in the bindings module... > > > > > > > > > > testReadStreamable(org.apache.yoko.bindings.corba.CorbaStreamableTest) > > > > > > > > Has anyone seen this error? > > > > > > > > - Balaji > > > > > > > > > > > > > > > > > > >
