[
https://issues.apache.org/jira/browse/AVRO-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15953362#comment-15953362
]
ASF GitHub Bot commented on AVRO-2016:
--------------------------------------
GitHub user pnoltes opened a pull request:
https://github.com/apache/avro/pull/206
AVRO-2016: Adds --include option to the IdlTool.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pnoltes/avro master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/avro/pull/206.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #206
----
commit 0d47d5c1eb79b153669e85e34b1d8238e1f71ef1
Author: Pepijn Noltes <[email protected]>
Date: 2017-04-03T11:57:24Z
AVRO-2016: Adds --include option to the IdlTool. Also adds some test for
IdlTool.
----
> Add support for adding include dirs for avdl -> avpr generation
> ---------------------------------------------------------------
>
> Key: AVRO-2016
> URL: https://issues.apache.org/jira/browse/AVRO-2016
> Project: Avro
> Issue Type: Improvement
> Components: java
> Reporter: Pepijn Noltes
> Priority: Minor
>
> I am using Apache Avro with a project setup where avdl files are imported by
> project dependencies.
> In this setup, the project directory containing the avdl files and the
> directories containing the imported avdl files are separated.
> During build I can bring these together, but during development (using
> avroclipse) they are still separated. I would like to specify which
> additional include dirs the 'avro-tools idl' should look for when resolving a
> 'import idl' statement.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)