Extend packager resolver to allow arbitrary ant tasks in build instructions
---------------------------------------------------------------------------
Key: IVY-994
URL: https://issues.apache.org/jira/browse/IVY-994
Project: Ivy
Issue Type: Improvement
Components: Core
Affects Versions: 2.0-RC2
Reporter: Archie Cobbs
Fix For: 2.0
Some software requires more than just move, copy, unzip, etc. in the packager resolver build
instructions to build the software. E.g., Javadoc can only be constructed by building it with
ant.
Request extending packager resolver to support arbitrary build instructions. Do this via a
new "restricted" configuration attribute, which when true (the default) reproduces the existing
behavior, but when false, allows arbitrary ant tasks in the build instructions.
See attached patch for proposed implementation and documentation updates.
Background discussion: [here|http://www.nabble.com/Relaxing-allowed-ant-tasks-in-packager.xsl-td21305175.html].
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|