dcaoyuan/nbscala

Compile-on-save for .scala files

michaelajr opened this issue · 0 comments

Hi. Just started using this plugin. Some observations re: CoS.

  • For Java projects using Ant - NB CoS works
  • For Java projects using Maven - NB CoS works.

CoS does not seem to work wit Scala Projects using Ant (via the Project Wizard). I also have a maven/lift project using the maven-scala-plugin and CoS does not work for that either.

I know java files complied via NB CoS are compiled "differently" than when using javac - so I assume it uses something internally which does not support scala files, but it would be great to get CoS working in both ant and maven projects for .scala files.