Author: hibou
Date: Sun Jan  3 16:05:50 2010
New Revision: 895430

URL: http://svn.apache.org/viewvc?rev=895430&view=rev
Log:
Doc updated:
 - screenshots updated to reflect the new UI
 - add some doc about Eclipse variables management
 - add some doc about the launch configuration

Added:
    ant/ivy/ivyde/trunk/doc/cpc/launch.html   (with props)
    ant/ivy/ivyde/trunk/doc/eclipsevar.html   (with props)
    ant/ivy/ivyde/trunk/doc/images/eclipsevar_variables.jpg   (with props)
    ant/ivy/ivyde/trunk/doc/images/eclipsevar_workspace.jpg   (with props)
    ant/ivy/ivyde/trunk/doc/images/ivy_console_debug.jpg   (with props)
    ant/ivy/ivyde/trunk/doc/images/launch_addivyde.jpg   (with props)
    ant/ivy/ivyde/trunk/doc/images/launch_addlib.jpg   (with props)
    ant/ivy/ivyde/trunk/doc/images/launch_advanced.jpg   (with props)
    ant/ivy/ivyde/trunk/doc/images/launch_custom.jpg   (with props)
    ant/ivy/ivyde/trunk/doc/images/launch_default.jpg   (with props)
    ant/ivy/ivyde/trunk/doc/images/launch_manualconf.jpg   (with props)
    ant/ivy/ivyde/trunk/doc/images/launch_resolve.jpg   (with props)
    ant/ivy/ivyde/trunk/doc/images/maven2classpath1_done.jpg   (with props)
    ant/ivy/ivyde/trunk/doc/images/maven2classpath1_settings.jpg   (with props)
    ant/ivy/ivyde/trunk/doc/images/maven2classpath1_settings.png   (with props)
    ant/ivy/ivyde/trunk/doc/images/maven2classpath1_workspacevar.jpg   (with 
props)
    ant/ivy/ivyde/trunk/doc/images/resolve_contextmenu.jpg   (with props)
Modified:
    ant/ivy/ivyde/trunk/doc/console.html
    ant/ivy/ivyde/trunk/doc/cp_container.html
    ant/ivy/ivyde/trunk/doc/cpc/create.html
    ant/ivy/ivyde/trunk/doc/cpc/maven.html
    ant/ivy/ivyde/trunk/doc/cpc/resolve.html
    ant/ivy/ivyde/trunk/doc/cpc/workspace.html
    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/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/pref_workspace.jpg
    ant/ivy/ivyde/trunk/doc/images/project_specific_settings.jpg
    ant/ivy/ivyde/trunk/doc/images/retrieve.jpg
    ant/ivy/ivyde/trunk/doc/images/workspace.jpg
    ant/ivy/ivyde/trunk/doc/install.html
    ant/ivy/ivyde/trunk/doc/preferences.html
    ant/ivy/ivyde/trunk/doc/toc.json

Modified: ant/ivy/ivyde/trunk/doc/console.html
URL: 
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/console.html?rev=895430&r1=895429&r2=895430&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/doc/console.html (original)
+++ ant/ivy/ivyde/trunk/doc/console.html Sun Jan  3 16:05:50 2010
@@ -38,6 +38,10 @@
 <li>Warn: orange</li>
 <li>Error: red</li>
 </ul>
+
+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/>
 </textarea>
 <script type="text/javascript">xooki.postProcess();</script>
 </body>

Modified: ant/ivy/ivyde/trunk/doc/cp_container.html
URL: 
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/cp_container.html?rev=895430&r1=895429&r2=895430&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/doc/cp_container.html (original)
+++ ant/ivy/ivyde/trunk/doc/cp_container.html Sun Jan  3 16:05:50 2010
@@ -33,6 +33,7 @@
     <li>Launch the <a href="cpc/resolve.html">resolve</a> of the 
dependencies</li>
     <li><a href="cpc/retrieve.html">Retrieve</a> the dependencies in your 
project</li>
     <li>Resolve dependencies within the Eclipse <a 
href="cpc/workspace.html">workspace</a></li>
+    <li><a href="cpc/launch.html">Launch</a> software or unit tests with a 
classpath managed by IvyDE</li>
     <li>Use IvyDE with <a href="cpc/maven.html">maven pom.xml</a></li>
     <li>Use IvyDE in concert with <a href="cpc/wtp.html">WTP</a></li>
 </ul>

