You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ode.apache.org by Van Caesar <fa...@gmail.com> on 2007/06/19 12:09:15 UTC

A problem to generate Eclipse project files.

Hi,

At first, I want to say that I am a newbie for workflow, bpel and ODE, but
tell you the truth, I am charmed by her.

I did it step by step followed by Developing Ode with the Eclipse IDE (url:
http://incubator.apache.org/ode/eclipse-ide.html). I tried to download Ode
soucecode from subversion, install Ruby and Buildr in order to use the
command "rake" to build ode and generate the Eclipse project files, by the
way my OS is MSxp. A problem emerged as follows when I use "rake" to build
ode, not talking about generate the Eclipse project files.

//the problem

D:\ODE\trunk>rake package
(in D:/ODE/trunk)
Downloading ant:ant:jar:1.6.5
getaddrinfo: no address associated with hostname.
getaddrinfo: no address associated with hostname.
getaddrinfo: no address associated with hostname.
getaddrinfo: no address associated with hostname.
rake aborted!
Failed to download ant:ant:jar:1.6.5, tried the following repositories:
http://pxe.intalio.org/public/maven2
http://people.apache.org/repo/m2-incubating-repository
http://repo1.maven.org/maven2
http://people.apache.org/repo/m2-snapshot-repository
D:/ODE/trunk/rakefile:316
(See full trace by running task with --trace)

//


-- 
Van Caesar

Re: A problem to generate Eclipse project files.

Posted by Assaf Arkin <ar...@intalio.com>.
On 6/19/07, Matthieu Riou <ma...@gmail.com> wrote:
>
> Hi,
>
> I think we've already replied to your question about a week ago. If you're
> behind a proxy you need to create a file named "buildr.rake" in your home
> directory and place the following in it:
>
> repositories.proxy = {:host=>"myproxy", :port=>"8080"}


If everyone on your team is using the same proxy server, you can put this
setting in your Rakefile. If it's specific to your development environment,
you should put it in the buildr.rb file in your home directory (note:
buildr.rb, not buildr.rake).

For compatibility with Buildr 1.2, set it to a URL, for example:
repository.proxy = "http://myproxy:8080"

Assaf

Re: A problem to generate Eclipse project files.

Posted by Matthieu Riou <ma...@gmail.com>.
Hi,

I think we've already replied to your question about a week ago. If you're
behind a proxy you need to create a file named "buildr.rake" in your home
directory and place the following in it:

repositories.proxy = {:host=>"myproxy", :port=>"8080"}

Cheers,
Matthieu

On 6/19/07, Van Caesar <fa...@gmail.com> wrote:
>
> Hi,
>
> At first, I want to say that I am a newbie for workflow, bpel and ODE, but
> tell you the truth, I am charmed by her.
>
> I did it step by step followed by Developing Ode with the Eclipse IDE
> (url:
> http://incubator.apache.org/ode/eclipse-ide.html). I tried to download Ode
> soucecode from subversion, install Ruby and Buildr in order to use the
> command "rake" to build ode and generate the Eclipse project files, by the
> way my OS is MSxp. A problem emerged as follows when I use "rake" to build
> ode, not talking about generate the Eclipse project files.
>
> //the problem
>
> D:\ODE\trunk>rake package
> (in D:/ODE/trunk)
> Downloading ant:ant:jar:1.6.5
> getaddrinfo: no address associated with hostname.
> getaddrinfo: no address associated with hostname.
> getaddrinfo: no address associated with hostname.
> getaddrinfo: no address associated with hostname.
> rake aborted!
> Failed to download ant:ant:jar:1.6.5, tried the following repositories:
> http://pxe.intalio.org/public/maven2
> http://people.apache.org/repo/m2-incubating-repository
> http://repo1.maven.org/maven2
> http://people.apache.org/repo/m2-snapshot-repository
> D:/ODE/trunk/rakefile:316
> (See full trace by running task with --trace)
>
> //
>
>
> --
> Van Caesar
>