This page describes how to generate a report for an Aptana project.
Introduction
Aptana Studio Pro provides you with to different reports that you can generate to obtain information about your web site projects:
- Standard Project Report - Displays a variety of information about files and file sizes in your project and lists the most recent edits to your project files.
- Assets Report - Lists all of the assets, such as .gif and .jpg files in your project.
These scripts were both created using Eclipse Monkey. If you want to create your own customized reports, you can use these scripts as examples and write an Eclipse Monkey script to create a new report. See Scripting with Eclipse Monkey for more information.
Instructions
To generate a project report:
- In your Project View, select the project that you want to generate the report for.
- From the Scripts menu, select Reporting > Standard Project Report or Assets Report (shown below).
Aptana generates an HTML page with your report and displays it in the preview window of your editor (shown below).