Shall we remote main.Groovy? or is this going to be the entry point for modules in the future?
On Wed, Jan 5, 2011 at 5:53 AM, Pid <[email protected]> wrote: > On 1/4/11 10:53 PM, msacks wrote: >> At this point, Main.Groovy doesn't actually appear to be serving any >> functional purpose. >> I do see config = new ConfigSlurper().parse(new >> File('kittyConfig.groovy')).toString() >> which appears to be parsing a configuration to be passed to >> CmdShell.groovy, but it doesn't look like this is being done at the >> moment. >> >> Can someone confirm? > > Yes, I can confirm that. > > The main method in CmdShell is the one being called to start up Kitty. > > > p >
