Re: [Ivyplugins-user] documentation for Ivy Plugins on sourceforge.net
Brought to you by:
ulsa
|
From: Sharmila R <sha...@gm...> - 2007-12-06 08:50:21
|
Hi Ulrik,
Thanks so much for the reply. It was really clear.
(Unfortunately I dont have access to the entire downloaded
distribution, and I do not have rights to download, hence I cannot
look at the read me.)
I have a couple of questions,though:
1. Is it enough to put the following in the config file, do I also
need to create ivy.xml for each project? Anything else I need to do?
2. In the example if I have multiple projects to build if myproject is
built, can I specify them comma-separated in the 'project' attribute
of the 'plugin' tag?
Example (using preconfigured plugins):
<plugin name="ivypublisher"
class="net.sf.ivyplugins.ivypublisher.IvySuccessPublisher"
project="${project.name}"
basedir="/src/${project.name}" />
<project name="myproject">
...
<publishers>
<onsuccess>
<ivypublisher />
</onsuccess>
</publishers>
</project>
|