Currently I was using Ant with TestNG, please take note that when taskdef was missing in the code, the error is misleading.
<taskdef name="testng" classpathref="compilePath" classname="org.testng.TestNGAntTask" />
Below are the error generated:
I am writing this blog because I'm feeling bore. I make this blog as my personal development journal tracking my fault and mistake.
Currently I was using Ant with TestNG, please take note that when taskdef was missing in the code, the error is misleading.
<taskdef name="testng" classpathref="compilePath" classname="org.testng.TestNGAntTask" />
Below are the error generated:
No comments:
Post a Comment