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 2013/05/01 21:42:47 UTC

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

Author: hibou
Date: Wed May  1 19:42:26 2013
New Revision: 1478158

URL: http://svn.apache.org/r1478158
Log:
Update of the screenshots

Modified:
    ant/ivy/ivyde/trunk/doc/console.html
    ant/ivy/ivyde/trunk/doc/cpc/edit.html
    ant/ivy/ivyde/trunk/doc/eclipsevar.html
    ant/ivy/ivyde/trunk/doc/images/build_path_edit.jpg
    ant/ivy/ivyde/trunk/doc/images/httpProject_pom.jpg
    ant/ivy/ivyde/trunk/doc/images/ivy_console_debug.jpg
    ant/ivy/ivyde/trunk/doc/images/launch_manualconf.jpg
    ant/ivy/ivyde/trunk/doc/images/maven2classpath1.jpg
    ant/ivy/ivyde/trunk/doc/images/pref.jpg
    ant/ivy/ivyde/trunk/doc/images/pref_classpath.jpg
    ant/ivy/ivyde/trunk/doc/images/pref_settings.jpg
    ant/ivy/ivyde/trunk/doc/images/retrieve.jpg
    ant/ivy/ivyde/trunk/doc/images/retrieve_setup.jpg
    ant/ivy/ivyde/trunk/doc/images/retrieve_setup_settings.jpg
    ant/ivy/ivyde/trunk/doc/images/workspace.jpg
    ant/ivy/ivyde/trunk/doc/index.html
    ant/ivy/ivyde/trunk/doc/preferences.html

Modified: ant/ivy/ivyde/trunk/doc/console.html
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/console.html?rev=1478158&r1=1478157&r2=1478158&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/doc/console.html (original)
+++ ant/ivy/ivyde/trunk/doc/console.html Wed May  1 19:42:26 2013
@@ -40,6 +40,10 @@ The colors in the console correspond to 
 <li>Error: red</li>
 </ul>
 
+There are two kinds of logs. The ones from Ivy itself and the ones from IvyDE. The ones from Ivy are the ones you should be used to see when you use it via Ant.
+
+The IvyDE logs are here to help you understand what IvyDE actually do when launching a resolve or refreshing a project. They can be espacially usefull in debug mode when reporting a bug to the developpers of IvyDE.
+
 To change the level of logging in the console, use the button in the view:
 <br/>
 <center><img src="images/ivy_console_debug.jpg"></center><br/>

Modified: ant/ivy/ivyde/trunk/doc/cpc/edit.html
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/cpc/edit.html?rev=1478158&r1=1478157&r2=1478158&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/doc/cpc/edit.html (original)
+++ ant/ivy/ivyde/trunk/doc/cpc/edit.html Wed May  1 19:42:26 2013
@@ -30,8 +30,14 @@ These properties can be accessed by the 
 
 <center><img src="../images/cp_configuration.jpg"></center>
 
-You can also edit it via the build path configuration. Open the build path configuration dialog, select the "Libraries" panel and select the IvyDE classpath container. Then click on the "Edit" button: the IvyDE classpath container configuration dialog will pop up.
+You can also edit it via the <b>build path</b> configuration:
+<ol>
+    <li>open the build path configuration dialog, select the "Libraries" panel and select the IvyDE classpath container.</li>
+    <li>then click on the "Edit" button: the IvyDE classpath container configuration dialog will pop up.</li>
+</ol>
+
 This is particularly useful when Eclipse hides the empty classpath containers (since Eclipse 3.3).  When the container is empty, this is the only way to trigger a resolve on this project.
+
 <br/><br/>
 <center><img src="../images/build_path_edit.jpg"></center>
 <br/>

Modified: ant/ivy/ivyde/trunk/doc/eclipsevar.html
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/eclipsevar.html?rev=1478158&r1=1478157&r2=1478158&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/doc/eclipsevar.html (original)
+++ ant/ivy/ivyde/trunk/doc/eclipsevar.html Wed May  1 19:42:26 2013
@@ -27,7 +27,7 @@
 	<textarea id="xooki-source">
 Eclipse contains a <a href="http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.jdt.doc.user/reference/preferences/run-debug/ref-string_substitution.htm">string substitution mecanism</a>. This feature allows you to specify a path location that can be shared between developers.
 
