problem loading scala-js project

Hi,

   I have a simple scala-js 0.6 project on github

  https://github.com/read-write-web/rww-scala-js

but when I open it, I just get to see a very minimal set of files. It is missing all the scala files.
I am using the plugin 1.3.2.26.EAP-14.1 .

Screen Shot 2015-02-19 at 15.32.54.png
Am I doing something wrong here?

0

That project cannot be compiled even from a command line (because of unresolved dependencies).

The perceived problem is probably caused by incorrect interpretation of SBT error messages, we've created an issue (SCL-8339) for that.

Thank you for the reporting!

0

Locally I don't have package dependency problems, because I `publishLocal` them.
( I have to compile manually because scala-js is still so new that not all of them
have been published, but we'll get there soon )

Still there used to be a bug in the compilation which I have fixed with a commit.
But I still get exactly the same problem.

Here I was able to have IDEA submit a bug report
https://ea.jetbrains.com/browser/ea_reports/786586

0

workaroudn is to use IntelliJ 14.0.3 with latest scala plugin

0

In which EAP it's not working and in which release it works?

Best regards,
Alexander Podkhalyuzin.

0

IT was not working in the EAP 14.1 version that was released at the time.

0

I see, thank you for clarification. Just 1.3.3-14.1 was released with delay, so that's why it required you to downgrade to IDEA 14.0.3.

Best regards,
Alexander Podkhalyuzin.

0

请先登录再写评论。