Oracle® Fusion Middleware SmartUpgrade User's Guide 11g Release 1 (11.1.1) Part Number E15878-02 |
|
|
PDF · Mobi · ePub |
This appendix describes the output directories generated when you upgrade an application using SmartUpgrade.
By default, SmartUpgrade saves the generated artifacts to a series of directories on disk. If you are using Oracle JDeveloper, then the directories are relative to the project directory. If you are using the command-line interface, they are relative to the directory where you are running the command-line interface.
More specifically:
If you are using Oracle JDeveloper, then the output directories are by default under the /gen_src/
directory inside your new project directory. However, you can define a different location from the OC4J Artifacts page of the Java EE Upgrade wizard. The location is relative to the project directory where SmartUpgrade saves the upgrade report.
If you are using the SmartUpgrade command-line interface, the output directories are created in the upgrade directory inside the directory where you invoked the command-line tool.
Figure A-1 illustrates the organization of the output files on disk.
Table A-1 provides a description and purpose of the key directories that are generated.
Table A-2 describes the output directories specific to Web services artifact generation.
Figure A-1 Output Directories for Generated Artifacts
Table A-1 Summary of the SmartUpgrade Output Directories
Directory | Description |
---|---|
This directory contains the archive that represents the final output of the SmartUpgrade tool. In the case of the root directory (in the |
|
This directory contains the class files used to compile and generate the artifacts. |
|
This directory contains the source files used to compile and generate the artifacts. |
|
staging |
This is a directory used to stage the subcomponents of the application before archiving the entire application into the final directory within the root directory. |
static |
This directory contains static artifacts , such as data-source configuration files that are generated by SmartUpgrade. |
Table A-2 Summary of the Output Directories Specific to Web Services