Step 14 - Eclipse IDE Plugin

Allatori can be easily used with Eclipse IDE:
  1. Copy allatori.jar to the eclipse/dropins folder;
  2. Right-click your project's name in Eclipse, choose Configure -> Add Allatori Builder in the popup menu (see screenshot);
  3. Clean rebuild the project, obfuscation process runs only on clean builds.

The default allatori.xml configuration file will be created in the project's root folder during the first run.

You can use ${eclipse-input} and ${eclipse-classpath} properties in the configuration file:

    <input>
        ${eclipse-input}
    </input>

    <classpath>
        ${eclipse-classpath}
    </classpath>

Step 13       Step 15       Contents