<@U0B8ZP13Q>: I've started writing the ssh-plugin,...
# kobalt
e
@cedric: I've started writing the ssh-plugin, but I ran into an issue when I try to use it. I've written an extension function that extends Project (type safe builder pattern), so obviously I need an import for this function in the build file. When I try to run it though, this function is not on the classpath, so the build fails. I've declared the plugin like so:
val pl = plugins(file(homeDir("Projects/kobalt-ssh-plugin/kobaltBuild/libs/kobalt-ssh-plugin-0.1.jar")))
. Is that supposed to make sure the plugin is on the build path? I see how this works for plugins that are distributed with Kobalt, but not how it would work for "external plugins".