Re: [Ivyplugins-user] Project specific basedir?
Brought to you by:
ulsa
From: Jan B. <Jan...@ar...> - 2009-06-18 20:00:54
|
Thanks, Ulrik - I didn't realize you could also set the attributes at the <ivypublisher> tag on the project level! Works like a breeze for us. Maybe worth a short note in the docs to give users an idea how flexible IP is? Cheers, Jan ________________________________ From: ulr...@gm... [mailto:ulr...@gm...] On Behalf Of Ulrik Sandberg Sent: Thursday, 18 June 2009 11:02 p.m. To: Jan Barnholt Cc: ivy...@li... Subject: Re: [Ivyplugins-user] Project specific basedir? You should be able to override any attributes when you actually use a plugin. Doesn't this work? <plugin name="ivypublisher" classname="net.sf.ivyplugins.ivypublisher.IvySuccessPublisher" project="${project.name}" basedir="${ccwork}/checkout/${project.name}" /> ... <project name="OK"> <ivypublisher /> <project name="funny"> <ivypublisher basedir="${ccwork}/checkout/${project.name}/Build" /> |