All,

I am using Ant 1.4.1 with Java 1.2.2_06 for Solaris and am finding that when
I use the javac task to compile my source, the resulting size of the .class
files are different that when I manually compile on the command-line.

The task I use is:

<javac srcdir="${src.dir}"
       destdir="${build.dir}">
  <classpath refid="classpath" />
</javac>

And the command-line compile I use is simply "javac *.java" with no options
except the defaults.  I think it could be something along the lines of
optimization.  I'm not having any trouble with the resulting class files
working...it's just that the different byte sizes can be somewhat confusing.
Any ideas?

Thanks.

Matt Johnson

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to