[infinispan-issues] [JBoss JIRA] Created: (ISPN-656) Fixing Scala integration with IntelliJ with new plugin

Galder Zamarreño (JIRA) jira-events at lists.jboss.org
Fri Sep 17 07:32:28 EDT 2010


Fixing Scala integration with IntelliJ with new plugin
------------------------------------------------------

                 Key: ISPN-656
                 URL: https://jira.jboss.org/browse/ISPN-656
             Project: Infinispan
          Issue Type: Bug
            Reporter: Galder Zamarreño
            Assignee: Galder Zamarreño
             Fix For: 4.2.0.BETA1


Intellij Scala plugin (from 0.3.2x) has changed which means that for integration to work fine, we need to add the following to the maven scala plugin section in server/core:

<configuration>
  <scalaVersion>2.8.0</scalaVersion>
</configuration>

Afterwards, when configuring the maven facet select the 2.8 compiler bundle. 

http://devnet.jetbrains.net/message/5269638

I'll update the scala wiki accordingly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the infinispan-issues mailing list