On Wed, Aug 25, 2010 at 01:51:29PM +1000, David Crossley wrote: > Brian M Dube wrote: > > > > Plugins with Java source are not currently being built due to r951789. > > > > With that change reverted and everything else current, it works for > > me. The change in r951789 was to fix some errors with forrestbot, but > > the context of the problem is now lost on me; so I don't know the > > appropriate solution. > > Wonder why it works properly for some people.
'ant clean' in a plugin directory does not remove the jar from that plugin's build directory. I had to manually delete the plugin's build directory at each iteration to find the svn revision that caused the issue (for me). Otherwise it looked like the plugin, dispatcher in this case, was being built correctly and it was not. Perhaps this allows some people to carry on without issue, while a fresh checkout will not build the plugin source. Brian