-
Notifications
You must be signed in to change notification settings - Fork 443
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
include subprojects in parent aggregator #19
Comments
@huntc Here's the duplicate issue to track the issue on my end. |
Thanks! |
Ok, think I have a fix, going to push shortly. In the meantime, you can set |
making a JavaApp distribution. We use the dependency-classpath in Runtime to determine classpath ordering, but we pull jars directly from the packagedArtifacts keys of dependent projects. Uses a bit of advanced sbt hackery. Fixes #19 However, this introduces an error in the scripts I'm looking into. Will squash this commit with further fixes.
@jsuereth thanks, the exportJars := true workaround does the trick for including dependent jars, but unfortunately am unable to run the application, "Not a valid Play application" Might be an issue with Play 2.2, or perhaps my sample project, I'll dig around. |
Also, subprojects in parent play.Project aggregator that are only included in .dependsOn(...) do not have their jar generated (i.e. in order for a subproject jar to be generated it must be specified in .aggregate(...), not desired behavior at all)
See playframework/playframework#1499
cc> @godenji
The text was updated successfully, but these errors were encountered: