On Friday, February 21, 2003, at 10:31 AM, Stefano Mazzocchi wrote:
Josema Alonso wrote:
Stupid me, I forgot the way properties go in command line. I'm so bad
at
syntax at times...
Please, forgive me.
The right way is:
build webapp -Dexclude.block.databases=yes
But this doesn't build either cause it stops at the jsp, php, python,
web3
blocks. I've tried then:
build
webapp -Dexclude.block.databases=yes -Dexclude.block.jsp=yes
-Dexclude.block
.php=yes -Dexclude.block.python=yes -Dexclude.block.web3=yes
But it doesn't work either. It seems it doesn't like more than three
properties in the command line as it is ignoring the last one and
stopping
when building web3 block. It doesn't mind if If I change the order of
the
properties, it always ignores the last one.
I'll keep on trying...
The intended way of removing blocks is to
1) copy blocks.properties -> local.blocks.properties
2) uncomment all the excludes
3) build
I've tried to remove the need for command line parameter passing.
Sorry Stefano, I don't understand what you mean here.
#exclude.webapp.documentation=true
#exclude.webapp.javadocs=true
#exclude.webapp.scratchpad=true
#exclude.webapp.samples=true
#exclude.webapp.libs=true
#exclude.scratchpad=true
#exclude.deprecated=true
these are not excluding individual 'blocks' ....
regards Jeremy