Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

classpath with commas #272

Open
patriciaespada opened this issue Sep 3, 2012 · 2 comments
Open

classpath with commas #272

patriciaespada opened this issue Sep 3, 2012 · 2 comments

Comments

@patriciaespada
Copy link

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.

@cbeust
Copy link
Collaborator

cbeust commented Sep 3, 2012

Can you be more specific?

@patriciaespada
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants