Re: [Ivyplugins-user] Project specific basedir?
Brought to you by:
ulsa
From: Ulrik S. <ulr...@ja...> - 2009-06-19 05:52:40
|
Sure, we can add this in the doc, but it's really a generic CruiseControl feature<http://cruisecontrol.sourceforge.net/main/plugins.html#preconfiguration>which you can use with any plugin. On Thu, Jun 18, 2009 at 10:00 PM, Jan Barnholt < Jan...@ar...> wrote: > 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" /> > > -- Ulrik |