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

Joe Stein commented on KAFKA-1490:
----------------------------------

can you clone latest trunk now please, I did fresh and it is working for me

{code}

new-host:apache_kafka joestein$ git clone 
https://git-wip-us.apache.org/repos/asf/kafka.git trunk
Cloning into 'trunk'...
remote: Counting objects: 20685, done.
remote: Compressing objects: 100% (10682/10682), done.
Receiving objects: 100% (20685/20685), 14.96 MiB | 620 KiB/s, done.
remote: Total 20685 (delta 12343), reused 11450 (delta 7041)
Resolving deltas: 100% (12343/12343), done.
new-host:apache_kafka joestein$ cd trunk/
new-host:trunk joestein$ gradle
Building project 'core' with Scala version 2.10.1
:downloadWrapper

BUILD SUCCESSFUL

Total time: 11.1 secs
new-host:trunk joestein$ ./gradlew jar
Building project 'core' with Scala version 2.10.1
:clients:compileJava
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
:clients:processResources UP-TO-DATE
:clients:classes
:clients:jar
:contrib:compileJava UP-TO-DATE
:contrib:processResources UP-TO-DATE
:contrib:classes UP-TO-DATE
:contrib:jar
:core:compileJava UP-TO-DATE
:core:compileScala
/opt/apache_kafka/trunk/core/src/main/scala/kafka/admin/AdminUtils.scala:259: 
non-variable type argument String in type pattern 
scala.collection.Map[String,_] is unchecked since it is eliminated by erasure
        case Some(map: Map[String, _]) => 
                       ^
/opt/apache_kafka/trunk/core/src/main/scala/kafka/admin/AdminUtils.scala:262: 
non-variable type argument String in type pattern 
scala.collection.Map[String,String] is unchecked since it is eliminated by 
erasure
            case Some(config: Map[String, String]) =>
                              ^
/opt/apache_kafka/trunk/core/src/main/scala/kafka/server/KafkaServer.scala:142: 
a pure expression does nothing in statement position; you may be omitting 
necessary parentheses
    ControllerStats.uncleanLeaderElectionRate
                    ^
/opt/apache_kafka/trunk/core/src/main/scala/kafka/server/KafkaServer.scala:143: 
a pure expression does nothing in statement position; you may be omitting 
necessary parentheses
    ControllerStats.leaderElectionTimer
                    ^
/opt/apache_kafka/trunk/core/src/main/scala/kafka/utils/Utils.scala:81: a pure 
expression does nothing in statement position; you may be omitting necessary 
parentheses
    daemonThread(name, runnable(fun))
                                ^
/opt/apache_kafka/trunk/core/src/main/scala/kafka/network/SocketServer.scala:359:
 Visited SCOPE_EXIT before visiting corresponding SCOPE_ENTER. SI-6049
      maybeCloseOldestConnection
      ^
/opt/apache_kafka/trunk/core/src/main/scala/kafka/network/SocketServer.scala:379:
 Visited SCOPE_EXIT before visiting corresponding SCOPE_ENTER. SI-6049
      try {
      ^
there were 12 feature warning(s); re-run with -feature for details
8 warnings found
:core:processResources UP-TO-DATE
:core:classes
:core:copyDependantLibs
:core:jar
:examples:compileJava
:examples:processResources UP-TO-DATE
:examples:classes
:examples:jar
:contrib:hadoop-consumer:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
:contrib:hadoop-consumer:processResources UP-TO-DATE
:contrib:hadoop-consumer:classes
:contrib:hadoop-consumer:jar
:contrib:hadoop-producer:compileJava
:contrib:hadoop-producer:processResources UP-TO-DATE
:contrib:hadoop-producer:classes
:contrib:hadoop-producer:jar

BUILD SUCCESSFUL

Total time: 2 mins 3.497 secs

{code}

> remove gradlew initial setup output from source distribution
> ------------------------------------------------------------
>
>                 Key: KAFKA-1490
>                 URL: https://issues.apache.org/jira/browse/KAFKA-1490
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Joe Stein
>            Assignee: Ivan Lyutov
>            Priority: Blocker
>             Fix For: 0.8.2
>
>         Attachments: KAFKA-1490-2.patch, KAFKA-1490.patch, rb25703.patch
>
>
> Our current source releases contains lots of stuff in the gradle folder we do 
> not need



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

Reply via email to