You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Scott Carey (JIRA)" <ji...@apache.org> on 2011/01/14 17:57:46 UTC

[jira] Commented: (AVRO-733) Avro Java r1059016 does not build due to Checkstyle faulure

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

Scott Carey commented on AVRO-733:
----------------------------------

I noticed this last night as well and was planning on addressing it with some other things.  Very simple patch to follow.

> Avro Java r1059016 does not build due to Checkstyle faulure
> -----------------------------------------------------------
>
>                 Key: AVRO-733
>                 URL: https://issues.apache.org/jira/browse/AVRO-733
>             Project: Avro
>          Issue Type: Bug
>          Components: java
>    Affects Versions: 1.5.0
>         Environment: Win7, JDK6, maven 3.0.2
>            Reporter: Holger Hoffstätte
>            Assignee: Scott Carey
>            Priority: Critical
>             Fix For: 1.5.0
>
>
> Trying to build avro-java from svn trunk fails in checkstyle:
> "Unused import - org.apache.avro.UnresolvedUnionException" in
> ipc\src\main\java\org\apache\avro\specific\SpecificResponder.java
> I had to run with -Dcheckstyle.skip=true to get anywhere. Maybe consider running checkstyle only on demand or on the build server (set "skip" property from default false to true in the pom and pass skip=false to enable when required).

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