NAnt SDK Documentation - v0.92

VjcTask.Jcpa Property

Associate Java-language/COM package names.

[Visual Basic]
<TaskAttribute(Name:="jcpa", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property Jcpa As String
[C#]
[TaskAttribute(Name="jcpa", Required=False, ExpandProperties=True, ProcessXml=True)]
public string Jcpa {get; set;}

Property Value

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

Remarks

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

See the Visual J# Reference for details.

Example

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

See Also

VjcTask Class | NAnt.DotNet.Tasks Namespace