You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@buildr.apache.org by Peter Schröder <ps...@blau.de> on 2009/11/22 17:39:25 UTC

proxy exclude fails

every access to proxy.exclude fails:

repositories.remote << "http://www.ibiblio.org/maven2/"

# options.proxy.http = 'http://myproxy:8080'
# options.proxy.exclude << '*.mycompany.com'
# options.proxy.exclude << 'localhost'

define "simple", :version=>"1.0.0" do
  # options.proxy.http = 'http://myproxy:8080'
  # options.proxy.exclude << '*.mycompany.com'
  # options.proxy.exclude << 'localhost'
end

puts "#{options.proxy.exclude}"

-->

stack level too deep
/Users/peterschroder/Library/jruby-1.4.0RC1/lib/ruby/gems/1.8/gems/buildr-1.4.0-java/lib/buildr/core/application.rb:218:in `load_buildfile'
/Users/peterschroder/Library/jruby-1.4.0RC1/lib/ruby/gems/1.8/gems/buildr-1.4.0-java/lib/buildr/core/application.rb:496:in `standard_exception_handling'
/Users/peterschroder/Library/jruby-1.4.0RC1/lib/ruby/gems/1.8/gems/buildr-1.4.0-java/lib/buildr/core/application.rb:213:in `load_buildfile'
/Users/peterschroder/Library/jruby-1.4.0RC1/lib/ruby/gems/1.8/gems/buildr-1.4.0-java/lib/buildr/core/application.rb:137:in `run'
/Users/peterschroder/Library/jruby-1.4.0RC1/lib/ruby/gems/1.8/gems/buildr-1.4.0-java/lib/buildr/core/application.rb:496:in `standard_exception_handling'
/Users/peterschroder/Library/jruby-1.4.0RC1/lib/ruby/gems/1.8/gems/buildr-1.4.0-java/lib/buildr/core/application.rb:135:in `run'
/Users/peterschroder/Library/jruby-1.4.0RC1/lib/ruby/gems/1.8/gems/buildr-1.4.0-java/bin/buildr:19
/Users/peterschroder/Library/jruby-1.4.0RC1/lib/ruby/gems/1.8/gems/buildr-1.4.0-java/bin/buildr:19:in `load'
/Users/peterschroder/.gem/jruby/1.8/bin/buildr:19