Re: Using Free JVM implementations

2005-12-26 Thread Eric Lavarde - Debian
Hi, Unfort with kaffe I get the following error: I am sure that the kaffe developers would be pleased to know what exactly doesn't work with their implementation. BTW, have you tried to use any other JVM for comparison purposes? It would be good to know. 15:27:32 ~/src$ kaffe -jar

Something's wrong with exec... on ant for my Ubuntu server

2005-12-26 Thread Xeno Campanoli
I installed Ubuntu for my development server recently because getting CentOS was such a royal PITA, and its all gone very nicely except for one thing: exec task is failing on my in some very inconvenient circumstances. It all started when I discovered that most of my circumstances where I

RE: Something's wrong with exec... on ant for my Ubuntu server

2005-12-26 Thread Xeno Campanoli
Well, that last statement wasnt quite accurate. The example statement I give does in fact fail. Im not sure why. However, when I use exec executeable=/bin/date failonerror=true /, it gets past the statement, but I get no output. My ant version is 1.6.5, and Im using j2sdk1.4.2_09. xc