On Dec 17, 2012, at 3:59 , Martin Gainty <[email protected]> wrote:
> Rick depends on where you place declaration in your build.xml global > declaration with <property>http://ant.apache.org/manual/Tasks/property.html > target-local override with > <local>http://ant.apache.org/manual/Tasks/local.html > is this what you're looking for? Sorry, I didn't repeat my original issue here. I'm hoping to have one <artifact:dependencies> entry with each dependency having appropriate scope ("compile", "provided", "test"), and then refer to the class path and file list generated by that <artifact:dependencies> from each of my various targets (compile, build, test). So, I want to adjust the "useScope" attribute accordingly, but since it's part of the <artifact:dependencies> element, I don't see a way to do that. Are you saying I should put a ${} property in there that can be adjusted inside each target, and that will, in turn, adjust the generated class path and file list? -- Rick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
