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 can directly run "mvn test -P lite" and
get a successful test run.
Generated using "mvn package {-P lite}"
$ ls -lah java/target/protobuf*
-rw-r--r-- 1 molson staff 58K Jan 26 12:01 java/target/protobuf-
java-2.3.0-lite.jar
-rw-r--r-- 1 molson staff 321K Jan 26 12:01 java/target/protobuf-
java-2.3.0.jar
$ cd ../protobuf-2.4.0/
$ ls -lah java/target/protobuf*
-rw-r--r-- 1 molson staff 439K Jan 26 11:52 java/target/protobuf-
java-2.4.0-lite.jar
-rw-r--r-- 1 molson staff 439K Jan 26 11:53 java/target/protobuf-
java-2.4.0.jar
--
You received this message because you are subscribed to the Google Groups
"Protocol Buffers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/protobuf?hl=en.