Hello,
I have a build.xml which imports common.xml containing all my targets. In
common.xml, I init my ivyconf.xml which defines chain resolvers.
I want to implement a trigger like this:
<triggers name="some name here">
<ant-call target="unzip"
event="post-download-artifact" filter="type=war AND
status=successful"/>
</triggers>
I tried adding this to my build.xml, in ivyconf.xml but I get the following
message:
"No appropriate method found for adding ant-build on class X.X.ivy"
thanks
--
View this message in context:
http://www.nabble.com/using-triggers-tf4653265.html#a13294770
Sent from the ivy-user mailing list archive at Nabble.com.