On Thu, 3 Jun 2004, Niclas Hedhman <[EMAIL PROTECTED]> wrote: > Q; I am working on a system (which may become the way of building in > Avalon), where the build system is built by Ant, and then Gump would > need to call a command-line util for the main build process instead > of Ant. I think that is possible, is it?
Probably using <script> instead of <ant> inside the descriptor. The worst case would mean you'd have to add a small shell/batch script wrapper over your command line invocation. I hope your tool will not use installed jars in any way ;-) Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
