You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-commits@incubator.apache.org by xa...@apache.org on 2007/05/03 11:53:45 UTC

svn commit: r534806 - in /incubator/ivy/core/trunk/doc: index.html links.html

Author: xavier
Date: Thu May  3 04:53:44 2007
New Revision: 534806

URL: http://svn.apache.org/viewvc?view=rev&rev=534806
Log:
add link to ApacheCon slides

Modified:
    incubator/ivy/core/trunk/doc/index.html
    incubator/ivy/core/trunk/doc/links.html

Modified: incubator/ivy/core/trunk/doc/index.html
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/index.html?view=diff&rev=534806&r1=534805&r2=534806
==============================================================================
--- incubator/ivy/core/trunk/doc/index.html (original)
+++ incubator/ivy/core/trunk/doc/index.html Thu May  3 04:53:44 2007
@@ -35,10 +35,10 @@
 <tr class="homeitems"><td><a href="download.html">download</a></td><td><a href="doc.html">documentation<br/>& tutorials</a></td><td><a href="demo.html">demo</a></td><td><a href="mailing-lists.html">share your experience</a></td></tr>
 </table>
 <hr/><a href="">Latest News</a><table border="0" cellpadding="5">
+<tr><td>05/03/2007</td><td><a href="presentations/apache-con-2007/">slides</a> from ApacheCon EU 2007 are available!</td></tr>
 <tr><td>04/26/2007</td><td>[[doc/releasenotes/2.0.0-alpha-1]] version available</td></tr>
 <tr><td>03/28/2007</td><td> <a href="http://www.jetbrains.com/teamcity/features/newfeatures.html#TeamCity_Administration_Interface_Enhancements">TeamCity</a>  integrates Ivy for dependent build management</td></tr>
 <tr><td>03/01/2007</td><td> New site menu and new look for the home page.<br/> [[mailing-lists Tell us]] what you think about it!</td></tr>
-<tr><td>01/22/2007</td><td> Ivy now builds on <a href="http://vmgump.apache.org/gump/public/ivy/ivy/index.html">gump</a>!</td></tr>
 </table></textarea>
 <script type="text/javascript">xooki.postProcess();</script>
 </body>

Modified: incubator/ivy/core/trunk/doc/links.html
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/links.html?view=diff&rev=534806&r1=534805&r2=534806
==============================================================================
--- incubator/ivy/core/trunk/doc/links.html (original)
+++ incubator/ivy/core/trunk/doc/links.html Thu May  3 04:53:44 2007
@@ -24,70 +24,72 @@
 	<script type="text/javascript" src="xooki/xooki.js"></script>
 </head>
 <body>
