Caoyuan Deng

Results 43 comments of Caoyuan Deng

Scala-2.11 not supported yet. Will do in early October.

Scala-2.11 is almost supported in master branch, I'll release in one week. (BTW, the new presentation compiler seems to support both 2.10 and 2.11)

I just commented on this issue as: > Does your project include Scala code? if so please check the version of the Scala. > > For Scala supporting on NetBeans...

So, please google: https://www.google.com/search?q=scala.reflect.internal.FatalError%3A+package+scala+does+not+have+a+member+Int&oq=scala.reflect.internal.FatalError%3A+package+scala+does+not+have+a+member+Int&aqs=chrome..69i57.551j0j7&sourceid=chrome&es_sm=93&ie=UTF-8 For example: http://stackoverflow.com/questions/21610848/scala-compiler-error-package-api-does-not-have-a-member-materializeweaktypetag

Actually I'm going to deprecate this feature, since it seems get things more confused. For example, the sbt and maven project will maintain its own scala runtime dependencies. For general...

I changed the main page of java.net, but it seems the only way to indicate that the source repository is not at java.net is to delete the repository at java.net?

Hi Jan, Unfortunately, some scala nbms depend on NetBeans' implementation version (these modules require the modules depend on it have friend relation, for more info, see NetBeans module dependencies). The...

It's a known issue, but you can ignore it, all nbms will be compiled and created properly.

- Scala NetBeans projects and SBT projects are completely separate - It's recommended to create sbt project, which can easily support incremental compilation. Or, maven project. When create sbt project,...