VjcTask.

Jcpa Property

Summary

Associate Java-language/COM package names.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Tasks
Containing Type
VjcTask

Syntax

[TaskAttribute("jcpa")]
public string Jcpa { get; set; }

Examples

Map package 'x' to namespace 'y':<vjc jcpa='x=y'/>

Remarks

Corresponds to the /jcpa:package=namespace and /jcpa:@filename flags.

See the Visual J# Reference for details.

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.

Value

Type Description
string The value of this property. must be package=namespace, @filename, or an empty string.