Question

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

find . | grep .xml | myCommand
Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top