Rawr defaults to compiling ruby files into Java class files.
In build_configuration you should be able to set this to false and have
things work:
# Whether Ruby source files should be compiled into .class files
# default value: true
#
c.compile_ruby_files = false
I've not done extensive testing, but at least with a very basic rawr
example this makes a difference.
I need to see if this is a JRuby bug or the result of a deliberate
change in JRuby behavior.
James
--
jamesbritt.com - Playing with Better Toys
neurogami.com - Smart application development
azhackers.com - Feed your head. Hack your world.