Modified: ant/ivy/ivyde/trunk/doc/cpc/create.html
URL: 
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/cpc/create.html?rev=895430&r1=895429&r2=895430&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/doc/cpc/create.html (original)
+++ ant/ivy/ivyde/trunk/doc/cpc/create.html Sun Jan  3 16:05:50 2010
@@ -33,8 +33,10 @@
 <li>Select "IvyDE Managed Dependencies" item.<br/><br/><center><img 
src="../images/add_lib.jpg"/></center><br/><br/></li>
 <li>Select an ivy.xml file or a <a href="maven.html">maven pom.xml</a> and the 
desired configurations.<br/><br/><center><img 
src="../images/ivy_file_def.jpg"/></center><br/><br/></li>
 </ul>
-<li><a name="localconf"></a>You then might want to use specific settings for 
your project, a configuration different from the <a 
href="../preferences.html">global one</a>. For the ivy settings, click on the 
"Enable project specific settings" check box.<br/><br/><center><img 
src="../images/project_specific_settings.jpg"/></center></li>
-Your class path is set and you can see all dependencies in one unique folder 
of the package explorer (folder name = &amp;amp;lt;ivy file 
name&amp;amp;gt;[&amp;amp;lt;configuration&amp;amp;gt;]).
+<li><a name="localconf"></a>You then might want to use specific settings for 
your project, a configuration different from the <a 
href="../preferences.html">global one</a>. For the ivy settings, click on the 
"Enable project specific settings" check box. See also the documentation about 
<a href="../eclipsevar.html">Eclipse variables</a>.
+
+<center><img src="../images/project_specific_settings.jpg"/></center></li>
+Your class path is set and you can see all dependencies in one unique folder 
of the package explorer (folder name = ivy-file-name[conf1,conf2]).
 
 
 <center><img src="../images/cp_node.jpg"></center>

Added: ant/ivy/ivyde/trunk/doc/cpc/launch.html
URL: 
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/cpc/launch.html?rev=895430&view=auto
==============================================================================
--- ant/ivy/ivyde/trunk/doc/cpc/launch.html (added)
+++ ant/ivy/ivyde/trunk/doc/cpc/launch.html Sun Jan  3 16:05:50 2010
@@ -0,0 +1,74 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
+<html>
+<head>
+       <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
+       <script type="text/javascript">var xookiConfig = {level: 1};</script>   
+       <script type="text/javascript" src="../xooki/xooki.js"></script>
+</head>
+<body>
+       <textarea id="xooki-source">
+The IvyDE classpath container can also be used in the launch configuration, 
run or debug. The container will be used because it is included in the default 
classpath of you project, or by adding it yourself to your launch classpath.
+
+<h1>In the project's classpath</h1>
+
+It is the simpler configuration, configuration that you implicetely have when 
you do a "Run As..." on a Java class. The container you see in the launch 
classpath is actually the one you have in your project in the package explorer.
+
+<center><img src="../images/launch_default.jpg"></img></center>
+
+It is the same when launching unit tests. Idem for the debug mode.
+
+But having the compile classpath might not be appropriate for some launch 
configuration, so you will have to manage it yourself.
+
+<h1>Managing manually</h1>
+
+You want to have more control over the classpath of your launch configuration, 
so you will have to edit it, and manage the IvyDE container in there.
+
+Creating a launch configuration, you will get the default classpath as above. 
So the first step is to remove it. And you probably want to readd your project 
in the user entries. Then to add an IvyDE container, choose "Advanced":
+
+<center><img src="../images/launch_advanced.jpg"></img></center>
+
+Choose "Add Library":
+
+<center><img src="../images/launch_addlib.jpg"></img></center>
+
+Choose "IvyDE Managed dependencies":
+
+<center><img src="../images/launch_addivyde.jpg"></img></center>
+
+Select the absolute path to your ivy.xml and select the proper configurations:
+
+<center><img src="../images/launch_manualconf.jpg"></img></center>
+
+<b>Note:</b> in the launch configuration it is not possible to edit or launch 
a resolve manually on the container you are creating. But it is possible to 
launch a resolve before each launch. It is recommended to do so if the resolve 
process is not too long. Otherwise you will have to recreate the container each 
time you change something in the ivy.xml for instance.
+
+To enable the resolve before each launch, go into the "Advanced" tab and 
select "Resolve before launch".
+
+<center><img src="../images/launch_resolve.jpg"></img></center>
+
+Click "Finish" and see the result:
+
+<center><img src="../images/launch_custom.jpg"></img></center>
+
+
+</textarea>
+<script type="text/javascript">xooki.postProcess();</script>
+</body>
+</html>

