Tim Williams wrote: > I've followed the Plugin-How-to and gotten to the point of testing. > When I run "ant test" it fails out at the "configure-cocoon" target > saying MyPluginName\conf not found. Any idea where I may have gone > astray?
My guess is that this comes from the xpatch task at main/targets/plugins.xml line 388 Doing 'svn blame plugins.xml' shows that this was added recently r231210. I wonder if it expects a conf directory, even if it is empty. The Plugin Infrastructure doc shows that there is supposed to be a conf directory. Perhaps the pluginTemplate is missing it. -David
