Author: hibou
Date: Tue Oct 13 12:19:37 2009
New Revision: 824716

URL: http://svn.apache.org/viewvc?rev=824716&view=rev
Log:
IVYDE-202 : add some doc about integration of IvyDE in WTP in the RAD product 
(thanks to Jon Schneider and Ivica Loncar)

Modified:
    ant/ivy/ivyde/trunk/doc/cpc/wtp.html

Modified: ant/ivy/ivyde/trunk/doc/cpc/wtp.html
URL: 
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/cpc/wtp.html?rev=824716&r1=824715&r2=824716&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/doc/cpc/wtp.html (original)
+++ ant/ivy/ivyde/trunk/doc/cpc/wtp.html Tue Oct 13 12:19:37 2009
@@ -32,6 +32,22 @@
 
 This has been successfully tested with Eclipse 3.3 and WTP 2.0, Eclipse 3.4 
and WTP 3.0.
 
+<h1>IBM Rational Application Developer (RAD) 7.5.3+</h1>
+
+Users of RAD 7.5.3 will notice that the classpath container is not listed in 
the table.  RAD prevents the deployment of classpath containers by default.  To 
allow this behavior, selection Windows -> Preferences -> Java EE.  Check "Allow 
loose classpath module dependencies".  RAD will present you with a warning 
message.  To enable the behavior, you need to check the option again in the 
popup and click Yes.
+
+<center><img src="../images/rad_jee_page.jpg"/></center>
+
+<b>Note:</b> due to a bug in RAD 7.5.3, this IBM specific property is not 
persisted when we close the workbench and reopen it. To work around this:
+<ul>
+<li>export RSA preferences ( File -> Export: General -> Preferences)</li>
+<li>open exported .epf file and replace
+/instance/org.eclipse.jst.j2ee/org.eclipse.jst.j2ee.preferences.allowClasspathDep=false
+with
+/instance/org.eclipse.jst.j2ee/org.eclipse.jst.j2ee.preferences.allowClasspathDep=true</li>
+<li>load modified epf</li>
+</ul>
+
 </textarea>
 <script type="text/javascript">xooki.postProcess();</script>
 </body>


Reply via email to