I tried ant test it took a long time, and did not output something meaningful to me (newbie).
I think, I had better to run some simple tests, then complex tests. So, I want to know how many test suites (including where their source code, cases and classes are) I can run. Maybe I need to consult more ant docs. On Sun, Mar 28, 2010 at 11:16 AM, Stack <saint....@gmail.com> wrote: > Does ant test not work on cygwin? > Stack > > > > > On Mar 27, 2010, at 8:14 PM, Zhimao Guo <guozhi...@gmail.com> wrote: > > Hi, all >> >> I am in windows platform, trying to get some sense of hadoop/hbase. >> I have cygwin/sshd server there. And I even have setup up successfully >> 1-replica hdfs and hbase to run them together using distributed jars. >> >> Now I have compiled hadoop/hbase in my local box (surely, cygwin plus sun >> jdk, ant, etc). >> >> cd /cygdrive/C/soft/hdfs/hadoop-0.20.0 >> ant -l build.log >> ant jar-test >> ant examples >> ant tools-jar >> ant ant-tasks >> How can I run some test suites (if impossible to run all in a single >> windows/cygwin instance) to get more hands-dirty on hadoop/hbase? >> >> best, >> -zhimao >> >