Skip to content

Instantly share code, notes, and snippets.

@headius
Forked from claudiug/gist:f3d019c9af8b964e589d
Last active October 21, 2015 20:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save headius/6c6d83229d5a979ae8cf to your computer and use it in GitHub Desktop.
Save headius/6c6d83229d5a979ae8cf to your computer and use it in GitHub Desktop.
claudiu@Bender-Rodrighez-4 ~/startups/jruby (master)$ jruby -S rake -T --trace
TEST_DIR = test
LIB_DIR = lib
BUILD_DIR = target
PKG_DIR = target/pkg
DEST_LIB_DIR = lib
SPEC_DIR = spec
JRUBY_GEM_HOME = lib/ruby/gems/shared
RUBYSPEC_DIR = spec/ruby
PRAWN_GIT_REPO = git://github.com/sandal/prawn.git
PRAWN_DIR = test/prawn
PRAWN_STABLE_VERSION = 0.4.1
RAILS_GIT_REPO = git://github.com/rails/rails.git
RAILS_DIR = test/rails
MSPEC_DIR = spec/mspec
MSPEC_BIN = spec/mspec/bin/mspec
MSPEC_TAR_FILE = target/mspec.tgz
RUBYSPEC_1_8_DIR = spec/ruby/1.8
SPEC_TAGS_DIR = spec/tags
BUILD_LIB_DIR = test/target
PARSER_DIR = core/src/main/java/org/jruby/parser
JFLEX_BIN = jflex
JAY_BIN = jay
JRUBY_WIN32OLE_GEM = jruby-win32ole
INSTALLER_GEMS = jruby-win32ole
TEST_CLASSES_DIR = test/target/test-classes
RELEASE_DIR = release
TEST_RESULTS_DIR = target/test-results
JRUBY_LAUNCH_MEMORY = 1024M
RAKE_ARGS =
INSTALL4J_EXECUTABLE = /Applications/install4j 4/bin/install4jc
VERSION_RUBY = 2.2.0
VERSION_RUBY_MAJOR = 2.2
VERSION_RUBY_MINOR = 0
VERSION_RUBY_PATCHLEVEL = 0
VERSION_RUBY_REVISION = 48175
VERSION_RUBY1_9_MAJOR = 1.9
VERSION_RUBY1_9 = 1.9.3
VERSION_RUBY1_9_PATCHLEVEL = 392
VERSION_RUBY1_9_REVISION = 39386
VERSION_RUBY2_0_MAJOR = 2.0
VERSION_RUBY2_0 = 2.0.0
VERSION_RUBY2_0_PATCHLEVEL = 195
VERSION_RUBY2_0_REVISION = 40734
rake aborted!
No such file or directory - ant
org/jruby/RubyIO.java:3807:in `popen'
/Users/claudiu/startups/jruby/lib/ruby/stdlib/ant.rb:5:in `load_from_ant'
/Users/claudiu/startups/jruby/lib/ruby/stdlib/ant.rb:38:in `load'
/Users/claudiu/startups/jruby/lib/ruby/stdlib/ant.rb:61:in `(root)'
/Users/claudiu/startups/jruby/rakelib/commands.rake:1:in `(root)'
org/jruby/RubyKernel.java:954:in `require'
/Users/claudiu/startups/jruby/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:54:in `__script__'
/Users/claudiu/startups/jruby/rakelib/commands.rake:3:in `(root)'
org/jruby/RubyKernel.java:969:in `load'
/Users/claudiu/startups/jruby/lib/ruby/stdlib/rake/rake_module.rb:1:in `(root)'
/Users/claudiu/startups/jruby/lib/ruby/stdlib/rake/rake_module.rb:25:in `load_rakefile'
/Users/claudiu/startups/jruby/lib/ruby/stdlib/rake/default_loader.rb:6:in `load'
/Users/claudiu/startups/jruby/lib/ruby/stdlib/rake/application.rb:710:in `load_imports'
/Users/claudiu/startups/jruby/lib/ruby/stdlib/rake/application.rb:645:in `raw_load_rakefile'
/Users/claudiu/startups/jruby/lib/ruby/stdlib/rake/application.rb:94:in `load_rakefile'
/Users/claudiu/startups/jruby/lib/ruby/stdlib/rake/application.rb:165:in `standard_exception_handling'
/Users/claudiu/startups/jruby/lib/ruby/stdlib/rake/application.rb:93:in `load_rakefile'
/Users/claudiu/startups/jruby/lib/ruby/stdlib/rake/application.rb:77:in `run'
/Users/claudiu/startups/jruby/lib/ruby/stdlib/rake/application.rb:165:in `standard_exception_handling'
/Users/claudiu/startups/jruby/lib/ruby/stdlib/rake/application.rb:75:in `run'
org/jruby/RubyKernel.java:969:in `load'
/Users/claudiu/startups/jruby/bin/rake:23:in `__script__'
claudiu@Bender-Rodrighez-4 ~/startups/jruby (master)$
@rdp
Copy link

rdp commented Oct 21, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment