Hello, Another attempt. Plugin sources copied into buildSrc dir of the project that want to use it, the project was attempted to build. Plugin was automatically built, but the project fails with the same as above: "Could not find property 'org' on root project ..."
Now this seems to be really strange. gradle handles buildSrc without problem. It produces the plugin jar. Expectedly it finds and puts it on the root project's classpath (at least no reason to think otherwise). The target project's build however can not see it. Could someone show/tell me a working plugin example that implements Plugin java class and distributed as jar for other projects? Is there a way to see what classpath is seen by gradle when starting execution of a script? Thanks! Zsolt -- View this message in context: http://old.nabble.com/custom-plugin%27s-class-is-not-found-tp26801277p26826158.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
