Re: Need your help

2013-04-24 Thread Roberto Rivera
Hi, Try removing the brackets { } . Look at my ANT_HOME and PATH config. You can see that variables ($ANT_HOME, $PATH) don't have brackets in my config but do have the $ character. export ANT_HOME=/app/tools/ant export PATH=$ANT_HOME/bin:$PATH Maybe your shell is different than mine, but I'd gi

Re: Java 5 fails to run jar files created with Ant 1.9.0

2013-04-24 Thread Stefan Bodewig
On 2013-04-24, Sentinel.czech wrote: > As I have read in discussion thred something changed in zip algorithm. Yes, that's right. > Question is, if there is a way to create "old style" compressed jar. One option is to the compress' antl

Re: Java 5 fails to run jar files created with Ant 1.9.0

2013-04-24 Thread Sentinel.czech
I came accross with the same problem: - ubuntu, java 1.5.0_22, ant 1.8.2 - suse, java 1.5.0_08, ant 1.9.0 (yes not the identical environments but.. in 1.8.x it was working..) Manifest is genereated in jar taks. there were following differences: - Manifest: only content of Ant-Version: , and Creat