Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

XPlugin: configurator does not set compiler plugin property #37

Open
Andrei-Pozolotin opened this issue Jan 17, 2015 · 3 comments
Open

Comments

@Andrei-Pozolotin
Copy link

the following feature is missing:

in order for scala macro compiler plugin to work,
http://docs.scala-lang.org/overviews/macros/paradise.html

  1. m2e must look for <compilerPlugin> entries in pom.xml
<compilerPlugins>
  <compilerPlugin>
    <groupId>org.scalamacros</groupId>
    <artifactId>paradise_<YOUR.SCALA.VERSION></artifactId>
    <version>2.0.1</version>
  </compilerPlugin>
</compilerPlugins>
  1. resolve them into path in local maven repository
    and place path list as comma separated list into XPlugin scala-ide property per project

image

@davidB
Copy link
Contributor

davidB commented Jan 21, 2015

Hi,
Sorry, today I'm not aware of a way / API to configure Scala-IDE (except classpath and nature) from other plugin like m2e-scala

@Andrei-Pozolotin
Copy link
Author

@m50d
Copy link

m50d commented Jan 14, 2017

Is there any hope or way forward for this? I have a project that works fine if I manually configure Xplugin with the path to kind-projector, but it would be much nicer if I could import it and it "just work".

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants