| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
| <html lang="en"> |
| <head> |
| <meta name="copyright" content= |
| "Copyright (c) IBM Corporation and others 2000, 2012. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page."> |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
| <meta http-equiv="Content-Style-Type" content="text/css"> |
| <link rel="STYLESHEET" href="../book.css" charset="ISO-8859-1" type="text/css"> |
| <title>Export wizard</title> |
| <script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js" type="text/javascript"></script> |
| </head> |
| <body bgcolor="#FFFFFF"> |
| <h1 class="Head">Export wizard</h1> |
| <p class="Para">This wizard help you export resources from the Workbench.</p> |
| <p class="Para">When the <a class="command-link" href= |
| 'javascript:executeCommand("org.eclipse.ui.file.export")'><img src="PLUGINS_ROOT/org.eclipse.help/command_link.svg" |
| alt="command link"> <b>Export wizard</b></a> first comes up, you must choose what type of export to do. To assist in |
| locating a particular wizard, the text field can be used to show only the wizards that match the entered text.</p> |
| <p class="Para"><img src="../images/Image264_export_sel.png" alt="Export selection page" border="0"></p> |
| <div class="Topic"> |
| <h2>Ant Buildfiles</h2> |
| <p class="Head">Generates Ant buildfiles based on the configuration of the Java projects.</p> |
| <p><img src="../images/Image266_export_ant.png" alt="ant buildfile export" border="0"></p> |
| <table border="1" cellspacing="0"> |
| <caption> |
| Export - Ant Buildfiles Options |
| </caption> |
| <thead> |
| <tr> |
| <th rowspan="1" colspan="1"> |
| <p class="Para">Option</p> |
| </th> |
| <th rowspan="1" colspan="1"> |
| <p class="Para">Description</p> |
| </th> |
| <th rowspan="1" colspan="1"> |
| <p class="Para">Default</p> |
| </th> |
| </tr> |
| </thead> |
| <tbody> |
| <tr> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Select the projects to use to generate the buildfiles</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">The project (and resources within that project) to use to generate the buildfiles.</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Java projects selected.</p> |
| </td> |
| </tr> |
| <tr> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Select All</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Check all resources for export.</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">N/A</p> |
| </td> |
| </tr> |
| <tr> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Deselect All</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Uncheck all resources.</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">N/A</p> |
| </td> |
| </tr> |
| <tr> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Check projects for Ant compatibility</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Check if the source directories of the projects have cycles or if there are dependencies |
| between them that do not conform with the classpath order and therefore functional Ant buildfiles cannot be |
| created.</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">On</p> |
| </td> |
| </tr> |
| <tr> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Create target to compile project using Eclipse compiler</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Add an Ant target to the buildfile that will compile the project using the Eclipse |
| compiler.</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">On</p> |
| </td> |
| </tr> |
| <tr> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Name for Ant buildfile</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">The name to use for the generated Ant buildfile.</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">build.xml</p> |
| </td> |
| </tr> |
| <tr> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">JUnit output directory</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">The name of the directory where the generated JUnit reports are placed after the build.</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">junit</p> |
| </td> |
| </tr> |
| </tbody> |
| </table> |
| </div> |
| <div class="Topic"> |
| <h2>Archive File</h2> |
| <p class="Head">Choose this option to export files to an archive file.</p> |
| <p><img src="../images/Image266_export_zip.png" alt="ZIP file export" border="0"></p> |
| <table border="1" cellspacing="0"> |
| <caption> |
| Export - Archive File Options |
| </caption> |
| <thead> |
| <tr> |
| <th rowspan="1" colspan="1"> |
| <p class="Para">Option</p> |
| </th> |
| <th rowspan="1" colspan="1"> |
| <p class="Para">Description</p> |
| </th> |
| <th rowspan="1" colspan="1"> |
| <p class="Para">Default</p> |
| </th> |
| </tr> |
| </thead> |
| <tbody> |
| <tr> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Select resources to export</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">The project (and resources within that project) to export to an archive.</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">The project holding the selected resource</p> |
| </td> |
| </tr> |
| <tr> |
| <td colspan="1"> |
| <p class="Para">Filter Types...</p> |
| </td> |
| <td colspan="1"> |
| <p class="Para">Dialog to select which file types to export. Use this to restrict the export to only |
| certain file types.</p> |
| </td> |
| <td colspan="1"> |
| <p class="Para"><i>N/A</i></p> |
| </td> |
| </tr> |
| <tr> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Select All</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Check off all resources for export.</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para"><i>N/A</i></p> |
| </td> |
| </tr> |
| <tr> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Deselect All</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Uncheck all resources.</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para"><i>N/A</i></p> |
| </td> |
| </tr> |
| <tr> |
| <td colspan="1">Archive File</td> |
| <td colspan="1">The path and name of an archive file into which the resources will be exported. Type the |
| path, select a previous path from the drop down list, or Browse to select a path and file name on the file |
| system.</td> |
| <td colspan="1">The archive file of the previous export, or <blank>.</td> |
| </tr> |
| <tr> |
| <td colspan="1">Zip file</td> |
| <td colspan="1">Export the file in zip format</td> |
| <td colspan="1">true</td> |
| </tr> |
| <tr> |
| <td colspan="1">Tar file</td> |
| <td colspan="1">Export the file in tar format</td> |
| <td colspan="1">true</td> |
| </tr> |
| <tr> |
| <td colspan="1">Compress the contents of the file</td> |
| <td colspan="1">Compresses the contents (resources selected to be exported) in the archive that is |
| created.</td> |
| <td colspan="1">On</td> |
| </tr> |
| <tr> |
| <td colspan="1">Overwrite existing file without warning</td> |
| <td colspan="1">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.</td> |
| <td colspan="1">Off</td> |
| </tr> |
| <tr> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Create directory structure for files</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Create hierarchy (folder) structure in the file system as it exists in the Workbench.</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Off</p> |
| </td> |
| </tr> |
| <tr> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Create only selected directories</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Create hierarchy (folder) structure in the file system only for selected folders.</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">On</p> |
| </td> |
| </tr> |
| </tbody> |
| </table> |
| </div> |
| <div class="Topic"> |
| <h2>File System</h2> |
| <p class="Head">If you choose this option, you will export files to the file system.</p> |
| <p class="Head"><img src="../images/Image265_export_file.png" alt="Export file system" border="0"></p> |
| <p class="Head"></p> |
| <table border="1" cellspacing="0"> |
| <caption> |
| Export - File System Options |
| </caption> |
| <thead> |
| <tr> |
| <th rowspan="1" colspan="1"> |
| <p class="Para">Option</p> |
| </th> |
| <th rowspan="1" colspan="1"> |
| <p class="Para">Description</p> |
| </th> |
| <th rowspan="1" colspan="1"> |
| <p class="Para">Default</p> |
| </th> |
| </tr> |
| </thead> |
| <tbody> |
| <tr> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Select resources to export</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">The project (and resources within that project) to export to the file system.</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">The project holding the selected resource</p> |
| </td> |
| </tr> |
| <tr> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Filter Types...</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Dialog to select which file types to export. Use this to restrict the export to only |
| certain file types.</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para"><i>N/A</i></p> |
| </td> |
| </tr> |
| <tr> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Select All</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Checks off all resources for export.</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para"><i>N/A</i></p> |
| </td> |
| </tr> |
| <tr> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Deselect All</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Uncheck all resources.</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para"><i>N/A</i></p> |
| </td> |
| </tr> |
| <tr> |
| <td colspan="1">Directory</td> |
| <td colspan="1">The directory on the file system into which the resources will be exported. Type the path, |
| select a previous export path from the drop down list, or Browse to select a path.</td> |
| <td colspan="1">The directory of the last export, or <blank></td> |
| </tr> |
| <tr> |
| <td colspan="1">Overwrite existing files without warning</td> |
| <td colspan="1">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.</td> |
| <td colspan="1">Off</td> |
| </tr> |
| <tr> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Create directory structure for files</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Create hierarchy (folder) structure in the file system as it exists in the Workbench.</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Off</p> |
| </td> |
| </tr> |
| <tr> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Create only selected directories</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Create hierarchy (folder) structure in the file system only for selected folders.</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">On</p> |
| </td> |
| </tr> |
| </tbody> |
| </table> |
| </div> |
| <h2>Preferences</h2> |
| <p class="Head">Export preferences to the local file system.</p> |
| <p><img src="../images/Image266_export_preferences.png" alt="Preferences export wizard" width="470" height="550" |
| border="0"></p> |
| <table border="1" cellspacing="0"> |
| <caption> |
| Export - Preference Options |
| </caption> |
| <thead> |
| <tr> |
| <th rowspan="1" colspan="1"> |
| <p class="Para">Option</p> |
| </th> |
| <th rowspan="1" colspan="1"> |
| <p class="Para">Description</p> |
| </th> |
| <th rowspan="1" colspan="1"> |
| <p class="Para">Default</p> |
| </th> |
| </tr> |
| </thead> |
| <tbody> |
| <tr> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Export All</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Export all of the preferences in this session.</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para"><checked></p> |
| </td> |
| </tr> |
| <tr> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Choose specific preferences to export</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Select preferences from this session to export.</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para"><disabled></p> |
| </td> |
| </tr> |
| <tr> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Select All</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Select all of the available preferences.</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para"></p> |
| </td> |
| </tr> |
| <tr> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Deselect All</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Clear all of the available preferences.</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para"></p> |
| </td> |
| </tr> |
| <tr> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">To preference file</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">A file on the file system to store the preferences. Type the file, select a previous export |
| file from the drop down list, or Browse to select a file.</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para"><blank></p> |
| </td> |
| </tr> |
| <tr> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Overwrite existing files without warning</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Overwrite a pre-existing file.</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para"><unchecked></p> |
| </td> |
| </tr> |
| </tbody> |
| </table> |
| <div class="Topic"> |
| <h2>Team Project Set</h2> |
| <p class="Head">Exports a description of the repository and version control information for a set of projects. This |
| allows you to synchronize those projects correctly in a different workspace.</p> |
| <p class="Head"><img src="../images/Image268_export_team.png" alt="Export team project set page" border="0"></p> |
| <p class="Head"></p> |
| <table border="1" cellspacing="0"> |
| <caption> |
| Export - Team Project Set Options |
| </caption> |
| <thead> |
| <tr> |
| <th rowspan="1" colspan="1"> |
| <p class="Para">Option</p> |
| </th> |
| <th rowspan="1" colspan="1"> |
| <p class="Para">Description</p> |
| </th> |
| <th rowspan="1" colspan="1"> |
| <p class="Para">Default</p> |
| </th> |
| </tr> |
| </thead> |
| <tbody> |
| <tr> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">Select projects</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">The project(s) to export to the team project set file.</p> |
| </td> |
| <td rowspan="1" colspan="1" valign="top" align="left"> |
| <p class="Para">The selected projects</p> |
| </td> |
| </tr> |
| <tr> |
| <td colspan="1"> |
| <p class="Para">File name</p> |
| </td> |
| <td colspan="1"> |
| <p class="Para">The path and name of the file to export to.</p> |
| </td> |
| <td colspan="1"> |
| <p class="Para"><blank></p> |
| </td> |
| </tr> |
| </tbody> |
| </table> |
| </div> |
| <h3 class="related">Related tasks</h3><a href= |
| "PLUGINS_ROOT/org.eclipse.jdt.doc.user/reference/ref-export-jar.htm">JAR Export Wizard</a><br> |
| <a href="PLUGINS_ROOT/org.eclipse.jdt.doc.user/reference/ref-export-javadoc.htm">Export Javadoc Wizard</a> |
| </body> |
| </html> |