Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Never ending loop of errors in debug mode or simple frozen building in warn mod #2

Closed
gustawdaniel opened this issue Mar 22, 2018 · 1 comment

Comments

@gustawdaniel
Copy link

When I typed:

sbt project scalajvm

Interface was frozen on line

Loading project definition from

Exactly line in post

https://stackoverflow.com/questions/11373536/play-framework-hangs-on-startup-at-loading-project-definition-from

I changed

logLevel := Level.Warn

to

logLevel := Level.Debug

in project/plugins.sbt and execute command

sbt project scalajvm

again. I have got a lot of errors, for example

CLIENT ERROR: Not Found url=http://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/xalan/serializer/2.7.1/jars/serializer.jar

there was thousands lines of output...

Finally i ended with this error.

[warn] there were 3 deprecation warning(s); re-run with -deprecation for details
[warn] one warning found
[debug] Scala compilation took 6.13161354 s
[debug] Invalidating by inheritance (transitively)...
[debug] Initial set of included nodes: Set(/home/daniel/test/multiplayer-snake/project/Build.scala)
[debug] Invalidated by transitive public inheritance: Set(/home/daniel/test/multiplayer-snake/project/Build.scala)
[debug] Invalidated by direct dependency: Set()
[debug] New invalidations:
[debug] 	Set()
[debug] Initial set of included nodes: Set()
[debug] Previously invalidated, but (transitively) depend on new invalidations:
[debug] 	Set()
[debug] All newly invalidated sources after taking into account (previously) recompiled sources:Set()
[debug] Copy resource mappings: 
[debug] 	(/home/daniel/test/multiplayer-snake/project/target/scala-2.10/sbt-0.13/resource_managed/main/sbt/sbt.builds,/home/daniel/test/multiplayer-snake/project/target/scala-2.10/sbt-0.13/classes/sbt/sbt.builds)
[info] Set current project to play-game (in build file:/home/daniel/test/multiplayer-snake/)
[info] scalajvm (in build file:/home/daniel/test/multiplayer-snake/)
[error] Not a valid command: scalajvm
[error] Expected '/' (if selecting a project)
[error] Expected ':' (if selecting a configuration)
[error] Not a valid key: scalajvm (similar: scalaHome, scala-home, ivy-scala)
[error] scalajvm
[error]         
@vmunier
Copy link
Owner

vmunier commented Mar 22, 2018

As you can see from the commit history, I have not touched this project for at least three years. I am not maintaining this project anymore. It may be intestesting to look at the source code, but not more.

@vmunier vmunier closed this as completed Mar 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants