1.3. Compiling EasyBeans

To compile EasyBeans, launch the command ant compile in the root directory of the project (named easybeans by default) being launched.

[Note]Note

The command ant -p can be used to list the targets that are available.

Once the command has been run successfully, an output folder is created with a subfolder classes. This classes folder contains the generated classes.

ant clean is used to clean the generated classes.