In some cases IntelliJ's Scala compiler can't compile valid Scala
source files. Hopefully they fix (or have fixed) this in a newer
version.

- Patrick

On Fri, Aug 29, 2014 at 11:38 AM, Yi Tian <tianyi.asiai...@gmail.com> wrote:
> Hi, Devl!
>
> I got the same problem.
>
> You can try to upgrade your scala plugins to  0.41.2
>
> It works on my mac.
>
> On Aug 12, 2014, at 15:19, Devl Devel <devl.developm...@gmail.com> wrote:
>
>> When compiling the master checkout of spark. The Intellij compile fails
>> with:
>>
>>    Error:(45, 8) not found: value $scope
>>      <div class="row-fluid">
>>       ^
>> which is caused by HTML elements in classes like HistoryPage.scala:
>>
>>    val content =
>>      <div class="row-fluid">
>>        <div class="span12">...
>>
>> How can I compile these classes that have html node elements in them?
>>
>> Thanks in advance.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org
> For additional commands, e-mail: dev-h...@spark.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org
For additional commands, e-mail: dev-h...@spark.apache.org

Reply via email to