> Hi,
>
> When building via sbt 0.11 i get some warning saying
> [warn] Could not determine source for class
> javax.servlet.ServletConfig
This should only happen when sbt can't match the source file for a class generated by javac. As this is unlikely to be a source file in your project, I would guess there is something in your build definition causing this and would need to see it or at least settings related to configuring source files, resources, classes, and output directories.
-Mark