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

zinc server #17

Open
tmnd1991 opened this issue Mar 14, 2018 · 1 comment
Open

zinc server #17

tmnd1991 opened this issue Mar 14, 2018 · 1 comment
Labels

Comments

@tmnd1991
Copy link

Hello everybody,
I know that the external zinc server from typesafe has been deprecated but I find it to be the fastest option when building multi-module maven projects.
When I build multi-module projects on my laptop having a zinc-server running and enabling it through the good-old scala maven plugin, builds take less than half the time compared with a scalor build, even when zinc is enabled.

I think the speed up comes from the fact that the external zinc server does not need to be restarted once per module but just keep running through the whole build process.

Would it be possible on scalor to launch a zinc server only once?
Otherwise can scalor use an external zinc-server like scala-maven-plugin does?

@Andrei-Pozolotin
Copy link
Contributor

  1. yes, this feature is planned: Server.scala

  2. perhaps zinc will provide it first: Provide nailgun integration for Zinc sbt/zinc#299

@Andrei-Pozolotin Andrei-Pozolotin changed the title Add support to external zinc server zinc server Mar 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants