The sections below include notes on using a workspace of up to V8 in workbench of current version, and notes on importing and using a project of up to V8.
JAR package build tool settings
JAR package build tools for up to V8 are no longer provided. To create EJB JAR files, use the EJB JAR Export wizard.
Using JAR package build tools, resources to be contained in JAR could be specified one at a time. However, in the EJB JAR Export wizard, this specification is not inherited. If resources have been specified to be contained in a JAR file using a JAR package build tool, modify the deployment of resources as shown below.
Migrate resources that you do not want to include in the JAR file to a location other than the source folder. Additionally, migrate resources that you want to include in the JAR file to the source folder. The EJB JAR Export wizard archives resources in the source folder to a JAR file.
If you want to use your own manifest file, save it as (source-folder)/META-INF/MANIFEST.MF.
The IDL compiler build tool of up to V8 is not provided in current version for Java projects. Even if a project of up to V8 uses the IDL compiler build tool, IDL compilation is not performed during build in current version. If you want to perform IDL compilation, then add an IDL compiler (idlc.exe) as an external build tool to the builders of the project.