Is this available yet?

If not, can someone post how to invoke protoc from a more "vanilla"
Java Maven project to generate .java source, using explicit paths or
whatever it takes. I'm a little familiar with Maven, but mostly via
using existing plugins, not adding callouts.

TIA,
djb

On Dec 3 2008, 4:02 pm, Gregory Kick <g...@google.com> wrote:
> The intertubes have led you to the right place.  This has actually
> been done for a while, but I haven't written the tests (arg!).  I'll
> definitely get it checked in by the end of the year.  Sorry for the
> procrastination.
>
> On Wed, Dec 3, 2008 at 2:59 PM, Kenton Varda <ken...@google.com> wrote:
> > [cc Gregory]
>
> > On Wed, Dec 3, 2008 at 8:39 AM, Tom Nichols <tmnich...@gmail.com> wrote:
>
> >> Hi guys,
>
> >> Has anything become of this?  I'm looking for a protobuf compiler
> >>Mavenplugin and this is the only good lead I can find on the
> >> intertubes.
>
> >> Thanks.
> >> -Tom
>
> >> On Jul 24, 2:36 am, Tom <tomasz.blachow...@gmail.com> wrote:
> >> > Greg,
>
> >> > That's good news. I'm hoping to see your implementation soon. Can you
> >> > ping me as soon as your code is available, will you?
> >> > I'll also create separate project (open source) and check in my
> >> > implementation so then we can easier compare and integrate our efforts
> >> > if needed.
>
> >> > Take care,
> >> > Tom
>
> >> > On Jul 23, 10:02 pm, "Gregory Kick" <g...@google.com> wrote:
>
> >> > > Tom,
>
> >> > > As Kenton said, I'm working on apluginto do much of the same work
> >> > > and a bit more with regards to dependencies.  I plan on having an
> >> > > alpha version by the end of the week and would love some feedback.  If
> >> > > my implementation falls short, the next step would be to fill out the
> >> > > contributor agreement [1] and we'll integrate the two implementations.
>
> >> > > In any event, I'll send you an email as soon as something is publicly
> >> > > available.  Sound good?
>
> >> > > [1]http://code.google.com/legal/individual-cla-v1.0.html
>
> >> > > On Wed, Jul 23, 2008 at 3:41 PM, Kenton Varda <ken...@google.com>
> >> > > wrote:
> >> > > > Greg Kick (of Google) was also working on aMavenplugin.  Greg, what
> >> > > > should
> >> > > > we do?
>
> >> > > > On Wed, Jul 23, 2008 at 7:05 AM, Tom <tomasz.blachow...@gmail.com>
> >> > > > wrote:
>
> >> > > >> Hi lads,
>
> >> > > >> I've implemented aMaven2 plug-in that invokes protoc (Protocol
> >> > > >> Buffers Compiler) to generate Java classes. It hooks into build
> >> > > >> life
> >> > > >> cycle at 'generate-sources' phrase. It scans specified directories
> >> > > >> to
> >> > > >> find .proto files and invokes protoc executable to generate Java
> >> > > >> classes into specified directory. Pretty useful stuff for allMaven
> >> > > >> users, I guess.
>
> >> > > >> I can contribute the source code to the main project if you are
> >> > > >> interested. Otherwise I'll put in on Mojo (Codehaus) or create
> >> > > >> separate project on Google Code. Please, lte me know if you are
> >> > > >> interested in my contribution.
>
> >> > > >> Cheers,
> >> > > >> Tom
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to