You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2009/06/16 23:50:41 UTC

svn commit: r785422 - in /ant/ivy/ivyde/trunk/doc: cpc/ images/

Author: hibou
Date: Tue Jun 16 21:50:40 2009
New Revision: 785422

URL: http://svn.apache.org/viewvc?rev=785422&view=rev
Log:
Screenshots updated to be synchronized with the UI that will be released

Added:
    ant/ivy/ivyde/trunk/doc/images/maven2classpath1.jpg   (with props)
    ant/ivy/ivyde/trunk/doc/images/maven2classpath2.jpg   (with props)
Removed:
    ant/ivy/ivyde/trunk/doc/images/completion3.jpg
    ant/ivy/ivyde/trunk/doc/images/maven2classPath.jpg
Modified:
    ant/ivy/ivyde/trunk/doc/cpc/maven.html
    ant/ivy/ivyde/trunk/doc/images/completion1.jpg
    ant/ivy/ivyde/trunk/doc/images/completion2.jpg
    ant/ivy/ivyde/trunk/doc/images/completion4.jpg
    ant/ivy/ivyde/trunk/doc/images/cp_configuration.jpg
    ant/ivy/ivyde/trunk/doc/images/cp_resolve.jpg
    ant/ivy/ivyde/trunk/doc/images/editor1.jpg
    ant/ivy/ivyde/trunk/doc/images/httpProject_clean.jpg
    ant/ivy/ivyde/trunk/doc/images/httpProject_errors.jpg
    ant/ivy/ivyde/trunk/doc/images/httpProject_pom.jpg
    ant/ivy/ivyde/trunk/doc/images/ivy_file_def.jpg
    ant/ivy/ivyde/trunk/doc/images/project_specific_settings.jpg
    ant/ivy/ivyde/trunk/doc/images/wizard1.jpg
    ant/ivy/ivyde/trunk/doc/images/wizard2.jpg

Modified: ant/ivy/ivyde/trunk/doc/cpc/maven.html
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/cpc/maven.html?rev=785422&r1=785421&r2=785422&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/doc/cpc/maven.html (original)
+++ ant/ivy/ivyde/trunk/doc/cpc/maven.html Tue Jun 16 21:50:40 2009
@@ -68,7 +68,7 @@
 
 <b> - Create a new empty java project in eclipse.</b>
 
-<b> - In your Ivy project configuration, set the ivy settings file below (Project/Properties/Ivy):</b>
+<b> - In your project, create an <tt>ivysettings.xml</tt> file: </b>
 
 <code><ivysettings>
 	<conf defaultResolver="ibiblio"/>
@@ -80,9 +80,7 @@
 
 Using the m2compatible attribute, you can benefit from Maven2 repository compatibility.
 
-
-<b> - Add the pom below in your project and select it for an IvyDE class path container choosing "compile" and "runtime" configurations.</b>
-
+<b> - In your project, create a <tt>pom.xml</tt> file: </b>
 
 <code>
 <project>
@@ -100,11 +98,21 @@
 </project>
 </code>
 
+<b> - On the pom.xml file, open the context menu and click on "Add Ivy Library...":</b>
+
+<ul>
+    <li>Select "Enable project specific settings" and set the "Ivy setting path" to: <tt>project:///ivysettings.xml</tt> </li>
+    <li>Select the configuration <tt>compile</tt> and <tt>runtime</tt></li>
+</ul>
+
+<center>
+    <img src="../images/maven2classpath1.jpg"/>
+</center>   
 
 <b> - That's all ! Your IvyDE class path container gets all dependencies even those that were transitive to the commons-httpclient module !</b>
 
 <center>
-    <img src="../images/maven2classpath.jpg"/>
+    <img src="../images/maven2classpath2.jpg"/>
 </center>   
 </textarea>
 <script type="text/javascript">xooki.postProcess();</script>

Modified: ant/ivy/ivyde/trunk/doc/images/completion1.jpg
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/images/completion1.jpg?rev=785422&r1=785421&r2=785422&view=diff
==============================================================================
Binary files - no diff available.

Modified: ant/ivy/ivyde/trunk/doc/images/completion2.jpg
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/images/completion2.jpg?rev=785422&r1=785421&r2=785422&view=diff
==============================================================================
Binary files - no diff available.

Modified: ant/ivy/ivyde/trunk/doc/images/completion4.jpg
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/images/completion4.jpg?rev=785422&r1=785421&r2=785422&view=diff
==============================================================================
Binary files - no diff available.

Modified: ant/ivy/ivyde/trunk/doc/images/cp_configuration.jpg
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/images/cp_configuration.jpg?rev=785422&r1=785421&r2=785422&view=diff
==============================================================================
Binary files - no diff available.

Modified: ant/ivy/ivyde/trunk/doc/images/cp_resolve.jpg
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/images/cp_resolve.jpg?rev=785422&r1=785421&r2=785422&view=diff
==============================================================================
Binary files - no diff available.

Modified: ant/ivy/ivyde/trunk/doc/images/editor1.jpg
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/images/editor1.jpg?rev=785422&r1=785421&r2=785422&view=diff
==============================================================================
Binary files - no diff available.

Modified: ant/ivy/ivyde/trunk/doc/images/httpProject_clean.jpg
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/images/httpProject_clean.jpg?rev=785422&r1=785421&r2=785422&view=diff
==============================================================================
Binary files - no diff available.

Modified: ant/ivy/ivyde/trunk/doc/images/httpProject_errors.jpg
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/images/httpProject_errors.jpg?rev=785422&r1=785421&r2=785422&view=diff
==============================================================================
Binary files - no diff available.

Modified: ant/ivy/ivyde/trunk/doc/images/httpProject_pom.jpg
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/images/httpProject_pom.jpg?rev=785422&r1=785421&r2=785422&view=diff
==============================================================================
Binary files - no diff available.

Modified: ant/ivy/ivyde/trunk/doc/images/ivy_file_def.jpg
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/images/ivy_file_def.jpg?rev=785422&r1=785421&r2=785422&view=diff
==============================================================================
Binary files - no diff available.

Added: ant/ivy/ivyde/trunk/doc/images/maven2classpath1.jpg
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/images/maven2classpath1.jpg?rev=785422&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/ivy/ivyde/trunk/doc/images/maven2classpath1.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: ant/ivy/ivyde/trunk/doc/images/maven2classpath2.jpg
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/images/maven2classpath2.jpg?rev=785422&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/ivy/ivyde/trunk/doc/images/maven2classpath2.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Modified: ant/ivy/ivyde/trunk/doc/images/project_specific_settings.jpg
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/images/project_specific_settings.jpg?rev=785422&r1=785421&r2=785422&view=diff
==============================================================================
Binary files - no diff available.

Modified: ant/ivy/ivyde/trunk/doc/images/wizard1.jpg
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/images/wizard1.jpg?rev=785422&r1=785421&r2=785422&view=diff
==============================================================================
Binary files - no diff available.

Modified: ant/ivy/ivyde/trunk/doc/images/wizard2.jpg
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/images/wizard2.jpg?rev=785422&r1=785421&r2=785422&view=diff
==============================================================================
Binary files - no diff available.