1.3. Compiling EasyBeans

In the root of the project (named easybeans by default), the command ant compile needs to be launched.

[Note]Note

The command ant -p could 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 last folder contains the generated classes.

ant clean is used to clean the generated classes.