Re: Protocol Buffers Compiler Maven Plug-In

2009-02-02 Thread Kenton Varda
Gregory, could you please at least check in your code to SVN? On Mon, Feb 2, 2009 at 8:40 AM, Brian Erst wrote: > > Any update on the Maven plug-in? We've had two different plug-ins that > have essentially been abandoned waiting for an imminent Google release > for six months now. I've used vari

Cross-compile of Google Protocol Buffers fails

2009-02-02 Thread reid.madsen
The build procedures for GPB don't work when cross-compiling. The crux of the matter is that the build attempts to run tests using cross-compiled binaries. This of course fails because the cross-compiled binaries are incompatible with the current host's architecture. To support cross-compila

Re: Protocol Buffers Compiler Maven Plug-In

2009-02-02 Thread Gregory Kick
Definitely. Now that I have access this will be done this week. On Mon, Feb 2, 2009 at 11:55 AM, Kenton Varda wrote: > Gregory, could you please at least check in your code to SVN? > > On Mon, Feb 2, 2009 at 8:40 AM, Brian Erst wrote: >> >> Any update on the Maven plug-in? We've had two differ

RE:Recent C Technology News!!!

2009-02-02 Thread Tekwits
Hi, There is an interesting technology news here at tekwits. Thought you would be beneficial if you read this… Get the latest industry news about C Programming. (http:// c.tekwits.com) has more C Programming related news updates more frequently. Microsoft .Net Articles C# The whole new way of pro

Re: Protocol Buffers Compiler Maven Plug-In

2009-02-02 Thread Brian Erst
Any update on the Maven plug-in? We've had two different plug-ins that have essentially been abandoned waiting for an imminent Google release for six months now. I've used various hacks to the POM files, but a real plug-in would be sweet. --~--~-~--~~~---~--~~ You r

Re: Cross-compile of Google Protocol Buffers fails

2009-02-02 Thread Kenton Varda
Tests are not run as part of the build. I think the actual problem is that the makefile is attempting to invoke protoc to generate some .pb.* files which are then compiled into the tests (though I think automake builds them even if you aren't compiling tests because it is too dumb to know). You s