Hello Mike,
Thank you for the information. Unfortunately my effort uses not only
java (runtime) code by Google, but also their C++ code generator
internals and that's the place where I need a copy-paste.

Eugene.

On Wed, Aug 25, 2010 at 5:37 PM, users .... <moofis...@gmail.com> wrote:
> Eugene,
>
> I am in the exploration process of using Protobuf's with a project.
> For my level integration I took all the Java Google code and created a
> Plug-in Project in Eclipse RCP.  Then using the export feature (OSGi)
> I reference the necessary code.  I think you might be integrating the
> Protobuf project in a more low level effort, but this allowed me not
> to copy and paste any code and provides a clear boundary of the Google
> code from my own work. Again I suspect we are on fundamentally
> different efforts but posted to be safe.
>
> -Mike
>
> On Aug 24, 5:41 pm, Kenton Varda <ken...@google.com> wrote:
>> On Wed, Aug 18, 2010 at 12:16 AM, Eugene Vigdorchik <
>>
>> eugene.vigdorc...@gmail.com> wrote:
>> > I'm missing the following 3 files and as a result am forced to either
>> > copy-paste or duplicate them in my project:
>> > google/protobuf/compiler/java/java_helpers.h
>> > google/protobuf/stubs/strutil.h
>> > google/protobuf/stubs/substitute.h
>>
>> These headers are intentionally not public, as they are not intended to be
>> part of the protobuf library interface.
>>
>> You may, of course, simply copy the code into your project.
>>
>> Ideally we would have some sort of library encapsulating the Java helpers so
>> that you could write a Java code generator plugin without copying all that
>> code, but no one has time to work on this.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Protocol Buffers" group.
> To post to this group, send email to proto...@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.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to proto...@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