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:351: Following
error occured while executing this line
/home/thorsten/src/apache/forrest-trunk/main/targets/plugins.xml:390:
Following error occured while executing this line
/home/thorsten/src/apache/forrest-trunk/main/targets/plugins.xml:407:
Following error occured while executing this line
/home/thorsten/src/apache/forrest-trunk/main/targets/plugins.xml:344:
Following error occured while executing this line
/home/thorsten/src/apache/forrest-trunk/main/targets/plugins.xml:360:
Following error occured while executing this line
/home/thorsten/src/apache/forrest-trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/build/tmp/pluginlist2fetchbuild.xml:11:
 Following error occured while executing this line
/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.

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

Ross