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.
--
Stefano Mazzocchi <[EMAIL PROTECTED]>
Pluralitas non est ponenda sine necessitate [William of Ockham]
--------------------------------------------------------------------