You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the tests are obtained by using split by comma, if in the classpath exists a comma, the classes can not be found.
I here by ask of you to please don't use split(",") and for example accept a separator as argument to bring some flexibility to the developers.
The text was updated successfully, but these errors were encountered:
Of course. If the name of my project is "Project, Test", then whenever I run my target ant that specifies the classpath in the testng tag the following error is thrown:
BUILD FAILED
C:\Projects\Project, Test\trunk\build\tests.xml:42: C:\Projects\Projects\Project, Test\trunk\target\classes does not exist.
Since the tests are obtained by using split by comma, if in the classpath exists a comma, the classes can not be found.
I here by ask of you to please don't use split(",") and for example accept a separator as argument to bring some flexibility to the developers.
The text was updated successfully, but these errors were encountered: