sbt-scct icon indicating copy to clipboard operation
sbt-scct copied to clipboard

sbt integration to scct

Results 5 sbt-scct issues
Sort by recently updated
recently updated
newest added

I'm using scct with Play Framework. Play stores all configuration in `conf/` directory which is added to `resourceDirectory in Compile`. Play configuration file and plugins (e.g. play-salat) won't load without...

I moved plugin to package namespace. Debugger and code validator of the Eclipse is more friendly for standard layout. Sure that other development environments will more friendly too. Also I...

scct-test for play framework fails when we have same file under a sub-directory eg: project/conf/application.conf and same file in test directory eg: project/test/resource/application.conf Guess the values are begin overridden which...

It's remarkably hard to get at top-level types if you're living inside a custom package. Our build process is fairly involved and our Build.scala has a package declaration in it....