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 michael.ol...@gmail.com 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'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  staff58K 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 protobuf@googlegroups.com.
 To unsubscribe from this group, send email to
 protobuf+unsubscr...@googlegroups.comprotobuf%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/protobuf?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Protocol Buffers group.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.



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 can update the pom.xml with this one:
http://protobuf.googlecode.com/svn-history/r373/trunk/java/pom.xml

Thanks.

On Thu, Jan 27, 2011 at 10:12 PM, Pherl Liu liuj...@google.com wrote:

 Thanks for reporting this. Working on a fix now.


 On Thu, Jan 27, 2011 at 4:12 AM, Michael michael.ol...@gmail.com 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'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  staff58K 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 protobuf@googlegroups.com.
 To unsubscribe from this group, send email to
 protobuf+unsubscr...@googlegroups.comprotobuf%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/protobuf?hl=en.




-- 
You received this message because you are subscribed to the Google Groups 
Protocol Buffers group.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.



Re: [protobuf] 2.4.0 release?

2011-01-27 Thread Pherl Liu
It isn't officially announced yet, but the files are on the site, feel free
to try it out. We are still working on the documentation. The final release
would be very soon.

On Thu, Jan 27, 2011 at 4:17 AM, CB cn...@verizon.net wrote:

 I'm considering updating from 2.3.0 to 2.4.0, but it seems 2.4.0 isn't
 final, yet?  Can you comment on how stable the build is, and when it
 might become a formal release?

 --
 You received this message because you are subscribed to the Google Groups
 Protocol Buffers group.
 To post to this group, send email to protobuf@googlegroups.com.
 To unsubscribe from this group, send email to
 protobuf+unsubscr...@googlegroups.comprotobuf%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/protobuf?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Protocol Buffers group.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.



[protobuf] Re: Issue 81 in protobuf: Maven Protoc Plugin Code Review

2011-01-27 Thread protobuf


Comment #22 on issue 81 by g...@google.com: Maven Protoc Plugin Code Review
http://code.google.com/p/protobuf/issues/detail?id=81

I don't believe that Maven has any support for platform-dependent  
artifacts.  That said, it might be worth documenting installation via some  
of the different package management utilities (e.g. apt, macports).


--
You received this message because you are subscribed to the Google Groups Protocol 
Buffers group.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.



[protobuf] Issue 253 in protobuf: Feature download is for an old version

2011-01-27 Thread protobuf

Status: New
Owner: ken...@google.com
Labels: Type-Defect Priority-Medium

New issue 253 by philippe...@gmail.com: Feature download is for an old  
version

http://code.google.com/p/protobuf/issues/detail?id=253

What steps will reproduce the problem?
1. See Project Home
2. Clic URL to download feature (2.3.0 with some bug with Android)

The last version is 2.4.0 !



--
You received this message because you are subscribed to the Google Groups Protocol 
Buffers group.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.