Author: hibou
Date: Thu May  7 19:01:46 2009
New Revision: 772744

URL: http://svn.apache.org/viewvc?rev=772744&view=rev
Log:
Regeneration of the IvyDE website

Modified:
    ant/ivy/site/target/ivyde/faq.html

Modified: ant/ivy/site/target/ivyde/faq.html
URL: 
http://svn.apache.org/viewvc/ant/ivy/site/target/ivyde/faq.html?rev=772744&r1=772743&r2=772744&view=diff
==============================================================================
--- ant/ivy/site/target/ivyde/faq.html (original)
+++ ant/ivy/site/target/ivyde/faq.html Thu May  7 19:01:46 2009
@@ -80,7 +80,7 @@
 
                <h1 class="title">FAQ</h1>
             <br class="xooki-br"/><ol>
-   <li><a href="#duplicate-entries">What does the warning "There are some 
duplicates entries due to conflicts between the resolved configurations" means 
?</a><br class="xooki-br"/>   <li><a href="#logs">Something goes wrong with 
IvyDE, where could I found more logs ?</a><br class="xooki-br"/>   <li><a 
href="#empty-container">The IvyDE classpath container disappear when it becomes 
empty</a><br class="xooki-br"/>   <li><a href="#wtp">How can I make IvyDE 
contribute to the classpath used by WTP when launching my web application 
?</a><br class="xooki-br"/>   <li><a href="#xerces">Parsing ivy file fails in 
IvyDE while it succeeds in Ant</a><br class="xooki-br"/></ol>
+   <li><a href="#duplicate-entries">What does the warning "There are some 
duplicates entries due to conflicts between the resolved configurations" means 
?</a><br class="xooki-br"/>   <li><a href="#logs">Something goes wrong with 
IvyDE, where could I found more logs ?</a><br class="xooki-br"/>   <li><a 
href="#empty-container">The IvyDE classpath container disappear when it becomes 
empty</a><br class="xooki-br"/>   <li><a href="#wtp">How can I make IvyDE 
contribute to the classpath used by WTP when launching my web application 
?</a><br class="xooki-br"/>   <li><a href="#xerces">Parsing ivy file fails in 
IvyDE while it succeeds in Ant</a><br class="xooki-br"/>   <li><a 
href="#norepo">Updating IvyDE fails with "no repository found containing 
[...]"</a><br class="xooki-br"/></ol>
 
 <br/>
            
@@ -104,7 +104,9 @@
 
 WTP is the <a href="http://www.eclipse.org/webtools/";>Web Tools Plateform</a> 
project from the Eclipse fondation which allow to easily develop, launch and 
debug web applications. IvyDE can be used with this framework, but only from 
the version 2.0 of WTP, which is supported since Eclipse 3.3.<br 
class="xooki-br"/><br class="xooki-br"/>In the properties of your project 
configured to use WTP, there is a section "Java EE Module Dependencies". There 
should be your configured IvyDE classpath container listed, usually with the 
name "ivy.xml [*]". Just select it and the Ivy dependencies will be deployed as 
well.<br class="xooki-br"/><br class="xooki-br"/>This has been successfully 
tested with Eclipse 3.3 and WTP 2.0, Eclipse 3.4 and WTP 3.0.<br 
class="xooki-br"/><br class="xooki-br"/><h2><a name="xerces"></a>Parsing ivy 
file fails in IvyDE while it succeeds in Ant</h2>
 
-The xml parser used in Ant (Apache Xerces) might be different from the one 
used by IvyDE, which by default is using the one provided by the JRE. The XML 
parser provided by the JRE is usually Xerces, but for instance the Sun's JRE 
1.4 xml parser is Apache Crimson. And the latter doesn't support BOM markers. 
So you probably want to force IvyDE to use Apache Xerces in Eclipse.<br 
class="xooki-br"/><br class="xooki-br"/>Xerces is an optional dependency of 
IvyDE, so as soon as it is installed in Eclipse, IvyDE will use it. To install 
it, use the Eclipse update manager, search for xerces (you should find it under 
Ganymede/Uncategorized/Apache Xerces), and ask Eclipse to install it.<br 
class="xooki-br"/><br class="xooki-br"/>
+The xml parser used in Ant (Apache Xerces) might be different from the one 
used by IvyDE, which by default is using the one provided by the JRE. The XML 
parser provided by the JRE is usually Xerces, but for instance the Sun's JRE 
1.4 xml parser is Apache Crimson. And the latter doesn't support BOM markers. 
So you probably want to force IvyDE to use Apache Xerces in Eclipse.<br 
class="xooki-br"/><br class="xooki-br"/>Xerces is an optional dependency of 
IvyDE, so as soon as it is installed in Eclipse, IvyDE will use it. To install 
it, use the Eclipse update manager, search for xerces (you should find it under 
Ganymede/Uncategorized/Apache Xerces), and ask Eclipse to install it.<br 
class="xooki-br"/><br class="xooki-br"/><h2><a name="norepo"></a>Updating IvyDE 
fails with "no repository found containing [...]"</h2>
+
+With Eclipse 3.4, the new update manager introduced a bug: <a 
href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=236437";>https://bugs.eclipse.org/bugs/show_bug.cgi?id=236437</a><br
 class="xooki-br"/><br class="xooki-br"/>The symptoms: you are willing to 
update IvyDE or the Ivy plugin. The Update Manager find a new version. But it 
finally fails complaining that it cannot find the Ivy or IvyDE artifacts.<br 
class="xooki-br"/><br class="xooki-br"/>The bug will be fixed for Eclipse 
3.5.<br class="xooki-br"/><br class="xooki-br"/>The workaround is to remove the 
failing updatesite from the list of sites in the Update Manager. Then add it 
again (no need to restart Eclipse). You can now update Ivy or IvyDE 
successfully.<br class="xooki-br"/><br class="xooki-br"/>
             <hr/>
             <a href="?action=print">Printer Friendly</a>
                </div><!-- main -->


Reply via email to