java bytecode produced by "Ant javac" different from "command line javac" bytecode

2009-11-20 Thread td.com
Hello All, when compiling using the Ant javac task on my machine (JDK1.5) I end up getting bytecode that's different then when I compile the same code on the same machine but through the command line javac. Does anyone know what could be causing this? Thanks in advance! -- View this message in

Re: java bytecode produced by "Ant javac" different from "command line javac" bytecode

2009-11-20 Thread Scot P. Floess
Curious - what do you mean different? On Fri, 20 Nov 2009, td.com wrote: Hello All, when compiling using the Ant javac task on my machine (JDK1.5) I end up getting bytecode that's different then when I compile the same code on the same machine but through the command line javac. Does anyo

AW: java bytecode produced by "Ant javac" different from "command line javac" bytecode

2009-11-20 Thread Knuplesch, Juergen
You probably use a different JDK (e.g. Eclipse uses his own javac) or different options. What exactly do you do in Ant javac and the other javac? -- Jürgen Knuplesch - Von: td.com [mailto:lydie.comp...@td.com] Gesendet: Freitag, 20. November 2009 16:40 An: user@ant.apache.org Betreff: jav

Re: AW: java bytecode produced by "Ant javac" different from "command line javac" bytecode

2009-11-20 Thread td.com
Hello all and thanks for your replies By different I mean that once decompiled (with jd) or dissassembled with javap, the resulting files are different. In order to use the same javac options on the command line, I ran Ant with the -debug option. That being done I was able to copy the argument

[ANN} Signatures of Java Runtimes for use with Animal Sniffer released

2009-11-20 Thread Stephen Connolly
The Mojo team is pleased to announce the release of a number of signatures of various versions of the Java Runtime for use with the Animal Sniffer set of utilities. The following signatures have been released: Generic Signatures (only includes public API classes) * Java 1.4 (http://mojo.codehaus