I tried to build scala 2.11.2 with bigger tuples (arity over 22) by following this guide: http://blog.rogach.org/2013/02/scala-tuplicity-comes-to-210.html
I have no previous experience with building the scala library & compiler and the ant build tool, so I just tried to run the script on a fresh git clone of tag v2.11.2 and hoped it will work. It didn't.
I got an error on line ant replacelocker
:
BUILD FAILED
Target "replacelocker" does not exist in the project "sabbus".
Seems like the way scala 2.11 is built has changed. I was not able to find any specific info on how to replace the ant replacelocker
line.
Is it possible to build scala 2.11.2 with bigger tuples like it is possible for 2.9 and 2.10? What has to be done differently?