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

Document imports #247

Closed
Blaisorblade opened this issue May 10, 2014 · 2 comments
Closed

Document imports #247

Blaisorblade opened this issue May 10, 2014 · 2 comments
Labels
documentation Documentation should be extended or updated

Comments

@Blaisorblade
Copy link
Contributor

The guide instructs me to set bashScriptConfigLocation, but this leads to a compilation error (with SBT 0.13.2). I fixed that with import com.typesafe.sbt.packager.Keys._, and most examples I find around seem to use different imports (http://stackoverflow.com/q/20707073/53974).

Also, I find no import in this plugin's documentation.

  1. What's the correct import?
  2. Could the docs include them?
@muuki88 muuki88 added the docs label May 10, 2014
@muuki88
Copy link
Contributor

muuki88 commented May 10, 2014

All Keys can be imported with

import com.typesafe.sbt.SbtNativePackager._
import NativePackagerKeys._

The NativePackagerKeys is just a reference to the import you stated import com.typesafe.sbt.packager.Keys._.

@muuki88 muuki88 added this to the 0.8.0 - windows services milestone May 17, 2014
@muuki88
Copy link
Contributor

muuki88 commented Jun 13, 2014

I updated the docs recently. So this should be fixed for now.

@muuki88 muuki88 closed this as completed Jun 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Documentation should be extended or updated
Projects
None yet
Development

No branches or pull requests

2 participants