Author: hibou
Date: Fri May 9 13:11:38 2008
New Revision: 654928
URL: http://svn.apache.org/viewvc?rev=654928&view=rev
Log:
Fix some links
Modified:
ant/ivy/ivyde/branches/1.2.0/doc/editor.html
ant/ivy/ivyde/branches/1.2.0/doc/index.html
ant/ivy/ivyde/branches/1.2.0/doc/maven.html
Modified: ant/ivy/ivyde/branches/1.2.0/doc/editor.html
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/branches/1.2.0/doc/editor.html?rev=654928&r1=654927&r2=654928&view=diff
==============================================================================
--- ant/ivy/ivyde/branches/1.2.0/doc/editor.html (original)
+++ ant/ivy/ivyde/branches/1.2.0/doc/editor.html Fri May 9 13:11:38 2008
@@ -38,8 +38,8 @@
</ul>
-<h1><a name="wizard">Wizard</a></h1>
-IvyDE comes with a wizard that allows you to create an ivy file for your
project.<br/>
+<h1><a name="wizard"></a>Wizard</h1>
+IvyDE comes with a wizard that allows you to create an ivy.xml file for your
project.<br/>
To open the wizard choose File->New->Other in the Eclipse menu (Ctrl+N by
default)<br/>
The Ivy wizard is accessible in the category Other. Select it then click
Next<br/><br/>
<img src="images/wizard1.jpg"/><br/><br/>
@@ -48,19 +48,19 @@
<ol><b>Wizard fields:</b>
<li> Container: you have to select the targeted project. (This is
already set if you access the wizard thanks right click menu on your project
root folder)</li>
<li> File name: the ivy file name. (ivy.xml by default and its better
to keep it in most of case)</li>
- <li> Organisation: the component owner name. (your company name or the
company that provides the component if you are writing ivy file for 3rd party
jars). Note this value can be set in the <a href="../ivyde.html#pref">ivy
preference page</a></li>
+ <li> Organisation: the component owner name. (your company name or the
company that provides the component if you are writing ivy.xml file for 3rd
party jars). Note this value can be set in the <a href="index.html#pref">Ivy
preference page</a></li>
<li> Module name: the component name.</li>
- <li> Status: the status of the project. (integration by default since
we have just created its ivy file :-). Please refer to <a
href="http://ant.apache.org/ivy/history/latest-milestone/index.html">Ivy
documentation for more details</a>)</li>
+ <li> Status: the status of the project. (integration by default since
we have just created its ivy file :-). Please refer to <a
href="../../../history/latest-milestone/index.html">Ivy documentation for more
details</a>)</li>
</ol>
-When the form is correctly filled you can press Finish button. Eclipse will
automatically open the Ivy <a href="editor.html#editor">editor</a>.<br/>
+When the form is correctly filled you can press Finish button. Eclipse will
automatically open the Ivy <a href="#editor">editor</a>.<br/>
-<h1><a name="editor">Ivy Editor</a></h1>
+<h1><a name="editor"></a>Ivy Editor</h1>
-<h2><a name="xmleditor">Xml Editor</a></h2><br/>
+<h2><a name="xmleditor"></a>Xml Editor</h2><br/>
<img src="images/editor1.jpg"/><br/><br/>
The Ivy's eclipse editor provides xml syntax coloration, tag completion, tag's
attribute names completion, and for dependency and configuration tag value
completion.<br/>
-Completion comes with contextual help. The completion popup is displayed when
hitting simultaneously the CTRL and the SPACE keys.</br>
-<ul><b>Available completions:</b>
+Completion comes with contextual help. The completion popup is displayed when
hitting simultaneously the CTRL and the SPACE keys.<br/><br/>
+<b>Available completions:</b><ul>
<li><b>Xml structure</b>: allows you quickly to insert the good tag at
its right place. If the tag can have nested children both notations, simple tag
and open tag, are proposed<br/><br/><img src="images/completion1.jpg"/></li>
<li><b>Tag attributes</b>: when your cursor is placed in a tag bracket
the completion show available attributes for the enclosing tag.<br/><br/><img
src="images/completion2.jpg"/></li>
<li><b>Attributes values</b>: when your cursor is placed in the quote
of an attribute value the completion shows available values for the matching
attribute.
@@ -79,7 +79,7 @@
</li>
</ul>
-<h2><a name="htmlrendering">Html rendering</a></h2><br/>
+<h2><a name="htmlrendering"></a>Html rendering</h2><br/>
Ivy editor is a multi tabs editor. Located on the bottom of the editor you
will found a tab named preview that allows to view the ivy file as an html
file.<br/>
Note : for now, as we let the browser do the XSLT processing on a remote file
this feature only work with IE. Mozilla browser will display a blank page due
its security policy. (If you know a workaround please put it on the mailing
list)<br/><br/>
<img src="images/preview.jpg"/>
Modified: ant/ivy/ivyde/branches/1.2.0/doc/index.html
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/branches/1.2.0/doc/index.html?rev=654928&r1=654927&r2=654928&view=diff
==============================================================================
--- ant/ivy/ivyde/branches/1.2.0/doc/index.html (original)
+++ ant/ivy/ivyde/branches/1.2.0/doc/index.html Fri May 9 13:11:38 2008
@@ -48,7 +48,7 @@
<img src="images/pref.jpg"/><br/><br/><br/>
<ol><b>Preference fields:</b>
<li> Ivyconf URL : specify here the path to your ivyconf file. Leave it
blank to use ivy default resolvers</li>
- <li> Retrieve option : specify here if you want ivy to do a retrieve
after the resolve.<br/> If you check retrieve you must provide a the retreive
pattern. Check <a href="ivy/doc/use/retrieve.html">ivy documentation</a> for
pattern explanation.
+ <li> Retrieve option : specify here if you want ivy to do a retrieve
after the resolve.<br/> If you check retrieve you must provide a the retrieve
pattern. Check <a
href="../../../history/latest-milestone/use/retrieve.html">ivy
documentation</a> for pattern explanation.
</li>
<li> Organisation: your company name for ivy editor completion </li>
@@ -58,7 +58,7 @@
<h1><a name="project_pref"></a>Project Preference Page</h1>
<img src="images/project_pref.jpg"/><br/><br/><br/>
<ol><b>Preference fields:</b>
- <li> URL : specify here the path to your ivyconf file in scope of
project. Leave it blank to use ivyconf file defined in eclipse properties (see
<a href="ivyde.html#pref">eclipse properties</a>) or use "default" to use ivy
default resolvers</li>
+ <li> URL : specify here the path to your ivyconf file in scope of
project. Leave it blank to use ivyconf file defined in eclipse properties (see
<a href="#pref">eclipse properties</a>) or use "default" to use ivy default
resolvers</li>
</ol>
</textarea>
<script type="text/javascript">xooki.postProcess();</script>
Modified: ant/ivy/ivyde/branches/1.2.0/doc/maven.html
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/branches/1.2.0/doc/maven.html?rev=654928&r1=654927&r2=654928&view=diff
==============================================================================
--- ant/ivy/ivyde/branches/1.2.0/doc/maven.html (original)
+++ ant/ivy/ivyde/branches/1.2.0/doc/maven.html Fri May 9 13:11:38 2008
@@ -33,7 +33,7 @@
</ul>
<h1><a name="one"></a>Maven1 Sample</h1>
<p>This sample presents a simple use case of maven pom for IvyDE class path
container. We are going to create an eclipse project on commons-httpclient
sources.</p>
-<p><b> - Download the <a href="">commons httpclient sources</a></b></p>
+<p><b> - Download the <a
href="http://archive.apache.org/dist/httpcomponents/commons-httpclient/3.0/source/commons-httpclient-3.0-src.zip">commons
httpclient sources</a></b></p>
<p><b> - Unzip this file (c:/tmp/commons-httpclient/)</b></p>
<p><b> - Create a new Eclipse java project based on the unzipped sources
(c:/tmp/commons-httpclient/)</b><br />
<center><img src="images/httpProject_errors.jpg"><br/><br />