This wizard help you export resources from the workbench.
When the Export Wizard first comes up, you must choose what type of export to do:
If you choose this option, you will export files to the file system.
Option |
Description |
Default |
---|---|---|
select resources to export |
The project (and resources within that project) to export to the file system. |
The project holding the selected resource |
Select Types... |
Dialog to select which file types to export. Use this to restrict the import to only certain file types. |
N/A |
Select All |
Export files of all types that are listed in the recognized file types (see Select Types...) |
N/A |
Deselect All |
Uncheck all resources. |
N/A |
Directory | The directory on the file system into which the resources will be exported. Type the path or Browse to select a path. | The folder holding the selected resource |
Overwrite existing files without warning | Determines whether exporting a resource should silently overwrite a resource which already exists in the file system. If this option is off, you will be prompted before a given file is overwritten, in which case you can either overwrite the file, skip it, or cancel the export. | Off |
Create directory structure for files |
Create hierarchy (folder) structure in the file system as it exists in the workbench. |
Off |
If you choose this option, you will export files to an archive (zip) file.
Option |
Description |
Default |
---|---|---|
select resources to export |
The project (and resources within that project) to export to an archive. |
The project holding the selected resource |
Select Types... |
Dialog to select which file types to export. Use this to restrict the import to only certain file types. |
N/A |
Select All |
Export files of all types that are listed in the recognized file types (see Select Types...) |
N/A |
Deselect All |
Uncheck all resources. |
N/A |
Zip File | The path and name of an archive file into which the resources will be exported. Type the path or Browse to select a path and file name on the file system. | The folder holding the selected resource |
Overwrite existing file without warning | If the specified archive already exists in the file system, you will be prompted to overwrite the file. If you do not want to be prompted turn this option on. | Off |
Create directory structure for files |
Create hierarchy (folder) structure in the archive file as required to store the zip file. |
On |
Compress the contents of the file | Compresses the contents (resources selected to be exported) in the archive that is created. | On |
If you choose this option, you will export files to an JAR file.
Option |
Description |
Default |
---|---|---|
select packages to export |
The project (and packages within that project) to export to a JAR file. |
The project holding the selected resource |
Export generated class files and resources |
Export the generated bytecodes (.class files) and resource files contained in the selected packages and projects. |
On |
Export java source files and resources |
Export the java source files (.java) and resource files contained in the selected packages and projects. |
Off |
Jar File | The path and name of a JAR file into which the resources will be exported. Type the path or Browse to select a path and file name on the file system. | The folder holding the selected resource |
Compress the contents of the JAR file | Compresses the contents (resources selected to be exported) in the JAR file that is created. | On |
Overwrite existing files without warning |
If the specified JAR file already exists on the file system, you will be prompted to overwrite the file. If you do not want to be prompted turn this option on. |
Off |