Re: [protobuf] 2.4.0 not compiling lite version for Java

2011-01-27 Thread Pherl Liu
There are actually 2 issues here. One is a known issue http://code.google.com/p/protobuf/issues/detail?id=203 (when the lite version is built *after* the full version without cleaning in between) The other is 2.4.0 release problem, fixed in svn now. Will have another micro release to fix it. You ca

Re: [protobuf] 2.4.0 not compiling lite version for Java

2011-01-27 Thread Pherl Liu
Thanks for reporting this. Working on a fix now. On Thu, Jan 27, 2011 at 4:12 AM, Michael wrote: > Using the normal mvn package/install commands, the size of the jar > files generated by Maven for 2.4.0 is identical for the normal and > lite versions. This is not true under 2.3.0. Also, I can'

[protobuf] 2.4.0 not compiling lite version for Java

2011-01-26 Thread Michael
Using the normal mvn package/install commands, the size of the jar files generated by Maven for 2.4.0 is identical for the normal and lite versions. This is not true under 2.3.0. Also, I can't get the "mvn test -P lite" command to work for 2.4.0 without first running "mvn test". Under 2.3.0, I c