Home
Overview
Available Tasks (General)
projectBuild
compileWorkspace
getJavacErrorCount
getProjectData
setDebugInfo
Available Tasks (J2EE)
AppClientExport
EARExport
UtilJar
WARExport
Available Tasks (EJB enabled tools only)
AccessBeanRegeneration
EJBDeploy
EJBExport
UtilJar

Description

DEPRECATED: The task was not removed in order to maintain compatibility with previous versions, but it will be removed in the future. It should no longer be required; the recommended approach is to use the application deployment descriptor editor to map Java projects to utility JARs. This task JARs up source and/or build output of a Java project and places the JAR file in an Enterprise Application Project.

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

Examples

<utilJar EARProjectName="EARProject" JavaProjectName="JProject" Jar="JProject.jar" IncludeSource="true"/>
Exports the project "JProject" with source files to "JProject.jar" and places the JAR file in EARProject.