Compiles JScript.NET programs.
For a list of all members of this type, see JscTask Members.
System.Object
NAnt.Core.Element
NAnt.Core.Task
NAnt.Core.Tasks.ExternalProgramBase
NAnt.DotNet.Tasks.CompilerBase
NAnt.DotNet.Tasks.JscTask
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Compile helloworld.js
to helloworld.exe
.
<jsc target="exe" output="helloworld.exe" debug="true"> <sources> <include name="helloworld.js" /> </sources> </jsc>
Namespace: NAnt.DotNet.Tasks
Assembly: NAnt.DotNetTasks (in NAnt.DotNetTasks.dll)
JscTask Members | NAnt.DotNet.Tasks Namespace