[ https://issues.apache.org/jira/browse/IVY-1309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nicolas Lalevée resolved IVY-1309.
----------------------------------
Resolution: Fixed
Fix Version/s: trunk
Assignee: Nicolas Lalevée
Thanks for the pointer Luke and the test case Christopher. It was some circular dependency
which bypassed the full check on the exclusion pattern.
> Exclude dosn't work in a more complex build enviroment
> ------------------------------------------------------
>
> Key: IVY-1309
> URL: https://issues.apache.org/jira/browse/IVY-1309
> Project: Ivy
> Issue Type: Bug
> Components: Core
> Affects Versions: 2.1.0
> Reporter: Christopher Frost
> Assignee: Nicolas Lalevée
> Fix For: trunk
>
> Attachments: kernel.zip
>
>
> We are using ant 1.8.2 and Ivy 2.1.0 for our build. When resolving an ivy file the module
wide exclude fails to stop a matching transitive dependency from coming in. I have reduced
the build down as much as possible to try and make it easy to diagnose but if I strip any
more out then the problem goes away. I don't believe there is anything wrong with what's there,
it's from a very mature system used to build all the Springsource projects internally. I will
upload a zip to reproduce.
> 1. Unzip the zip file.
> 2. At the command line go in to the unzipped, 'kernel' directory.
> 3. run 'ant clean package'
> 4. in the target directory just created there will be a 'org.eclipse.osgi-3.7.0.v20110613'
file, this is excluded in the ivy file.
> The ivy and build files are pretty minimal but I can't see anything I've done wrong.
The artifacts it's pulling in are in the ivy-cache/integration-repo directories so nothing
needs to be downloaded.
> Chris.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|