Propchange: ant/ivy/ivyde/trunk/doc/cpc/launch.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ant/ivy/ivyde/trunk/doc/cpc/launch.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: ant/ivy/ivyde/trunk/doc/cpc/launch.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Modified: ant/ivy/ivyde/trunk/doc/cpc/maven.html
URL: 
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/cpc/maven.html?rev=895430&r1=895429&r2=895430&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/doc/cpc/maven.html (original)
+++ ant/ivy/ivyde/trunk/doc/cpc/maven.html Sun Jan  3 16:05:50 2010
@@ -100,15 +100,30 @@
 
 <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>
+<b> - Select the configuration <tt>compile</tt> and <tt>runtime</tt></b>
 
 <center>
     <img src="../images/maven2classpath1.jpg"/>
 </center>   
 
+<b> - Go into the "Settings" tab, select "Enable project specific settings" 
and click on the "Workspace..." button</b>
+
+<center>
+    <img src="../images/maven2classpath1_settings.jpg"/>
+</center>   
+
+<b> - Choose the ivysettings.xml file in your project<b>
+
+<center>
+    <img src="../images/maven2classpath1_workspacevar.jpg"/>
+</center>
+
+<b> - click "Finish"</b>
+
+<center>
+    <img src="../images/maven2classpath1_done.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>

Modified: ant/ivy/ivyde/trunk/doc/cpc/resolve.html
URL: 
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/cpc/resolve.html?rev=895430&r1=895429&r2=895430&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/doc/cpc/resolve.html (original)
+++ ant/ivy/ivyde/trunk/doc/cpc/resolve.html Sun Jan  3 16:05:50 2010
@@ -36,6 +36,15 @@
 
 <center><img src="../images/resolveall.jpg"></center><br/>
 
+And to launch a resolve on a specified selection of projects:
+<ul>
+<li>select the projects you want to resolve in the package view,</li>
+<li>open the context menu with a right click</li>
+<li>Choose <b>Ivy > Resolve</b></li>
+</ul>
+
+<center><img src="../images/resolve_contextmenu.jpg"></center><br/>
+
 </textarea>
 <script type="text/javascript">xooki.postProcess();</script>
 </body>

Modified: ant/ivy/ivyde/trunk/doc/cpc/workspace.html
URL: 
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/cpc/workspace.html?rev=895430&r1=895429&r2=895430&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/doc/cpc/workspace.html (original)
+++ ant/ivy/ivyde/trunk/doc/cpc/workspace.html Sun Jan  3 16:05:50 2010
@@ -40,6 +40,22 @@
     <li>the <i>status</i> should match the required one: a dependency with 
<i>latest.integration</i> will only match if there is 
<i>status="interation"</i> in the info of the dependant module</li>
 </ul>
 
+Having two projects "A" and "B" configured to use IvyDE and the workspace 
resolver, here is the expected resolved dependencies:
+
+<table class="ant">
+<tr><th>A dependency on B</th><th>B declared revision</th><th>result</th></tr>
+<tr><td>latest.integration</td><td>1.2</td><td>B wired on A</td></tr>
+<tr><td>1.2</td><td>1.2</td><td>B wired on A</td></tr>
+<tr><td>[1.2,1.3)</td><td>1.2</td><td>B wired on A</td></tr>
+<tr><td>1.0</td><td>1.2</td><td>no project wiring</td></tr>
+<tr><td>latest.integration</td><td><i>none</i></td><td>B wired on A</td></tr>
+<tr><td>1.2</td><td><i>none</i></td><td>B wired on A</td></tr>
+<tr><td>[1.2,1.3)</td><td><i>none</i></td><td>B wired on A</td></tr>
+<tr><td>latest.integration</td><td>$version</td><td>no project wiring</td></tr>
+<tr><td>1.2</td><td>$version</td><td>no project wiring</td></tr>
+<tr><td>[1.2,1.3)</td><td>$version</td><td>no project wiring</td></tr>
+</table>
+
 </textarea>
 <script type="text/javascript">xooki.postProcess();</script>
 </body>

