Thanks. Yes. I mean test cases. But does it necessarily to compile/build all source code before I can run test cases? Is there a better way, that is, can I run test cases with only the test directory copied to JRuby-bin package?
On 10/31/07, Charles Oliver Nutter <[EMAIL PROTECTED]> wrote: > > XiaoLiang Liu wrote: > > 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_bin > > package. 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. > > If you mean JRuby test cases, download a source distribution or check > out from SVN. > > I'm not sure why we have information on running tests in the README we > distribute with the bin distribution. Perhaps because nobody's had time > to work on docs much. > > - Charlie > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > >
