![]() ![]() ![]()
|
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
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. |