Building ODE

View: New views
3 Messages — Rating Filter:   Alert me  

Building ODE

by arturslicis :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello all,
Wanted to build Apache Ode, but I'm new to Ruby world.
I followed the instructions found on Apache Ode page, but when
building the trunk with latest buildr, I get the error message found
below (also tried setting up buildr 1.3.1, and removing other
versions, and even some more combinations..)
Thanks in advance for any hints,
Arturs
D:ODE-src>buildr package
(in D:/ODE-src, development)
←[34mD:/ODE-src/buildfile:549:in `__instance_exec0': Deprecated: We
c
hanged the way package_as methods are implemented.  See the
package method docum
entation for more details.←[0m
Buildr aborted!
←[31mNo such file or directory - svn status -v←[0m
←[31mD:/ODE-src/buildfile:734:in ``'←[0m
←[31mD:/ODE-src/buildfile:734:in `__instance_exec0'←[0m
←[31mD:/ODE-src/buildfile:732:in `__instance_exec0'←[0m
←[31mc:/ruby/lib/ruby/gems/1.8/gems/buildr-1.3.5-x86-mswin32/lib/buildr/core/app
lication.rb:400:in `raw_load_buildfile'←[0m
←[31mc:/ruby/lib/ruby/gems/1.8/gems/buildr-1.3.5-x86-mswin32/lib/buildr/core/app
lication.rb:218:in `load_buildfile'←[0m
←[31mc:/ruby/lib/ruby/gems/1.8/gems/buildr-1.3.5-x86-mswin32/lib/buildr/core/app
lication.rb:213:in `load_buildfile'←[0m
(See full trace by running task with --trace)

Re: Building ODE

by Waruna Ranasinghe-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

If you are building the trunk, try using buildr 1.3.2

You can find more info in this article -
http://warunapw.blogspot.com/2009/06/building-apache-ode.html

Thanks,
Waruna

2009/10/19 <arturslicis@...>

> Hello all,
> Wanted to build Apache Ode, but I'm new to Ruby world.
> I followed the instructions found on Apache Ode page, but when
> building the trunk with latest buildr, I get the error message found
> below (also tried setting up buildr 1.3.1, and removing other
> versions, and even some more combinations..)
> Thanks in advance for any hints,
> Arturs
> D:ODE-src>buildr package
> (in D:/ODE-src, development)
> ←[34mD:/ODE-src/buildfile:549:in `__instance_exec0': Deprecated: We
> c
> hanged the way package_as methods are implemented.  See the
> package method docum
> entation for more details.←[0m
> Buildr aborted!
> ←[31mNo such file or directory - svn status -v←[0m
> ←[31mD:/ODE-src/buildfile:734:in ``'←[0m
> ←[31mD:/ODE-src/buildfile:734:in `__instance_exec0'←[0m
> ←[31mD:/ODE-src/buildfile:732:in `__instance_exec0'←[0m
>
> ←[31mc:/ruby/lib/ruby/gems/1.8/gems/buildr-1.3.5-x86-mswin32/lib/buildr/core/app
> lication.rb:400:in `raw_load_buildfile'←[0m
>
> ←[31mc:/ruby/lib/ruby/gems/1.8/gems/buildr-1.3.5-x86-mswin32/lib/buildr/core/app
> lication.rb:218:in `load_buildfile'←[0m
>
> ←[31mc:/ruby/lib/ruby/gems/1.8/gems/buildr-1.3.5-x86-mswin32/lib/buildr/core/app
> lication.rb:213:in `load_buildfile'←[0m
> (See full trace by running task with --trace)




--
-----------------------------------------------------
Regards,
Waruna Ranasinghe
BLOG: http://warunapw.blogspot.com

Re: Building ODE

by Alex Boisvert-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Two workarounds:

1) Install Subversion and make sure the command 'svn' is available in your
PATH

2) Run "buildr ode:package" instead of "buildr package"  (this will package
everything but will not produce a distro)

alex


On Sun, Oct 18, 2009 at 4:46 PM, <arturslicis@...> wrote:

> Hello all,
> Wanted to build Apache Ode, but I'm new to Ruby world.
> I followed the instructions found on Apache Ode page, but when
> building the trunk with latest buildr, I get the error message found
> below (also tried setting up buildr 1.3.1, and removing other
> versions, and even some more combinations..)
> Thanks in advance for any hints,
> Arturs
> D:ODE-src>buildr package
> (in D:/ODE-src, development)
> ←[34mD:/ODE-src/buildfile:549:in `__instance_exec0': Deprecated: We
> c
> hanged the way package_as methods are implemented.  See the
> package method docum
> entation for more details.←[0m
> Buildr aborted!
> ←[31mNo such file or directory - svn status -v←[0m
> ←[31mD:/ODE-src/buildfile:734:in ``'←[0m
> ←[31mD:/ODE-src/buildfile:734:in `__instance_exec0'←[0m
> ←[31mD:/ODE-src/buildfile:732:in `__instance_exec0'←[0m
>
> ←[31mc:/ruby/lib/ruby/gems/1.8/gems/buildr-1.3.5-x86-mswin32/lib/buildr/core/app
> lication.rb:400:in `raw_load_buildfile'←[0m
>
> ←[31mc:/ruby/lib/ruby/gems/1.8/gems/buildr-1.3.5-x86-mswin32/lib/buildr/core/app
> lication.rb:218:in `load_buildfile'←[0m
>
> ←[31mc:/ruby/lib/ruby/gems/1.8/gems/buildr-1.3.5-x86-mswin32/lib/buildr/core/app
> lication.rb:213:in `load_buildfile'←[0m
> (See full trace by running task with --trace)