-Apache IvyDE uses it to find the ivysettings.xml and properties files in both the <a href="preferences.html#settings">glogal preference page</a> and the <a href="cpc/create.html#localconf">project specific preference page</a>.
+Apache IvyDE uses it to find the ivysettings.xml and properties files in both the <a href="preferences.html#settings">global preference page</a> and the <a href="cpc/create.html#localconf">project specific preference page</a>.
 
 Using the "Workspace..." button will open a window to choose a file in the workspace. Apache IvyDE will automatically fill the field with the proper variable.
 

Modified: ant/ivy/ivyde/trunk/doc/images/build_path_edit.jpg
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/images/build_path_edit.jpg?rev=1478158&r1=1478157&r2=1478158&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=1478158&r1=1478157&r2=1478158&view=diff
==============================================================================
Binary files - no diff available.

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

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

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

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

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

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

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

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

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

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

Modified: ant/ivy/ivyde/trunk/doc/index.html
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/index.html?rev=1478158&r1=1478157&r2=1478158&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/doc/index.html (original)
+++ ant/ivy/ivyde/trunk/doc/index.html Wed May  1 19:42:26 2013
@@ -28,12 +28,13 @@ Apache IvyDE Eclipse plugin integrates A
 
 A summary of the features it provides follows:
 <ul>
-<li><a href="cp_container.html">Managed classpath container</a>: automatic downloads, access to the Ivy "resolve" task from your IDE, and a <a href="cpc/workspace.html">feature</a> allowing you to develop interdependent multi-module applications in one workspace.</li>
+<li><a href="cp_container.html">Managed classpath container</a>: for Java projects, automatic build of you classpath with resolve and downloads of jars and
+    sources of your dependencies, and also <a href="cpc/workspace.html">managed project inter dependencies</a> within the workspace.</li>
 <li><a href="ivyeditor.html">Ivy XML files editor</a>: creation wizard, html preview and completion for Ivy XML tags, attributes, and attribute values.</li>
 <li><a href="settingseditor.html">Ivy settings files editor</a>: completion for XML tags, attributes, and attribute values.</li>
 <li><a href="console.html">Ivy console</a>: presents every log from Ivy to assist in debugging a failing resolve.</li>
 <li><a href="revdepexplorer.html">Reverse Dependency Explorer</a>: helps you work with conflicting dependencies amongst several projects.</li>
-<li>Resolve and retrieve for non Java project: use Ivy within Eclipse to manage files non necessarly Java-related</li>
+<li><a href="non-java.html">Resolve and retrieve for non Java project</a>: automation of the retrival of your dependencies in your non Java project</li>
 </ul>
 
 Apache IvyDE can be also used with other plugins like <a href="cpc/wtp.html">WTP</a> and <a href="ant.html">Apache Ant</a>.

Modified: ant/ivy/ivyde/trunk/doc/preferences.html
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/preferences.html?rev=1478158&r1=1478157&r2=1478158&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/doc/preferences.html (original)
+++ ant/ivy/ivyde/trunk/doc/preferences.html Wed May  1 19:42:26 2013
@@ -34,6 +34,8 @@ The global configuration can be found in
 
 <h4>Offline</h4>
 <p>If checked, it will force Ivy to never check resources via any network and trust its cache</p>
+<h4>Open the Ivy console on startup</h4>
+<p>If checked, the Ivy console will be opened on startup so that every log from Ivy will be printed. This is especially usefull when looking for debug log from IvyDE starting up.</p>
 <h4>On Eclipse startup:</h4>
 <p>Specifies what Apache IvyDE should do in every project containing an IvyDE managed classpath container when Eclipse&#153; is starting up.</p>
 <h4>On Ivy file change:</h4>
@@ -61,6 +63,8 @@ The global configuration can be found in
 
 <h4>Resolve dependencies in workpace:</h4>
 <p>Apache IvyDE allows Ivy dependencies between projects in the workspace to be realized through project references rather than jars from the repository.  See the <a href="cpc/workspace.html">documentation</a> for further information on this feature.</p>
+<h4>Read OSGi metadata:</h4>
+<p>If your classpath is based on jars which are actually OSGi bundles, checking this option will make IvyDE read the jar manifests and setup the specific OSGi visibility constraints.</p>
 <h4>Accepted types:</h4>
 <p>A comma separated list of extensions which will make IvyDE add the artifact to the classpath. Setting <tt>*</tt> will make very kind of type accepted. Note that a type specified as a <a href="#mapping">source or javadoc type</a> won't be accepted in any manner.</p>
 <h4>Order of the classpath entries:</h4>