Hi, I'm using ivy 2.0.0 beta2, and I have an ivy:retrieve task in an ant
build file:
<ivy:retrieve file="ivy.xml" conf="compile"
pattern="${basedir}/${IVYDIR}/[type]/[artifact]-[revision].[ext]"/>
However, although the "compile" configuration is supposed to include only
jar files, the task is retrieving source and javadoc artifacts too (included
in other configurations). Is this a bug or am I doing something wrong?Thanks Adrian -- View this message in context: http://www.nabble.com/ivy%3Aretrieve-task-seems-to-ignore-my-conf-attribute-tp19642913p19642913.html Sent from the Ant - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
