Parameters
Attribute | Description | Required |
---|---|---|
EARProjectName | Name of the Enterprise Application Project (case sensitive) | Yes |
JavaProjectName | Name of the Java Project (case sensitive) | Yes |
Jar | EAR relative path of the JAR file | Yes |
IncludeSource | Whether to include the source files of the Java Project | No, default is false |
Overwrite | Whether to overwrite if the file already exists | No, default is false |
Examples
<utilJar EARProjectName="EARProject" JavaProjectName="JProject" Jar="JProject.jar" IncludeSource="true"/>