Unable to locate Ant builder/deployer and jee-library .jar files

198 Views Asked by At

I have downloaded an iFix (6.1.0.02.20150520-1015) for Worklight Server and Worklight Studio but I could not locate the below files.

  • worklight-ant-builder.jar
  • worklight-ant-deployer.jar
  • worklight-jee-library.jar
1

There are 1 best solutions below

6
On BEST ANSWER

These files are extracted to the destination you specified during the installation process when using the IBM Installation Manager. So that would be: WL_INSTALL_DIR.

You will need to use the Ant builder and deployer .jar files for when generating and building/deploying your project's .war, .wlapp and .adapter files.

The JEE library .jar file is used by the installation Ant task script in order to update the server with it.

These are .jar files and are the same files you would use in any operating system; you can copy them where ever you'd like to.

For more information see this user documentation topic: http://www-01.ibm.com/support/knowledgecenter/SSZH4A_6.1.0/com.ibm.worklight.installconfig.doc/install_config/t_ov_server_install.html