1.1.4 > buildproblems with jar-complete

Hi,

just downloaed the new release jruby 1.1.4 -src
I need to build the jruby-complete.jar, but after
ant jar-complete i always run in =

jar-complete:
[mkdir] Created dir:
c:\jruby-1.1.4\build\jar-complete\META-INF\jruby.home
[copy] Copying 730 files to
c:\jruby-1.1.4\build\jar-complete\META-INF\jruby.home
[copy] Copied 105 empty directories to 5 empty directories under
c:\jruby-1.1.4\build\jar-complete\META-INF\jruby.home
[copy] Copying 504 files to c:\jruby-1.1.4\build\jar-complete
[java] JRuby limited openssl loaded. gem install jruby-openssl for
full support.
[java] http://wiki.jruby.org/wiki/JRuby_Builtin_OpenSSL
[java] ERROR: http://gems.rubyforge.org/ does not appear to be a
repository
[java] ERROR: could not find gem rspec locally or in a repository
[java] ERROR: http://gems.rubyforge.org/ does not appear to be a
repository
[java] ERROR: could not find gem rake locally or in a repository

BUILD FAILED
c:\jruby-1.1.4\build.xml:332: Java returned: 2

Errorcode 2 means ERROR_FILE_NOT_FOUND, but the gems
are contained in the src release =
c:\jruby-1.1.4\lib\ruby\gems.…

So what went wrong and how to fix it ?

Env = Win2000, jdk 1.5.0_14, ruby 1.8.4 (2006-04-14) [i386-mswin32], ant
1.7.1

Regards,
Gilbert


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

Hi,
are you behind some firewall? If so you should set the HTTP_PROXY env
variable to your proxy.

Rebhan, Gilbert wrote:

c:\jruby-1.1.4\build\jar-complete\META-INF\jruby.home
[java] ERROR: could not find gem rspec locally or in a repository
c:\jruby-1.1.4\lib\ruby\gems.…

To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email


View this message in context:
http://www.nabble.com/1.1.4->-buildproblems-with-jar-complete-tp19308049p19436489.html
Sent from the JRuby - User mailing list archive at Nabble.com.


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

Hi,

it did work the latest releases before without
setting any HTTP_PROXY env and as already
said =

Errorcode 2 means ERROR_FILE_NOT_FOUND, but the gems
are contained in the src release =
c:\jruby-1.1.4\lib\ruby\gems…

so why are the gems not found when already contained in the src
release ??

Regards, Gilbert