You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ode.apache.org by ts shuo <sh...@gmail.com> on 2010/12/20 09:05:52 UTC

ODE compilation problems at the Last step

Hi Tammo,

I have finally completed the step
E:\ode1.3.5>buildr package test=no
with ODE 1.3.5.x version.
But when I came to the next step
E:\ode1.3.5>buildr eclipse
I get an error about 2 hours later ,which is similar to Sebastian get in
the
following article.
Here is the detailed error message:

E:\ode1.3.5>buildr eclipse
(in E:/ode1.3.5, development)
GPG signing org.apache.ode:ode-agents:jar:1.3.5-

SNAPSHOT
Buildr aborted!
Errno::ENOENT : No such file or directory -

E:/ode1.3.5/agents/target/ode-agents
-1.3.5-SNAPSHOT.jar.asc

(See full trace by running task with --trace)

I'm using Windows 7 OS,ODE 1.3.5,buildr 1.4.4,JRuby

1.5.5, RubyGems 1.3.7, JDK 1.6.0_06

I have no idea about this error.
Perhaps the detailed configuration with which have successfully compiled
can
sign something useful.

Greetings, TianShuo.

Re: ODE compilation problems at the Last step

Posted by Sebastian Luft <se...@gmail.com>.
Hi TianShuo,
Just open the Rakefile with a texteditor and comment out (place a # in
front of) the two lines containing "gpg". That worked for me.
Greetings, Sebastian.