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

Joe Stein commented on KAFKA-139:
---------------------------------

FYI

I have been reviewing

git remote add dchenbecker git://github.com/dchenbecker/kafka-sbt.git
git fetch dchenbecker
git merge dchenbecker/topic/0.8-sbt-0.12

********

so far the only changes I have made where minor in in Build.scala to reflect 
recent updates for mavenification

-    version := "0.8.0",
-    organization := "org.apache.kafka",
+    version := "0.8-SNAPSHOT",
+    organization := "org.apache",

stil working on reviewing a few more areas of change but this is looking really 
good.  so far I am a +1 on this

unless I find anything or anyone else does that might be hacking on this ticket 
too I will commit the changes tomorrow

                
> cross-compile multiple Scala versions
> -------------------------------------
>
>                 Key: KAFKA-139
>                 URL: https://issues.apache.org/jira/browse/KAFKA-139
>             Project: Kafka
>          Issue Type: Improvement
>          Components: packaging
>    Affects Versions: 0.8
>            Reporter: Chris Burroughs
>              Labels: build
>             Fix For: 0.8
>
>         Attachments: kafka-sbt0-11-3-0.8.patch, kafka-sbt0-11-3-0.8-v2.patch, 
> kafka-sbt0-11-3-0.8-v3.patch, kafka-sbt0-11-3-0.8-v4.patch, 
> kafka-sbt0-11-3-0.8-v5-smeder.patch, kafka-sbt0-11-3-0.8-v6-smeder.patch, 
> kafka-sbt0-11-3.patch
>
>
> Since scala does not maintain binary compatibly between versions, 
> organizations tend to have to move all of there code at the same time.  It 
> would thus be very helpful if we could cross build multiple scala versions.
> http://code.google.com/p/simple-build-tool/wiki/CrossBuild
> Unclear if this would require KAFKA-134 or just work.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to