Ok. I think I got it working (for the most part). I had to apply the JavaPlugin instead of the JavaBasePlugin. This allows me to take advantage of the JavaPlugin's SourceSets.
I'm running into an issue where the JavascriptCompile task is evaluated - meaning I can see it printed in the tasks list and I see it's name when I run 'gradle build', however I don't see it actually being executed. I have a println in the compile method, but I don't see the println in the output. The source can be viewed here: http://bazaar.launchpad.net/~elberry/+junk/JavascriptLibPlugin/files If anyone wants to checkout the source, you can use Bazaar and: bzr branch lp:~elberry/+junk/JavascriptLibPlugin I'll be moving it to a proper project as soon as I can get the compile method executing. Any help here would be greatly appreciated. Thanks for any help, Eric -- Learn from the past. Live in the present. Plan for the future. Blog: http://www.townsfolkdesigns.com/blogs/elberry jEdit <http://www.jedit.org> - Programmer's Text Editor Bazaar <http://bazaar.canonical.com> - Version Control for Humans
