diff -r c501b1666bda -r 798e3aa19718 make/build.xml --- a/make/build.xml Wed Jul 10 19:08:04 2013 +0530 +++ b/make/build.xml Thu Jul 11 16:34:55 2013 +0530 @@ -219,8 +219,10 @@ target="${javac.target}" debug="${javac.debug}" encoding="${javac.encoding}" - includeantruntime="false"> - + includeantruntime="false" fork="true"> + + +