I know this is known error but still I put it here as it could be helpful.
Task cannot continue because ECJ is not installed.
ECJ was automatically installed.
Please rerun your task. Total time: 1 second
If you get above error in your IDE, just follow below steps to resolve it.
Task cannot continue because ECJ is not installed.
ECJ was automatically installed.
Please rerun your task. Total time: 1 second
If you get above error in your IDE, just follow below steps to resolve it.
- In Eclipse, Go To Window --> Preferences --> Ant -> Runtime
- Select "Ant Home Entries (Default)"
- Add External JAR (
ecj.jar
) from your plugin-sdk->lib folder - Ant should now be able to compile from your
build.xml