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

Fixes issue where classpath of inter-project-dependencies didn't make a distirbution #20

Merged
merged 2 commits into from
Aug 21, 2013

Conversation

jsuereth
Copy link
Member

Now, you can build distributions using inter-project dependencies.

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 added a commit that referenced this pull request Aug 21, 2013
Fixes issue where classpath of inter-project-dependencies didn't make a distirbution
@jsuereth jsuereth merged commit a86d2dc into master Aug 21, 2013
@jsuereth jsuereth deleted the wip/fix-19 branch August 21, 2013 17:34
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

Successfully merging this pull request may close these issues.

1 participant