> First I had already tried before to use the command "play stage" but the
> following error occurs:
> C: \ workspace \ test> stage play
> [info] Loading project definition from C: \ workspace \ test \ project
> [info] Set current project to shit (build in file :/ C :/ workspace / test
> /)
> [error] {file :/ C :/ workspace / test / test} / *:
> stage: java.io.IOException: Can not runprogram "chmod": CreateProcess error
> = 2, n ├ u The system can find the file specified
> [error] Total time: 1 s, completed 30/05/2012 09:10:31
>
> Second, it also already tried using the plugin sbtgoodies so that when I
> create a new project with the command "new play"
> The sbt.version = 0.11.2 and use
> the sbtgoodiessbt.version = 0.11.3 is needed.
Sounds like you're running an older version of Play. Upgrade to Play
2.0.1 (or trunk). Also remember to update the sbt.version setting in
your project's project/build.properties file to 0.11.3
Also, for reference, please see comments here regarding potential
workarounds for stage on Windows:
https://play.lighthouseapp.com/projects/82401/tickets/252