Avro IDL can't process includes from disparate src trees
--------------------------------------------------------

                 Key: AVRO-676
                 URL: https://issues.apache.org/jira/browse/AVRO-676
             Project: Avro
          Issue Type: Bug
          Components: java
    Affects Versions: 1.4.0
            Reporter: Arun C Murthy


AVRO-495 introduced support from includes in IDL. However it turns out that a 
bug in the implementation, which assumes that the path for the included path is 
in the same src tree causes it to not support includes from different source 
trees.

E.g.

src/foo/main/avro/a.genavro
// something here

...

src/foobar/main/avro/b.genavro

protocol foobar {
  import idl "src/foo/main/avro/a.genavro";
  ...
}.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to