Re: javac: target release 1.1 conflicts with default source release 1.5

2005-01-26 Thread Stefan Bodewig
On Wed, 26 Jan 2005, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > * implicitly set -source to the same value as -target. didn't work as the current Gump run demonstrated. -source 1.1 is not supported. So the logic becomes * implicitly set -source to the same value as -target, unless it is 1.1

Re: javac: target release 1.1 conflicts with default source release 1.5

2005-01-26 Thread Peter Reilly
Excelent! Peter Stefan Bodewig wrote: Hi, after I've been watching the JDK 1.5 builds of Gump for weeks now, I've pretty much given up the hope that projects are going to adapt the build files to JDK 1.5 soon. Xalan's build breaks because they only specify the target attribute and quite a few othe

javac: target release 1.1 conflicts with default source release 1.5

2005-01-26 Thread Stefan Bodewig
Hi, after I've been watching the JDK 1.5 builds of Gump for weeks now, I've pretty much given up the hope that projects are going to adapt the build files to JDK 1.5 soon. Xalan's build breaks because they only specify the target attribute and quite a few others do so as well. (as a sidenote, Xa