Re: NAMESPACE_ERR on assign in ODE process

2007-07-11 Thread Alex Boisvert
Hi Michael, One workaround is to force buildr to use a different version of the net-ssh library. On my machine, I can edit the file: /usr/lib/ruby/gems/1.8/specifications/buildr-1.1.3.gemspec (not sure where this file is on Windows) and change the version number on this line: s.add_dependen

Re: NAMESPACE_ERR on assign in ODE process

2007-07-06 Thread Michael Horwitz
Thanks Alex - next hurdle: I run against an external database and it seems the scripts have changed. Still no buildr, so I cannot generate these myself. I would really love to get buildr up and running, but try as I might I cannot get it to work through a proxy server/firewall on windows. The in

Re: NAMESPACE_ERR on assign in ODE process

2007-07-05 Thread Alex Boisvert
Should be fixed now. On 7/5/07, Dan <[EMAIL PROTECTED]> wrote: Hi Alex, Can you check the permissions. The link is returning a 403 forbidden when I try to hit it. Thanks, Dan On 7/5/07, Alex Boisvert <[EMAIL PROTECTED]> wrote: > > I believe that's a concurrency issue that's been fixed in the

Re: NAMESPACE_ERR on assign in ODE process

2007-07-05 Thread Dan
Hi Alex, Can you check the permissions. The link is returning a 403 forbidden when I try to hit it. Thanks, Dan On 7/5/07, Alex Boisvert <[EMAIL PROTECTED]> wrote: I believe that's a concurrency issue that's been fixed in the development -trunk. If you still can't build Ode, I've placed a SN

Re: NAMESPACE_ERR on assign in ODE process

2007-07-05 Thread Alex Boisvert
I believe that's a concurrency issue that's been fixed in the development -trunk. If you still can't build Ode, I've placed a SNAPSHOT of the JBI installer here: http://www.intalio.org/public/maven2/org/apache/ode/ode-jbi/1.1-r553562-SNAPSHOT/ode-jbi-1.1-r553562-SNAPSHOT.zip alex On 7/5/07, Mi