Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.6.3
-
Fix Version/s: JRuby 1.6.4
-
Component/s: Java Integration
-
Labels:None
-
Environment:Linux arturaz-fujitsu 2.6.38-10-generic #46-Ubuntu SMP Tue Jun 28 15:05:41 UTC 2011 i686 i686 i386 GNU/Linux
jruby 1.6.3 (ruby-1.8.7-p330) (2011-08-11 8f51635) (Java HotSpot(TM) Client VM 1.7.0) [linux-i386-java]
-
Number of attachments :
Description
Specs run fine on released 1.6.3
https://gist.github.com/1138440
For example:
4) NoMethodError in 'UnitsController units|attack invoked when all units are killed should progress objective' undefined method `rubyCommand' for #<Class:0x101c5fada>
example just uses:
# Win32 requires us to manually require all the jars before requiring # main jar. Dir[File.dirname(SpaceMule::JAR_PATH) + "/lib/*.jar"].each do |jar| require jar end require SpaceMule::JAR_PATH class SpaceMule::Worker def issue(message) json = JSON.generate(message) LOGGER.debug("Issuing message: #{json}", "SpaceMule") response = Java::spacemule.main.Main.rubyCommand(json) LOGGER.debug("Received answer: #{response}", "SpaceMule") JSON.parse(response) end end
Activity
Thomas E Enebo
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Assignee | Thomas E Enebo [ enebo ] | |
| Fix Version/s | JRuby 1.6.4 [ 17472 ] | |
| Resolution | Fixed [ 1 ] |
Charles Oliver Nutter
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |