Domanda

How can I chain commands using maven ant-run-plugin? I want something simillar to this unix command chain:

find . | grep .xml | myCommand
È stato utile?

Soluzione

The concept in Ant which is the closer to pipelining in unix command line is FilterChains.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top