On 1/30/08, Edward S <[EMAIL PROTECTED]> wrote: > I am using Cocoon 2.1.9 and whenever I do a build, it builds all the blocks > creating a total webapp size of around 70MB (incl. my components) > I wanted to know, is there a way to stop Cocoon from building all the > blocks? > I tried the local.blocks.properties and local.build.properties but when I > try to access the webapp, it gives me this error about not able to find some > classes in cocoon.xconf > > If I comment that line, it bombs at the next one. This really doesnt make > sense and i am sure there will be another better way of doing it. > > any help is deeply appreciated. > thanks > Ed.
I created a minimal Cocoon-2.1.10 with only the XSP block. Here are the current files. FILE: local.blocks.properties exclude.all.blocks=true include.block.jcr=false include.block.php=false include.block.portal-fw=false include.block.swf=false include.block.woody=false include.block.xsp=true FILE: local.build.properties ADDED exclude.webapp.samples=true exclude.webapp.test-suite=true exclude.deprecated=true [Did not change the remaining configuration.] Did you exclude everything in the build file? solprovider --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
