Author: rgardler
Date: Fri Jun 17 13:52:04 2005
New Revision: 191196
URL: http://svn.apache.org/viewcvs?rev=191196&view=rev
Log:
use {version.name} in error report in order to work around a bug that prevents {plugin.name}
being set when Forrest is called from ANT
Modified:
forrest/trunk/main/targets/plugins.xml
Modified: forrest/trunk/main/targets/plugins.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/targets/plugins.xml?rev=191196&r1=191195&r2=191196&view=diff
==============================================================================
--- forrest/trunk/main/targets/plugins.xml (original)
+++ forrest/trunk/main/targets/plugins.xml Fri Jun 17 13:52:04 2005
@@ -84,7 +84,7 @@
ERROR
=====
-Unable to retrieve the ${plugin.name} plugin.
+Unable to retrieve the ${versioned.name} plugin.
There may be more information about the reason for this in output
above. The usual cause is that Forrest has been unable to download
the plugin descriptor file that indicates where this plugin is to be
|