A simple application can be created and maintained in a single ProvideX project in Eclipse. This project can be checked in to a repository in a version control system to maintain a history of the modifications made to the application.
For this type of application, it is usually very easy to create a command that can be used to run the application from within the Eclipse environment. In many cases, all that is required is to execute a specific program directly.
The application may require that each program (or task) be selected from a menu system that ensures the proper environment has been established. In this case, a more complex command will be required to start the menu program and specify the task associated with the source file that was modified.
See the section Running ProvideX Programs for information about creating and configuring the commands to execute a program in a project.