[
https://issues.apache.org/activemq/browse/CAMEL-2148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56276#action_56276
]
Martin Gilday commented on CAMEL-2148:
--------------------------------------
The code generator is something you only run once during the design phase of
your project to create the message classes (well once per language). I've
already run it an placed the generated file under src/test/java.
If you want to run it every time then we could hook it up to the
generate-resources Maven phase and invoke it using the Ant plugin. However the
code generator is a platform dependant executable. Do you know how this is
worked around with the graphviz testing?
Do you think we need to run the code generator at all?
> DataFormat for Google Protocol Buffers
> --------------------------------------
>
> Key: CAMEL-2148
> URL: https://issues.apache.org/activemq/browse/CAMEL-2148
> Project: Apache Camel
> Issue Type: New Feature
> Reporter: Martin Gilday
> Fix For: 2.2.0
>
> Attachments: camel-protobuf.zip
>
>
> DataFormat for Google Protocol Buffers aka protobuf
> http://code.google.com/apis/protocolbuffers/
> http://code.google.com/p/protobuf/
> The Google project uses 'New BSD License'. Is this a compatible license?
> Camel Extra seems to just be for GPL style licenses.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.