-	<textarea id="xooki-source">
-<h1>Repositories</h1>
-<ul>
-<li><a href="http://ivyrep.jayasoft.org/">IvyRep</a></li>
-<p> The main repository of ivy files used by Ivy.</p>
-<li><a href="https://opensvn.csie.org/ivyrepsandbox/">IvyRep Sandbox</a></li>
-<p> This subversion repository is used to share ivy files before promoting them to ivyrep.</p>
-<li><a href="http://www.ibiblio.org/maven/">IBiblio maven repository</a></li>
-<p> The official repository of maven hosts a great number of jars. It can be used by ivy to find the jars of your depedencies.</p>
-<li><a href="http://www.opensymphony.com/webwork/wikidocs/Dependencies.html">Webwork ivy repository</a></li>
-<p> Open symphony has created an ivy repository you can use as a model or directly.</p>
-<li><a href="http://blog.tryphon.org/tryphon/archives/2006/09/02/kolaka-ivy-repository/">Kokala repository</a></li>
-<p> Folks from FreeCast have created an ivy repository for building FreeCast. You will find many interesting ivy files over here.</p>
-<li><a href="https://maven-repository.dev.java.net/">Java.net Maven repository</a></li>
-<p>Java.net has a maven repository with interesting stuff that can't be found on ibiblio</p>
-<li><a href="http://mvnrepository.com/">mvnrepository</a></li>
-<p> Search Maven Ibiblio repository
-</ul>
-<h1>Tools and plugins</h1>
-<p>Here is a list of the ivy related tools and plugins we are aware of that can be found over the net.</p>
-<p>Feel free to post on the forum to ask for your tool to be added here.</p>
-<ul>
-<li><a href="http://www.ivytools.org/">ivytools.org</a></li>
-<p> This sourceforge project aims to gather community contributed tools and plugins for ivy.</p>
-<li><a href="http://incubator.apache.org/ivy/ivyde/">IvyDE</a></li>
-<p> A plugin for eclipse which helps writing ivy files by bringing powerful code completion and wizards, and also let you add a classpath container keeping your eclipse project classpath in sync with the dependencies ivy resolves.</p>
-<li><a href="http://ivycruise.jayasoft.org/">IvyCruise</a></li>
-<p> This set of plugins for cruise control let you integrate ivy with this famous continuous integration server.</p>
-<li><a href="http://plugins.intellij.net/plugin/?id=141">IvyDependencyImportor</a></li>
-<p> is a plugin for intellij IDEA, which let you import all the libs described in the ivy.xml to the current module library.</p>
-<li><a href="http://plugins.intellij.net/plugin/?id=140">IVY for IDEA</a></li>
-<p> is another plugin for intellij IDEA, which reads IDEA module settings such as classpath and source directories from IVY setup.</p>
-<li><a href="http://www.ivytools.org/ivy+svn.html">Ivy+SVN</a></li>
-<p> This is a subversion dependency resolver for ivy.</p>
-<li><a href="http://wiki.hippo.nl/display/OS/SAnt+build+system">SAnt</a></li>
-<p> SAnt (Shared Ant) is an experimental build system based on Ant and Ivy, primarily developpedd as part of the hippo project.</p>
-<li><a href="http://dehora.net/code/antant/readme.html">AntAnt</a></li>
-<p> AntAnt is an ant project generator (generates an ant project skeleton), which uses ivy for dependency management.</p>
-<li><a href="http://www.fnogol.de/archives/2006/08/21/generate-applicationxml-from-ivyxml-for-packaging-an-ear/">Generate application.xml from ivy.xml for packaging an ear</a></li>
-<p> is an entry on Philipp Meier's weblog which explain how he used ivy and xslt to generate his application.xml files.</p>
-<li><a href="http://www.ribomation.com/riboutils/eartask/">EAR ant task</a></li>
-<p> this is not directly related to ivy, but more to the link above. You have also the possibility to use this task to generate your ear, which does not depend on Ivy, but which can be very easily integrated with.</p>
-</ul>
-<h1>External Doc and tutorials</h1>
-<ul>
-<li><a href="http://wiki.java.net/bin/view/Netbeans/FaqIvy">Netbeans FAQ</a></li>
-<p>The Netbeans FAQ has an entry explaining how to use Ivy in their open source IDE.</p>
-<li><a href="http://chris-engn.blogspot.com/2005/07/naven-dotnet-continous-integration.html">Using Ivy in a dotnet project</a></li>
-<p>Chris gives a good idea of how to use ivy, cruise control and nant in a dotnet project environment</p>
-<li><a href="http://weblogs.java.net/blog/dcengija/archive/2006/04/configuring_ivy.html">Integrating Ivy and luntbuild</a></li>
-<p>Davor Cengija on his blog explain how he integrates Ivy in luntbuild, an open source continuous integration server</p>
-<li><a href="doc/articles/ease-multi-module.html">Easing multi module development</a></li>
-<p>Johan stuyts, the author of SAnt, also contributed a nice article on his view of how to use Ivy on a multi module environment.</p>
-<li><a href="http://www-128.ibm.com/developerworks/java/library/j-ap10106/index.html?ca=dgr-jw01SmellyScripts">Remove the smell from your build scripts</a></li>
-<p>This article is not related to Ivy, but to build script in general, but we thought it may be worth for Ivy users to read it.
-</ul>
-<h1>Others</h1>
-<ul>
-<li><a href="http://ant.apache.org/">ant</a></li>
-<p>Ant is the popular build tool with which ivy is integrated.</p>
-<li><a href="http://ant-contrib.sourceforge.net/">AntContrib</a></li>
-<p>AntContrib is a project offering a set of useful tasks for ant.</p>
-<li><a href="http://www.javalobby.org/">Javalobby</a></li>
-<p>Javalobby is a Java community site with interesting forums and tutorials</p>
+	<textarea id="xooki-source">
+<h1>Repositories</h1>
+<ul>
+<li><a href="http://ivyrep.jayasoft.org/">IvyRep</a></li>
+<p> The main repository of ivy files used by Ivy.</p>
+<li><a href="https://opensvn.csie.org/ivyrepsandbox/">IvyRep Sandbox</a></li>
+<p> This subversion repository is used to share ivy files before promoting them to ivyrep.</p>
+<li><a href="http://www.ibiblio.org/maven/">IBiblio maven repository</a></li>
+<p> The official repository of maven hosts a great number of jars. It can be used by ivy to find the jars of your depedencies.</p>
+<li><a href="http://www.opensymphony.com/webwork/wikidocs/Dependencies.html">Webwork ivy repository</a></li>
+<p> Open symphony has created an ivy repository you can use as a model or directly.</p>
+<li><a href="http://blog.tryphon.org/tryphon/archives/2006/09/02/kolaka-ivy-repository/">Kokala repository</a></li>
+<p> Folks from FreeCast have created an ivy repository for building FreeCast. You will find many interesting ivy files over here.</p>
+<li><a href="https://maven-repository.dev.java.net/">Java.net Maven repository</a></li>
+<p>Java.net has a maven repository with interesting stuff that can't be found on ibiblio</p>
+<li><a href="http://mvnrepository.com/">mvnrepository</a></li>
+<p> Search Maven Ibiblio repository
+</ul>
+<h1>Tools and plugins</h1>
+<p>Here is a list of the ivy related tools and plugins we are aware of that can be found over the net.</p>
+<p>Feel free to post on the forum to ask for your tool to be added here.</p>
+<ul>
+<li><a href="http://www.ivytools.org/">ivytools.org</a></li>
+<p> This sourceforge project aims to gather community contributed tools and plugins for ivy.</p>
+<li><a href="http://incubator.apache.org/ivy/ivyde/">IvyDE</a></li>
+<p> A plugin for eclipse which helps writing ivy files by bringing powerful code completion and wizards, and also let you add a classpath container keeping your eclipse project classpath in sync with the dependencies ivy resolves.</p>
+<li><a href="http://ivycruise.jayasoft.org/">IvyCruise</a></li>
+<p> This set of plugins for cruise control let you integrate ivy with this famous continuous integration server.</p>
+<li><a href="http://plugins.intellij.net/plugin/?id=141">IvyDependencyImportor</a></li>
+<p> is a plugin for intellij IDEA, which let you import all the libs described in the ivy.xml to the current module library.</p>
+<li><a href="http://plugins.intellij.net/plugin/?id=140">IVY for IDEA</a></li>
+<p> is another plugin for intellij IDEA, which reads IDEA module settings such as classpath and source directories from IVY setup.</p>
+<li><a href="http://www.ivytools.org/ivy+svn.html">Ivy+SVN</a></li>
+<p> This is a subversion dependency resolver for ivy.</p>
+<li><a href="http://wiki.hippo.nl/display/OS/SAnt+build+system">SAnt</a></li>
+<p> SAnt (Shared Ant) is an experimental build system based on Ant and Ivy, primarily developpedd as part of the hippo project.</p>
+<li><a href="http://dehora.net/code/antant/readme.html">AntAnt</a></li>
+<p> AntAnt is an ant project generator (generates an ant project skeleton), which uses ivy for dependency management.</p>
+<li><a href="http://www.fnogol.de/archives/2006/08/21/generate-applicationxml-from-ivyxml-for-packaging-an-ear/">Generate application.xml from ivy.xml for packaging an ear</a></li>
+<p> is an entry on Philipp Meier's weblog which explain how he used ivy and xslt to generate his application.xml files.</p>
+<li><a href="http://www.ribomation.com/riboutils/eartask/">EAR ant task</a></li>
+<p> this is not directly related to ivy, but more to the link above. You have also the possibility to use this task to generate your ear, which does not depend on Ivy, but which can be very easily integrated with.</p>
+</ul>
+<h1>Doc, tutorials, articles</h1>
+<ul>
+<li><a href="presentations/apache-con-2007/">ApacheCon EU 2007 slides</a></li>
+<p>slides and demo sources from Xavier's ApacheCon EU 2007 talk</p>
+<li><a href="http://wiki.java.net/bin/view/Netbeans/FaqIvy">Netbeans FAQ</a></li>
+<p>The Netbeans FAQ has an entry explaining how to use Ivy in their open source IDE.</p>
+<li><a href="http://chris-engn.blogspot.com/2005/07/naven-dotnet-continous-integration.html">Using Ivy in a dotnet project</a></li>
+<p>Chris gives a good idea of how to use ivy, cruise control and nant in a dotnet project environment</p>
+<li><a href="http://weblogs.java.net/blog/dcengija/archive/2006/04/configuring_ivy.html">Integrating Ivy and luntbuild</a></li>
+<p>Davor Cengija on his blog explain how he integrates Ivy in luntbuild, an open source continuous integration server</p>
+<li><a href="doc/articles/ease-multi-module.html">Easing multi module development</a></li>
+<p>Johan stuyts, the author of SAnt, also contributed a nice article on his view of how to use Ivy on a multi module environment.</p>
+<li><a href="http://www-128.ibm.com/developerworks/java/library/j-ap10106/index.html?ca=dgr-jw01SmellyScripts">Remove the smell from your build scripts</a></li>
+<p>This article is not related to Ivy, but to build script in general, but we thought it may be worth for Ivy users to read it.
+</ul>
+<h1>Others</h1>
+<ul>
+<li><a href="http://ant.apache.org/">ant</a></li>
+<p>Ant is the popular build tool with which ivy is integrated.</p>
+<li><a href="http://ant-contrib.sourceforge.net/">AntContrib</a></li>
+<p>AntContrib is a project offering a set of useful tasks for ant.</p>
+<li><a href="http://www.javalobby.org/">Javalobby</a></li>
+<p>Javalobby is a Java community site with interesting forums and tutorials</p>
 </ul></textarea>
 <script type="text/javascript">xooki.postProcess();</script>
 </body>