Is there a way to pass ant command line options?
OK, I've search the forums and haven't found what I'm looking for.
I have a collection of custom ant taskes that get registered through the use of a buildlistener (avoids a multitude of ]]> elements). The build listener is registered on the command line using the -listener option.
Is there I way I can specify this option to the IDE integrated ant?
请先登录再写评论。
Ok, I've made some progress on this.
I've rolled my own version of ant that will add my projects build listener. However, based on the logging output available, it would seem the build started event is never called from ant integration of IDEA.
At any rate, I'm still looking into alternatives, but this looks like a good RFE to put in.