This wizard creates a new from an existing Java source folder and Ant build script. You
open the wizard by opening the New
Project wizard and selecting one of the following:
Java Project with Existing Ant Script template from the General category
Web Project with Existing Ant Script template from the Web category
EJB Module with Existing Ant Script template from the Enterprise category
In the EJB Sources page, you have to set the following properties:
Configuration Files Folder. Specifies the location of your deployment
descriptors and other configuration files. You must have at least a valid
ejb-jar.xml deployment descriptor to complete the wizard.
Resources Folder. Specifies the location where the IDE places server
resources files such as connection pool configuration files. The IDE automatically
generates these files to configure server resources when you deploy your project.
Server Type. Specifies the type of server you are deploying to. If
you specify the Sun Java System Application Server, the IDE generates server
resources files to automatically configure resources like connection pools.
If you are deploying to a different application server, select Generic Server.
J2EE Version. Specifies the J2EE specification level that your Ant
script compiles and runs against
Notes:
This page is applicable to the EJB Module with Existing Ant Script only.
The IDE does not convert deployment descriptors for unsupported application
servers to Sun Java System Application Server deployment descriptors. There are external
tools you can use for this purpose.