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

package.with wont work correctly #1

Closed
phoet opened this issue Jul 31, 2009 · 3 comments
Closed

package.with wont work correctly #1

phoet opened this issue Jul 31, 2009 · 3 comments

Comments

@phoet
Copy link

phoet commented Jul 31, 2009

Using an Ivy-Configuration for the package-task will overwrite everything additionally added.

ivy.conf :package => 'prod'
package(:war).with :libs => project('client')

Will only add the prod-libs to the war, the client-artifacts will be ignored.

@phoet
Copy link
Author

phoet commented Aug 3, 2009

I find the behavior confusing, because

compile.with project('client')

does include the client-project.

@klaas1979
Copy link
Owner

this is fixed in the new version 0.7.1, the release is already on rubyforge, the mirrors will take some time...

@phoet
Copy link
Author

phoet commented Aug 24, 2009

works like a charm:

package(:war).with :libs => project('client')

This issue was closed.
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