Added: ant/ivy/ivyde/trunk/doc/eclipsevar.html
URL: 
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/eclipsevar.html?rev=895430&view=auto
==============================================================================
--- ant/ivy/ivyde/trunk/doc/eclipsevar.html (added)
+++ ant/ivy/ivyde/trunk/doc/eclipsevar.html Sun Jan  3 16:05:50 2010
@@ -0,0 +1,49 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
+<html>
+<head>
+       <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
+       <script type="text/javascript">var xookiConfig = {level: 0};</script>   
+       <script type="text/javascript" src="xooki/xooki.js"></script>
+</head>
+<body>
+       <textarea id="xooki-source">
+In Eclipse there is 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 developpers.
+
+IvyDE use 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 one</a>.
+
+Using the "Workspace..." button will open a windows to choose a file in the 
workspace. Then IvyDE will automatically fill the field with the proper 
variable.
+
+<center><img src="images/eclipsevar_workspace.jpg" /></center>
+
+Using the "File System..." button will allow you to choose a file in the file 
system. But then this path will not be portable.
+
+And you can choose to depend on the Eclipse variable system by clicking on 
"Variable...".
+
+<center><img src="images/eclipsevar_variables.jpg" /></center>
+
+<b>Backward compatibility</b>
+
+IvyDE used to support the <tt>project://projectName/path/to/file.ext</tt> 
protocol. It sill does but it will be automatically changed in the saved 
settings to the Eclipse variable way of defining this path: 
<tt>${workspace_loc:projectName/path/to/file.ext}</tt>
+
+</textarea>
+<script type="text/javascript">xooki.postProcess();</script>
+</body>
+</html>

Propchange: ant/ivy/ivyde/trunk/doc/eclipsevar.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ant/ivy/ivyde/trunk/doc/eclipsevar.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: ant/ivy/ivyde/trunk/doc/eclipsevar.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

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

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

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

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

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=895430&r1=895429&r2=895430&view=diff
==============================================================================
Binary files - no diff available.

Added: 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=895430&view=auto
==============================================================================
Binary file - no diff available.

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

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=895430&r1=895429&r2=895430&view=diff
==============================================================================
Binary files - no diff available.

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

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

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

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

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

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

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

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

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

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

Added: 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=895430&view=auto
==============================================================================
Binary file - no diff available.

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

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

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

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

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

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

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

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

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

Propchange: ant/ivy/ivyde/trunk/doc/images/maven2classpath1_settings.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

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

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

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

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

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=895430&r1=895429&r2=895430&view=diff
==============================================================================
Binary files - no diff available.

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

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

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

Modified: ant/ivy/ivyde/trunk/doc/install.html
URL: 
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/install.html?rev=895430&r1=895429&r2=895430&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/doc/install.html (original)
+++ ant/ivy/ivyde/trunk/doc/install.html Sun Jan  3 16:05:50 2010
@@ -25,7 +25,6 @@
 </head>
 <body>
        <textarea id="xooki-source">
-
 <h1><a name="latest"></a>Install the last release via Internet</h1>
 
 For most user who have access to the internet it is simpler to install the 
latest release from the IvyDE updatesite. So just look out there:
@@ -37,8 +36,8 @@
 
 So you should have the zip distribution of IvyDE in which you should find 
these files:
 <ul>
-<li>features/org.apache.ivyde.feature_2.0.0.final-XXXX.jar</li>
-<li>plugins/org.apache.ivyde.eclipse_2.0.0.final-XXXX.jar</li>
+<li>features/org.apache.ivyde.feature_2.1.0.XXXX.jar</li>
+<li>plugins/org.apache.ivyde.eclipse_2.1.0.XXXX.jar</li>
 </ul>
 
 You can then install them by copying them respectively in the 
$ECLIPSE_HOME/features and the $ECLIPSE_HOME/plugins:

