Hello everybody,
I have a build script which is a .cmd file as shown:
where src_area is the src directory.
Now we are migrating this to
ANT build. My build.xml script is as shown
I also tried with compiler="modern".
My JAVA_HOME is set to jdk1.3
However, the .jar file created is of different sizes. The jar created with the .cmd script is 51KB and the jar created by the ANT script is 39KB. I have no clue why this is happening?
Please help.
Regards
Jayashree