Executes a .NET assembly that's on your PATH or pointed to directly by the executable attribute.
This task is an extension of Ant's exec task and supports all attributes and nested child elements of that task. Use the executable attribute to specify the name of the assembly (including the extension).
This task allows you to choose the .NET framework via the
vm
attribute. The default value is "microsoft" on
Windows and "mono" on all other platforms. "microsoft" is a magic
name that means "run the assembly as executable directly" - this
may also work for Mono on Linux systems with the binfmt feature
described in the Mono FAQ.
Copyright © 2003-2004 The Apache Software Foundation. All rights Reserved.