Modified: ant/ivy/ivyde/trunk/doc/preferences.html
URL: 
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/preferences.html?rev=895430&r1=895429&r2=895430&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/doc/preferences.html (original)
+++ ant/ivy/ivyde/trunk/doc/preferences.html Sun Jan  3 16:05:50 2010
@@ -33,7 +33,8 @@
 <center><img src="images/pref.jpg"/></center>
 
 <ul>
-       <li><u>On Eclipse startup:</u> it specifies what IvyDE should do in 
every project when Eclipse is starting up</li>
+     <li><u>On Eclipse startup:</u> it specifies what IvyDE should do in every 
project when Eclipse is starting up</li>
+     <li><u>On Ivy file change:</u> each time Eclipse detects a change on an 
ivy.xml file configured in an IvyDE container, via a save in the editor, a 
refresh, or a team/update, IvyDE can trigger resolve, or not.</li>
        <li><u>Organisation:</u> your company name for ivy editor completion 
</li>
        <li><u>Organisation URL:</u> your company web site url for ivy editor 
completion </li>
 </ul>
@@ -44,6 +45,7 @@
 
 <ul>
        <li><u>Resolve dependencies in workpace:</u> IvyDE can try to make 
dependencies between project more than to jars into a repository. See the <a 
href="cpc/workspace.html">documentation</a> for further info.</li>
+        <li><u>Resolve before launch:</u> an IvyDE container can be used in 
the classpath of a launch configuration; and the container can be resolved on 
each launch. See also the documentation about <a href="cpc/launch.html">launch 
configurations</a></li>
        <li><u>Order of the classpath entries:</u> by default in the classpath 
container the entries are ordered by order of declaration in the ivy.xml. When 
there are many entries, it could be useful to have them ordered alphabetically 
so that you can find them faster.</li>
        <li><u>Accepted types:</u> a comma separated list of extensions which 
will make IvyDE add the artifact to the classpath</li>
        <li><u>Sources types:</u> a comma separated list of Ivy "type" which 
will make IvyDE consider them as sources</li>
@@ -69,8 +71,9 @@
 <center><img src="images/pref_settings.jpg"/></center>
 
 <ul>
-       <li><u>Ivy settings URL:</u> specify here the path to your ivy settings 
file. Leave it blank to use Ivy default resolvers</li>
        <li><u>Reload the settings only on demand:</u> by default IvyDE will 
parse the ivysettings each times it needs it (each resolve, refresh, clean 
cache or completion in the ivy editor). For remote ivysettings this can slow 
down dramatically the UI, so it is possible to make IvyDE keep the settings in 
cache and only reload it via the context menu on the container)</li>
+       <li><u>Ivy settings path:</u> specify here the path to your ivy 
settings file. Leave it blank to use Ivy default resolvers.
+See also the documentation about <a href="eclipsevar.html">Eclipse 
variables</a></li>
        <li><u>Property files:</u> this is a comma separated ist if java 
properties files which are loaded along with the settings.</li>
 </ul>
 
@@ -81,6 +84,7 @@
 <ul>
        <li><u>closing trigger resolve:</u> closing a project which has the 
workspace resolver enabled will trigger a resolve on every project that depends 
on it.</li>
        <li><u>opening trigger resolve:</u> when a project is opened IvyDE will 
trigger the resolve of every other project which has the workspace resolver 
enabled</li>
+        <li><u>Ignore version when resolving workspace projects:</u> in you 
are sure of what you are doing, this option will make the workspace resolver 
not taking into account the version specified in the ivy.xml.</li>
 </ul>
 
 

Modified: ant/ivy/ivyde/trunk/doc/toc.json
URL: 
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/toc.json?rev=895430&r1=895429&r2=895430&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/doc/toc.json (original)
+++ ant/ivy/ivyde/trunk/doc/toc.json Sun Jan  3 16:05:50 2010
@@ -72,6 +72,13 @@
                       ]
                   },
                   {
+                    "id":"cpc/launch",
+                    "title":"Launch configuration",
+                    "children": [
+
+                      ]
+                  },
+                  {
                     "id":"cpc/maven",
                     "title":"Use with maven poms",
                     "children": [
@@ -109,6 +116,13 @@
                 ]
             },
             {
+              "id":"eclipsevar",
+              "title":"Eclipse variables",
+              "children": [
+
+                ]
+            },
+            {
               "id":"console",
               "title":"Ivy Console",
               "children": [


Reply via email to