On 3/1/07, Matt Benson <[EMAIL PROTECTED]> wrote:
Okay, I am using a couple of the example build.xmls to implement the general way I want my Ivy-enabled builds to work, and I'm getting close.<target name="clean-local" depends="configure"> <delete dir="${ivy.local.default.root}/${ant.project.name}"/> </target> but I want to use default Ivy settings. I'm using 1.4, and my configure target is simply: <ivy:configure /> I can see in the verbose log that Ivy constructs the default user dir. Is there any way I can use the extension API to make Ivy set a property so I can un-publish my local artifacts, while still using the default configuration?
Not sure of what you're talking about when you talk about the extension API, but I guess you can vote for these issues: http://issues.apache.org/jira/browse/IVY-335 http://issues.apache.org/jira/browse/IVY-358 - Xavier
TIA, Matt ____________________________________________________________________________________ Want to start your own business? Learn how on Yahoo! Small Business. http://smallbusiness.yahoo.com/r-index
