scala 2.8.final and scala plugin 0.3.1478 on IU 95.66
Looks like I can't just point the scala plugin at 2.8.final's lib file and have it run.
Or can I? How? There seems to be some implicit coupling between the idea plugin
and the scala jar files.
Please sign in to leave a comment.
There was (until build 0.3.1850 approx.). In latest builds we changed this (for this usability problems), but it wasn't the best approach for setting up compiler (however it's simple one, you won't find it too hard to set up), so we are going to redesign it again, you'll see next simple approach soon.
Best regards,
Alexander Podkhalyuzin.
Very good.
If the design changes, please also change the "walkthrough" at http://confluence.jetbrains.net/display/SCA/Getting+Started+with+IntelliJ+IDEA+Scala+Plugin
Also, will Lift eventually be a supported facet of a scala project?
Also, will maven2 or sbt be supported as an alternative to idea's internal 'Make'? I love make,
but I also need something that builds at the command line without idea.
Thanks.
Yes, getting start page will be changed after we finish this redesign.
List is not supported. There is nothing special, which have done for Lift.
Maven is supported, sbt supported as third-party plugin, which uses Maven dependencies, not IDEA.
Best regards,
Alexander Podkhalyuzin.