Bugs: Browse | Submit New | Admin
Antwrap_utilities.rb line 31 "if RUBY_PLATFORM == 'java'" don't work for "java mswin" (Microsoft Windows). Please change it to: if(RUBY_PLATFORM =~ /java/) Best wishes Claudius
Add A Comment:
Date: 2010-07-19 19:10 Sender: Antoine Toulme I fixed this problem on my fork of Antwrap here: http://github.com/atoulme/Antwrap
Date: 2010-02-15 10:22 Sender: Daniel Harrington Added a patch for this problem: http://rubyforge.org/tracker/index.php?func=detail&aid=27828& amp;group_id=2821&atid=10897