Author: hibou
Date: Thu Nov 27 08:29:14 2008
New Revision: 721228

URL: http://svn.apache.org/viewvc?rev=721228&view=rev
Log:
Add a note about running in java 5 when otimizing the updatesite

Modified:
    ant/ivy/core/trunk/doc/dev/updatesite.html

Modified: ant/ivy/core/trunk/doc/dev/updatesite.html
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/doc/dev/updatesite.html?rev=721228&r1=721227&r2=721228&view=diff
==============================================================================
--- ant/ivy/core/trunk/doc/dev/updatesite.html (original)
+++ ant/ivy/core/trunk/doc/dev/updatesite.html Thu Nov 27 08:29:14 2008
@@ -64,6 +64,8 @@
 
 The update site is optimized: the metadata of the features are aggregated into 
the digest.zip, and the jar of the plugins are compressed with a better 
algorithm.
 
+<b>Important note:</b> the following optimize tasks need to be run in <b>java 
5 jre</b>. The pack200 didn't existed before java 5 and the jar compressed with 
java 6 can not be uncompressed by some java 5 jre (at least the IBM one).
+
 To accomplish this task, just run at the root of your working copy of the 
updatesite:
 <ul>
 <li>For an <u>Ivy</u> release:


Reply via email to