David Crossley wrote:
> David Crossley wrote:
> > 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.
> 
> Yep this is the problem. I am still investigating
> it in head of trunk plugins/build.xml

Okay, fixed now in r528349. The dispatcher plugin has
been deployed again. Doing basic tests are working now
for me.

-David