You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Doug Cutting (Updated) (JIRA)" <ji...@apache.org> on 2011/12/06 00:26:40 UTC

[jira] [Updated] (AVRO-962) Avro maven plugin does not support String type override in IDLProtocolMojo.java

     [ https://issues.apache.org/jira/browse/AVRO-962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doug Cutting updated AVRO-962:
------------------------------

      Resolution: Fixed
        Assignee: George Fletcher
    Hadoop Flags: Reviewed
          Status: Resolved  (was: Patch Available)

I committed this.  Thanks for finding and fixing this problem!
                
> Avro maven plugin does not support String type override in IDLProtocolMojo.java
> -------------------------------------------------------------------------------
>
>                 Key: AVRO-962
>                 URL: https://issues.apache.org/jira/browse/AVRO-962
>             Project: Avro
>          Issue Type: Bug
>          Components: java
>    Affects Versions: 1.6.1
>            Reporter: George Fletcher
>            Assignee: George Fletcher
>            Priority: Minor
>             Fix For: 1.6.2
>
>         Attachments: avro-jira-962.patch
>
>
> This following line needs to added to IDLProtocolMojo.java
>       SpecificCompiler compiler = new SpecificCompiler(protocol);
> +     compiler.setStringType(StringType.valueOf(stringType));
>       compiler.compileToDestination(null, outputDirectory);

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira