Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.

Clean

This topic explains how you enter a command to clean your project prior to a build; for example, to delete cached items used for building the project so that the next build recreates from scratch.

In Java you might delete all Class files, .jar files and .war files in the project; Visual Studio projects, however, might issue a call to the Visual Studio Clean operation instead.

When you execute the Rebuild menu option on a script, the command you specify here is executed followed by the Build command.

Access    Analyzer | Execution Analyzer (Shift+F12) : New (Toolbar icon) > Build > Clean
                  Analyzer | Execution Analyzer (Shift+F12) : locate and double-click on required script > Build > Clean

Topics

Topic

Detail

See also

Usage

Enter the command to be executed when you select Clean from the script context menu.

 

 

Example

 
devenv.com /Clean Debug MyProject.sln

 
 

 

Learn more