[ 
https://issues.apache.org/jira/browse/AVRO-1884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15474245#comment-15474245
 ] 

ASF subversion and git services commented on AVRO-1884:
-------------------------------------------------------

Commit 4c992a58743b564fba831bb7349e3bc07fca4b8e in avro's branch 
refs/heads/master from [~rdblue]
[ https://git-wip-us.apache.org/repos/asf?p=avro.git;h=4c992a5 ]

AVRO-1908: Fix TestSpecificCompiler reference to private method.

AVRO-1884 changed makePath to a private method from a package-private
static method. This broke the test that references the method in IPC.
The fix is to make the instance method package-private and update the
test to use an instance of SpecificCompiler.


> Add set source file suffix function for generate non-java file #90
> ------------------------------------------------------------------
>
>                 Key: AVRO-1884
>                 URL: https://issues.apache.org/jira/browse/AVRO-1884
>             Project: Avro
>          Issue Type: Wish
>          Components: java
>            Reporter: shijinkui
>            Assignee: shijinkui
>             Fix For: 1.9.0, 1.8.2
>
>
> support generate non-java source file,  example:
> compiler.setSuffix(".scala")
> compiler.setTemplateDir(templatePath)
> compiler.compileToDestination(file, new File("src/main/scala/"))



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to