Hi,
I have an ant script that has a javac task.
The javac task has executable parameter defined and fork="yes"
When I run the ant script from command line, it works fine.
But when I run a build using IBM RTC eclipse plugin, I get an error -
Error using compiler
What could be the issue?