[EMAIL PROTECTED] wrote:
> hi,
> 
> I following the "How to build in plugin" to the point 
> 
> ant test 
> in the plugin directory.
> 
> I did not modify the index.xml template.
> 
> the result is the folowing.
> 
> validate-xdocs:
> Warning: catalogpath listing external catalogs will be ignored
> 
> BUILD FAILED
> D:\DATA\apache\apache-forrest-0.7\plugins\build.xml:329: The following 
> error occurred while executing this line:
> D:\DATA\apache\apache-forrest-0.7\main\targets\validate.xml:146: Could not 
> validate document D:\DATA\apache\apache-forrest-0.7\plu
> gins\divine.paul.forrest.plugin.input.csv\src\documentation\content\xdocs\index.xml
> 
> 
> any suggestion.

Please follow the instructions explicitly. It is so important
that i will repeat it here:
http://forrest.apache.org/howto/howto-buildPlugin.html#ant
<quote>
The following instructions rely heavily on Apache Ant to automate some
steps in the process. Since ant is distributed as part of Forrest,
all you need to do is add the ant executable directory to your system path.
The name of this directory is tools/ant/bin in your Forrest program
directory. (Alternatively you can prefix all calls to ant in the following
instructions with the full path of the ant binary directory.) Also clear
the ANT_HOME environment variable.

If instead you really want to use your own version of Ant, then you
will need to copy forrest/lib/core/xml-commons-resolver.jar to
$ANT_HOME/lib directory, otherwise your plugins will go across the
network to get the DTDs on every parse. 
</quote>