You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

dotnetexec.html 1.2 KiB

1234567891011121314151617181920212223242526272829303132
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Language" content="en-us"></meta>
  4. <title>DotNetExec Task</title>
  5. </head>
  6. <body>
  7. <h2><a name="dotnetexec">DotNetExec</a></h2>
  8. <h3>Description</h3>
  9. <p>Executes a .NET assembly that's on your PATH or pointed to
  10. directly by the executable attribute.</p>
  11. <p>This task is an extension of Ant's <a
  12. href="http://ant.apache.org/manual/CoreTasks/exec.html">exec</a>
  13. task and supports all attributes and nested child elements of that
  14. task. Use the executable attribute to specify the name of the
  15. assembly (including the extension).</p>
  16. <p>This task allows you to choose the .NET framework via the
  17. <code>vm</code> attribute. The default value is "microsoft" on
  18. Windows and "mono" on all other platforms. "microsoft" is a magic
  19. name that means "run the assembly as executable directly" - this
  20. may also work for Mono on Linux systems with the binfmt feature
  21. described in the <a
  22. href="http://www.go-mono.org/faq.html#q86">Mono FAQ</a>.</p>
  23. <hr/>
  24. <p align="center">Copyright &copy; 2003 Apache Software Foundation. All rights Reserved.</p>
  25. </body>
  26. </html>