I got a jruby-1.0_bin package on my server, and it's running now. Then I met problem when I was trying to run test cases on jruby-1.0_binpackage. As docs/README.test told me, I just need to run "ant test" command. But this is a bin package without source files.
My question is, must I copy ./src directory, ./test directory, build.xml and default.build.properties to the jruby-bin package before I can run test cases? Or is there other way to run test cases on jruby-bin package? Thanks a lot.
