Monitoring build running from within Eclipse
Enable Ant monitoring
- Start Eclipse
- Open your project
- Use "Run | External Tools" in the main menu to open the "External Tools Configurations..." dialog
- Select your "Ant Build" configuration
- Select the "JRE" tab
- Add the following to the "VM arguments" field:
_ONE_AGENT_
_A_
_TWO_AGENTS_
- If this configuration runs on a 64-bit JVM:
_A_64_
- If this configuration runs on a 32-bit JVM:
_A_32_
_END_AGENTS_
- Start Eclipse
- Open your project
- Use "Run | Run Configurations..." in the main menu to open the "Run Configurations..." dialog
- Select your "Gradle Project" configuration
- Select the "Arguments" tab
- Add the following to the "JVM Arguments":
_ONE_AGENT_
_A_
_TWO_AGENTS_
- If this configuration runs on a 64-bit JVM:
_A_64_
- If this configuration runs on a 32-bit JVM:
_A_32_
_END_AGENTS_
- Start Eclipse
- Open your project
- Use "Run | External Tools" in the main menu to open the "External Tools Configurations..." dialog
- Select your "Gradle (STS) Build" configuration
- Select the "Arguments" tab
- Specify the following non-default JVM arguments in the "JVM args" section:
_ONE_AGENT_
_A_
_TWO_AGENTS_
- If this configuration runs on a 64-bit JVM:
_A_64_
- If this configuration runs on a 32-bit JVM:
_A_32_
_END_AGENTS_
- Start Eclipse
- Open your project
- Use "Run | Run Configurations..." in the main menu to open the "Run Configurations..." dialog
- Select your "Maven Build" configuration
- Select the "JRE" tab
- Add the following to the "VM arguments":
_ONE_AGENT_
_A_
_TWO_AGENTS_
- If this configuration runs on a 64-bit JVM:
_A_64_
- If this configuration runs on a 32-bit JVM:
_A_32_
_END_AGENTS_