Skip to content

Instantly share code, notes, and snippets.

@jschilli
Created September 9, 2011 19:16
Show Gist options
  • Save jschilli/1207074 to your computer and use it in GitHub Desktop.
Save jschilli/1207074 to your computer and use it in GitHub Desktop.
C:/Ruby192/lib/ruby/gems/1.9.1/gems/bpm-1.0.0.rc.1/lib/bpm/libgems_ext/config_file.rb:12: warning: already initialized const
ant SHGetFolderPath
Building static assets...
~ Using fetched package 'uglify-js' (1.0.7)
~ Using fetched package 'spade' (1.0.1)
which says:
which says:
which says:
which says:
which says: C:\Windows\System32\cscript.exe
fromEnv: best: JScript
autodetect says JScript
runtime= JScript
Selected JScript
fromEnv: best: JavaScriptCore
autodetect says JavaScriptCore
runtime= JavaScriptCore
set from execjs_ext JavaScriptCore select:[#<ExecJS::ExternalRuntime:0x2e00cc8 @name="JavaScriptCore", @command=["/System/Li
brary/Frameworks/JavaScriptCore.framework/Versions/A/Resources/jsc", "jsc"], @runner_path="C:/Ruby192/lib/ruby/gems/1.9.1/ge
ms/execjs-1.2.4/lib/execjs/support/jsc_runner.js", @test_args=nil, @test_match=nil, @binary="c:\\Windows\\Microsoft.NET\\Fra
mework64\\v4.0.30319\\jsc.exe", @encoding=nil>, #<ExecJS::ExternalRuntime:0x2dffc00 @name="JScript", @command="cscript //E:j
script //Nologo //U", @runner_path="C:/Ruby192/lib/ruby/gems/1.9.1/gems/execjs-1.2.4/lib/execjs/support/jscript_runner.js",
@test_args=nil, @test_match=nil, @binary="C:\\Windows\\System32\\cscript.exe //E:jscript //Nologo //U", @encoding="UTF-16LE"
>]
before: C:/Ruby192/lib/ruby/gems/1.9.1/gems/execjs-1.2.4/lib/execjs/support/jsc_runner.js
after (function(program, execJS) { execJS(program) })(function() {
return eval(#{encoded_source});
}, function(program) {
var output;
try {
result = program();
if (typeof result == 'undefined' && result !== null) {
print('["ok"]');
} else {
try {
print(JSON.stringify(['ok', result]));
} catch (err) {
print('["err"]');
}
}
} catch (err) {
print(JSON.stringify(['err', '' + err]));
}
});
Unfortunately, a fatal error has occurred. Please report this error to the BPM issue tracker at https://github.com/bpm/bpm/i
ssues so that we can fix it. Thanks!
C:/Ruby192/lib/ruby/gems/1.9.1/gems/sprockets-2.0.0/lib/sprockets/bundled_asset.rb:239:in `block (2 levels) in build_source'
: 138777 out of char range (RangeError)
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/sprockets-2.0.0/lib/sprockets/bundled_asset.rb:239:in `each'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/sprockets-2.0.0/lib/sprockets/bundled_asset.rb:239:in `block in build_sourc
e'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/sprockets-2.0.0/lib/sprockets/caching.rb:23:in `cache_hash'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/sprockets-2.0.0/lib/sprockets/bundled_asset.rb:235:in `build_source'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bpm-1.0.0.rc.1/lib/bpm/pipeline.rb:153:in `find_asset'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/sprockets-2.0.0/lib/sprockets/base.rb:110:in `[]'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/sprockets-2.0.0/lib/sprockets/bundled_asset.rb:200:in `block in build_depen
dencies_paths_and_assets'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/sprockets-2.0.0/lib/sprockets/bundled_asset.rb:194:in `each'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/sprockets-2.0.0/lib/sprockets/bundled_asset.rb:194:in `build_dependencies_p
aths_and_assets'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/sprockets-2.0.0/lib/sprockets/bundled_asset.rb:81:in `to_a'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/sprockets-2.0.0/lib/sprockets/bundled_asset.rb:239:in `block in build_sourc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment