show/hide this revision's text 3 added 259 characters in body

When I run the following task for Ant project from Eclipse 3.4:

<jar destfile="test.war" level="9">
    ...
</jar>

seems like compression level has no effect. It says that compression level is supported starting from ant 1.7 and in the Manifest.mf it says I have 1.7.0

Ant-Version: Apache Ant 1.7.0

Any ideas?

Thanks.

UPDATE: Actually it is compressing, I just didn't notice it. Compression level 9 gives 1Kb advantage in size over default for 650kb war, which makes it pretty much worthless. This is strange because using winzip I can get 450kb file using "normal" compression level and 400kb using "maximum".

UPDATE2: My bad, I was compressing sources instead of classes. Maximum compression level in winzip doesn't give any advantages in size either. I probably should go to sleep already :)

Sorry for false alarm, you can delete/close this.

show/hide this revision's text 2 added 319 characters in body

When I run the following task for Ant project from Eclipse 3.4:

<jar destfile="test.war" level="9">
    ...
</jar>

seems like compression level has no effect. It says that compression level is supported starting from ant 1.7 and in the Manifest.mf it says I have 1.7.0

Ant-Version: Apache Ant 1.7.0

Any ideas?

Thanks.

UPDATE: Actually it is compressing, I just didn't notice it. Compression level 9 gives 1Kb advantage in size over default for 650kb war, which makes it pretty much worthless. This is strange because using winzip I can get 450kb file using "normal" compression level and 400kb using "maximum".

show/hide this revision's text 1

JAR compression level has no effect in Ant

When I run the following task for Ant project from Eclipse 3.4:

<jar destfile="test.war" level="9">
    ...
</jar>

seems like compression level has no effect. It says that compression level is supported starting from ant 1.7 and in the Manifest.mf it says I have 1.7.0

Ant-Version: Apache Ant 1.7.0

Any ideas?

Thanks.