Update: I found another one with a similar problem http://groups.google.com/group/play-framework/browse_thread/thread/c502be978a320cb7/28bc3a3253933aed?show_docid=28bc3a3253933aed
If I run Play and then try to do an eclipsify with sources Play says it can't find the files.
[todolist] $ eclipsify with-source=true [info] About to create Eclipse
project files for your project(s). [warn] [NOT FOUND ]
org.scala-lang#scala-library;2.9.1!scala-library.jar(src) (0ms)
Steps to reproduce.
- Command: Play new test
- Accept the name
- Command: 1, Choose Create a simple Scala application
- Command: cd test
- Command: play
- Command: eclipsify with-source=true
I will a have a working eclipse project and the referenced jar files. However I won't have the source code compiled into the jars.