: 6403279 Nov 22 14:54 apache-solr-3.5.0.war : : when i build the war file from source - i get a different sized file: : : ./dist/apache-solr-3.5-SNAPSHOT.war : : 6404098 Mar 29 11:41 ./dist/apache-solr-3.5-SNAPSHOT.war : : am i building from the wrong source?
I haven't tested this to confirm, but i suspect you are just seeing hte effect of the "-SNAPSHOT" extension being left on all the jar names, and in the jar version and specversion metdata making each jar slightly bigger. those jars are all then bundled up into that war this "-SNAPSHOT" extesion happens by default when building -- official builds set the "version" properties explicitly. https://wiki.apache.org/solr/HowToRelease#Release_Guidlines -Hoss