Hello everyone:
I am trying to generate javadoc for my java project use the visual cobol eclipseIDE(toolbar→project→Javadoc generation) and I also generate an javadoc ant file(.xml) at the same time.
When I tried to run the ant file by eclipseIDE, it just failed with java.lang.IllegalArgumentException. But, when I tried to run the ant file by command line like this:
ant -f myAntFile.xml, it totally works!
Is this a bug with eclipseIDE or some default settings? And by the way, I am using Visual Cobol 2.3.2 Windows eclipseIDE.
Hoping for your answer, sincerely.