Google might help: http://www.google.com/search?q=thrift%2Bmaven%2Bplugin
I have no experience with this plugin, nor thrift. HTH On Thu, Sep 12, 2013 at 12:32 PM, Yuen-Chi Lian <[email protected]> wrote: > > I'm using maven-antrun-plugin to execute a thrift shell command. I can > > compile one file per <exec> with <arg value="...path/to/file.thrift" />, > > but I would like to compile all .thrift files in a directory. How can I > do > > this? > > > > I tried using <arg value="...path/to/*.thrift" />, but Maven rejected > this > > syntax. > > > > I worked with Thrift (and just like you, using Ant-Run) but I don't > remember my setup anymore. This doesn't look like a Maven/Ant question but > whether thrift can understand your expression. > > From the Thrift homepage, it seems like the Thrift command consumes only 1 > Thrift file. > > -- > YC | about.me/yclian > > "A bit more curious, a lot more conscious." >
