Brian M Dube wrote:
> 
> The same steps produce the same error on Linux. However, it appears the 
> scope is not limited to the dispatcher. Any plugin that provides Java 
> source will fail. Plugins in trunk are built in $FOO_PLUGIN/build, where 
> the compiled code will end up. This is not the case with RC1. With RC1, 
> the plugins end up in $FORREST_HOME/build/plugins in source form. They 
> are never built.

Good detective work Brian. Thanks.

Perhaps the Ant target "deploy" target, that makes
the plugin available for download, does not pack
the built jar into the zip file.

Thanks again for your valuable input.

-David