CmdrDats
CmdrDats
The `class-loader-of` is quite fundamental (and it's a pull request I actually made to Bukkit for the clj-minecraft plugin :) ), All the plugins need to live under the same...
Cool, thanks for looking into this - I'm definitely leaning towards providing a direct function in clojure for specifying the defaults so that the config.yml doesn't even exist in either...
Ye, I'd imagine that if a resource exists in cljminecraft, it would always shadow an existing resource in a different plugin since I believe it uses the classloader to find...
Another thing to check is if you have two children plugins, they should be able to call each other's functions :) Or at least the one child plugin should be...
hehe - via using the ns declaration as you would any other clojure library :)
Ye, you should include memorystone in your lein deps :) On Tue, Dec 4, 2012 at 12:59 PM, basicsensei [email protected]: > do I need to include memorystone into leiningen deps...
Just call your 'test' method something other than test :D On Tue, Dec 4, 2012 at 1:10 PM, basicsensei [email protected]: > I got a few of these > > 12:07:54...
Cool, that's awesome - I had taken a similar route to this before implementing the class-loader-of, but nothing this thorough - if you clean up the code and make a...
Hehe, I just pulled in everything - I reckon we can clean up as we go along, less pain than trying to manage individual commits or cherry picking, especially for...
Looking at the current state of Spout and it looks like implementing this right now may be premature since they are in the process of scrapping SpoutPlugin and SpoutCraft entirely,...