From: Ulrik S. <ulr...@ja...> - 2007-12-04 16:25:35
|
The documentation is available in the downloadable distributions, for example this: http://dfn.dl.sourceforge.net/sourceforge/ivyplugins/ivypublisher-bin-1.0.zip It's basically just a readme file and the API documentation. Here is the important part: 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> Example using all attributes, including the optional: <plugin name="ivypublisher" class="net.sf.ivyplugins.ivypublisher.IvySuccessPublisher" ivyfile="ivy.xml" rmiport="2099" config="my-config.xml" project="${project.name}" basedir="/src/${project.name}" /> Attribute Required Default project Yes - basedir No Current directory rmiport No 1099 ivyfile No ivy.xml config No config.xml This code builds on the efforts of Anders Janmyr, who originally wrote a Listener with the same purpose as this class, and Mark Swanson, who made significant improvements to that Listener. *Author:*Henrik Reinhold, Ulrik Sandberg On Dec 4, 2007 11:49 AM, Sharmila R <sha...@gm...> wrote: > Cant find documentation for Ivy Plugins on sourceforge.net > > Where to find docs? > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: The Future of Linux Business White Paper > from Novell. From the desktop to the data center, Linux is going > mainstream. Let it simplify your IT future. > http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 > _______________________________________________ > ivyplugins-user mailing list > ivy...@li... > https://lists.sourceforge.net/lists/listinfo/ivyplugins-user > > -- Ulrik |