I'm developing a quite big software for Android in Java (using Eclipse and ADT).
To support my development, I made an own command-line tool that does the following:
What the command-line tool does isn't relevant, its output is merely standard Java code (i.e. it's a code generator).
I would like that this command-line tool is automatically called during the build process. In other words, I want that when I'm finished with the manual coding and start the build process (e.g. by clicking "Run..."), the following happens:
I'm pretty sure I have to add this program as a "Program" via to the Builder list of the project (see the attached screenshot). My questions:
You are on the right track, and it will work fine given these conditions: