From: femol Date: 2004-10-23T02:37:58+09:00 Subject: Running ant from Ruby --_=__=_XaM3_.1098466674.2A.850302.42.11700.52.42.007.718111719 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Hello! I am crafting a script to automate some bat files I have.One of it steps = consists of running ant (the Java build tool from Apache), but I can't se= en to get that to work... I am new to Ruby so I can=B4t tell what I am doing wrong... I have tried system('ant') but it didnt't work...Then I tried system('jav= a ant') but it gives a NoClassDefFoundError...probably missing some libra= ry...I tried something like system("java -cp c:/apache-ant-1.6.1/lib ant") and system("java ant -lib = c:/apache-ant-1.6.1/lib") but it didn't work also...Can anybody give me s= ome light on the subject? Thank you very much for your time. Felipe --_=__=_XaM3_.1098466674.2A.850302.42.11700.52.42.007.718111719--