< Previous | Next >

Lesson 1.3: Adding files to your new Audit2007 project

In this lesson, you learn how to add files to your new Audit2007 project

In this lesson, add two new files to the Audit2007 project. The first file represents the design document and the second represents a SQL script needed in the implementation. You will create a new asset from this project and submit it and categorize in the Rational® Asset Manager repository.
  1. Right-click in the Navigator view, and click New > File. The New File wizard opens.
  2. Type a name for the new file: DesignDocument
  3. Click Finish. The new file opens in the editor.
  4. Type the following content in the file:

    This is a sample Design Document describing a fictional company's 2007 Audit tool. This tool is very complicated and was developed over 5 years. This document outlines the following three major parts.

    1. Part 1
    2. Part 2
    3. Part 3
  5. Save the file.
  6. Type a name for the new file: SQL_scripts
  7. Click Finish. The new file opens in the editor.
  8. Type the following content in the file:

    These are the sample SQL scripts needed in the application.

  9. Save the file.
  10. Verify that your workspace resembles the following screen capture:
Navigator view with updated content in the Audit2007 project.

Lesson checkpoint

You can now create any type of file in your project.

You learned how to perform the following tasks:
  • Creating new files in your projects
  • Modifying files in your workspace
< Previous | Next >