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

2013-03-29 Thread Jarek Czekalski
More guesses: - is the jar signed? - do the same thing happen with a "hello world" application jar? - maybe there are differences in configuration of 1.8.4 and 1.9.0, like different jdk path W dniu 2013-03-28 01:27, Marc Benstein pisze: Howdy, Java 5 fails to execute jars created with Ant 1.9

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

2013-03-28 Thread Jarek Czekalski
Marc, could you take 2 jars, one generated with 1.8.4 and one generated with 1.9 and expand them to neighbouring directories? Then do diff -r with them. Possibly expanding with jar command coming from java 5. I expect either a difference in contents or difference in filenames. Maybe there are

Re: Incorrect reading of property containing accented chars from build.properties by custom task

2012-04-21 Thread Jarek Czekalski
Lokesh, Maybe you don't comply with the rules java has for property files. These can be found in java language specifictaion, but also in Properties class javadoc: http://docs.oracle.com/javase/7/docs/api/java/util/Properties.html QUOTE the input/output stream is encoded in ISO 8859-1 charact

Re: [SPAM] Problems with exec task on Windows machine

2012-04-09 Thread Jarek Czekalski
On 1.8.2 and same windows it runs fine. W dniu 2012-04-09 16:54, ivadim pisze: Hello. I have some problems with exec task. I have build.xml: When I run "

Re: How to avoid long classpath issue in windows

2012-04-02 Thread Jarek Czekalski
guess not, it's the issue with java command line. Jarek Thanks -Ratha On 2 April 2012 15:47, Jarek Czekalski wrote: You could unpack part of the jars and use the directory containing classes as a classpath. Later you may put them into a single jar. For compilation it's safe. For distrib

Re: How to avoid long classpath issue in windows

2012-04-02 Thread Jarek Czekalski
You could unpack part of the jars and use the directory containing classes as a classpath. Later you may put them into a single jar. For compilation it's safe. For distribution there may be licensing issues, depending on the libraries involved. Jarek W dniu 2012-04-02 11:47, vijayaratha vijay