Resources

SAS® AppDev Studio 3.0 Developer's Site

Building a webAF Project

Before you can execute a webAF project, you must first build the project. Building a project enables webAF to generate needed files. Depending on the project type, building could include

There are three different ways to build a project:

When you build a project, webAF builds only what needs to be built. If a Java source file is more recent than its associated CLASS file, then that source file is rebuilt. Otherwise, the project continues to use the built class.

You can force webAF to build (or rebuild) all parts of the project by selecting Build [arrow] Rebuild All or by clicking the Rebuild All icon (Rebuild graphic) on the toolbar.

Project builds are performed by creating and using the Ant Tool. For more information, see the webAF online Help.