Ross Gardler wrote:
> Thorsten Scherler wrote:
> >Hi all,
> >
> >I tried to release the dispatcher plugins that they are downloadable to
> >drop the need for local deploy.
> >
> >However:
> >BUILD FAILED
> >...
> >/home/thorsten/src/apache/forrest-trunk/plugins/build.xml:413: srcdir
> >"/home/thorsten/src/apache/forrest-trunk/plugins/org.apache.forrest.plugin.input.projectInfo/src/java"
> > does not exist!
> >
> >Why does that not exist?
> 
> It does exist in the plugin template, so the only reason it can't exist 
> in your plugins is that you either deleted it or did not use the template.
> 
> >Why do I need this anyway?
> 
> It is used for (you guessed it) java files, but also for DTD catalogs.

Actually the DTDs and other schema are in resources/schema

> The ant script could be modified to allow the build to continue if it is 
> not present.

Yep.

We need to enhance the description at
http://forrest.apache.org/pluginDocs/plugins_0_80/pluginInfrastructure.html

-David