On Tue, Apr 14, 2015 at 1:35 PM, Chris Barlock wrote:

> I have the following Ant script:
...
>             <arg value="${srcDir}/protobuf/asf/*.proto"/>

Glob expansion is a shell function, hence the error you are getting
since the file "*.proto" does not exist.

Have a look at <apply>.  It supports filesets.

--ewh

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to