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

Put ScctPlugin into a namespace #3

Open
copumpkin opened this issue Jan 18, 2013 · 1 comment
Open

Put ScctPlugin into a namespace #3

copumpkin opened this issue Jan 18, 2013 · 1 comment

Comments

@copumpkin
Copy link

It's remarkably hard to get at top-level types if you're living inside a custom package. Our build process is fairly involved and our Build.scala has a package declaration in it. This makes it really painful to get at ScctPlugin, and caused me much lost time when trying to diagnose the issue.

The resolution would just be to move ScctPlugin into reaktor.something, like the scct compiler plugin. Then we can import that from Build.scala and all will be well. I'm not sure how build.sbt will deal with that, of course...

@kscaldef
Copy link

This would really be nice, and seems in line with most other sbt plugins. As it stands, this is a near deal-breaker for us as far as using SCCT. (I'm still trying to work out how to use reflection to hack around this)

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