> > This will be possible soon. Functionality is there, command line > > option is missing ATM. If you need it urgent, you can fix it in 10 > > minutes. > > Yes, it's on my TODO list, along with other CLI optimizations I > discussed with Vadim :-)
Seeing as this was my fault (I didn't add an option to Main.java when I split Main into Main and CocoonBean, patch applied by Vadim), I have done it now. There's now an option (-e), which allows you to switch off confirmation of extensions (-e false will switch it off, default is true to maintain existing functionality). I've also added an option to pre-load a class, so that the CLI can be used to generate database driven sites (-L <classname>). It can be repeated to allow the loading of more than one class. As soon as I can get my Cocoon system to work (see invalid config message), I'll test and post a patch to Bugzilla. I'd be interested to hear about these CLI optimizations you refer to. Regards, Upayavira