Hi,<div><br></div><div>Other than Java, Scala software must use the same Scala version for build and runtime. Because of this binary incompatibility Scala projects must be built against different Scala versions, also known as cross building. There is excellent support for cross building in SBT [1], but ASFAIK not in the Maven Scala plugin.</div>
<div><br></div><div>As we will probably see Scala 2.8.1 end of this year and milestones and release candidates even earlier, this is an important issue for SLF4S. How could we deal with that?</div><div><br></div><div>(a) Switch the whole build from Maven to SBT: Not sure if that makes sense for a +95% Java project</div>
<div>(b) Try to only build slf4j-scala with SBT: No clue how to integrate SBT and Maven; also publishing/deploying will be an issue due to different naming strategies for artifacts [2]</div><div>(c) Keep things as they are, i.e. SLF4S as a separate Scala project</div>
<div><br></div><div>I hope someone comes up with a (d) ...</div><div><br></div><div>Heiko</div><div><br></div><div>[1] <a href="http://code.google.com/p/simple-build-tool/wiki/CrossBuild">http://code.google.com/p/simple-build-tool/wiki/CrossBuild</a></div>
<div>[2] <a href="http://code.google.com/p/simple-build-tool/wiki/LibraryManagement">http://code.google.com/p/simple-build-tool/wiki/LibraryManagement</a><br><br>Company: <a href="http://weiglewilczek.com" target="_blank">weiglewilczek.com</a><br>
Blog: <a href="http://heikoseeberger.name" target="_blank">heikoseeberger.name</a><br>Follow me: <a href="http://twitter.com/hseeberger" target="_blank">twitter.com/hseeberger</a><br>OSGi on Scala: <a href="http://scalamodules.org" target="_blank">scalamodules.org</a><br>
Lift, the simply functional web framework: <a href="http://liftweb.net" target="_blank">liftweb.net</a><br>Akka - Simpler Scalability, Fault-Tolerance, Concurrency &amp; Remoting through Actors: <a href="http://akkasource.org" target="_blank">akkasource.org</a><br>

</div>