You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/04/22 10:24:53 UTC

svn commit: r164193 - /forrest/trunk/main/var/pluginlist2fetch.xsl

Author: crossley
Date: Fri Apr 22 01:24:52 2005
New Revision: 164193

URL: http://svn.apache.org/viewcvs?rev=164193&view=rev
Log:
Improve readability of the message.

Modified:
    forrest/trunk/main/var/pluginlist2fetch.xsl

Modified: forrest/trunk/main/var/pluginlist2fetch.xsl
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/var/pluginlist2fetch.xsl?rev=164193&r1=164192&r2=164193&view=diff
==============================================================================
--- forrest/trunk/main/var/pluginlist2fetch.xsl (original)
+++ forrest/trunk/main/var/pluginlist2fetch.xsl Fri Apr 22 01:24:52 2005
@@ -53,22 +53,23 @@
                <xsl:attribute name="file"><xsl:value-of select="$plugin-dir"/><xsl:value-of select="$plugin-name" />.zip</xsl:attribute>
             </available>
             <fail unless="plugin.present">
-              Unable to download the 
-              "<xsl:value-of select="$plugin-name" />" plugin from 
-              <xsl:value-of select="plugin[@name=$plugin-name]/@url" />
-              There are a number of possible causes for this:
+  Unable to download the 
+  "<xsl:value-of select="$plugin-name" />" plugin
+  from <xsl:value-of select="plugin[@name=$plugin-name]/@url" />
+  There are a number of possible causes for this:
+
+  One possible problem is that you do not have write access to 
+  FORREST_HOME, in which case ask your system admin to install the 
+  required Forrest plugin as described below.
               
-              One possible problem is that you do not have write access to 
-              FORREST_HOME, in which case ask your system admin to install the 
-              required Forrest plugin as described below.
-              
-              A further possibility is that Forrest may be unable to connect to 
-              the plugin distribution server. Again the solution is to manually 
-              install the plugin.
-              
-              To manually install a plugin, download the plugin zip file from
-              <xsl:value-of select="plugin[@name=$plugin-name]/@url"/> and
-              extract it into to <xsl:value-of select="$plugin-dir"/><xsl:value-of select="$plugin-name" /></fail>
+  A further possibility is that Forrest may be unable to connect to 
+  the plugin distribution server. Again the solution is to manually 
+  install the plugin.
+  
+  To manually install a plugin, download the plugin zip file from
+  <xsl:value-of select="plugin[@name=$plugin-name]/@url"/> and
+  extract it into
+  <xsl:value-of select="$plugin-dir"/><xsl:value-of select="$plugin-name" /></fail>
             <echo>Plugin "<xsl:value-of select="$plugin-name" />" correctly installed.</echo>
          </target>
       </project>