This content has been marked as final.
Show 4 replies
-
1. Re: ARQUILLIAN CreateProcess error=206, The filename or extension is too long
bmajsak Apr 11, 2013 2:58 PM (in response to betty19)Can we assume it's resolved then?
-
2. Re: ARQUILLIAN CreateProcess error=206, The filename or extension is too long
betty19 Apr 11, 2013 4:20 PM (in response to bmajsak)Noo it s not ...
-
3. Re: ARQUILLIAN CreateProcess error=206, The filename or extension is too long
franklo Jun 19, 2013 4:23 PM (in response to betty19)Long path tool is the best solution for your problem. try it and solve your problem.
-
4. Re: ARQUILLIAN CreateProcess error=206, The filename or extension is too long
robert.panzer Jun 30, 2013 5:02 PM (in response to betty19)How do you setup the classpath?
Did you include all artifacts manually? (That must be a lot of work!)
I am using Apache Ivy to resolve the classpath in eclipse and the ant build.
With ant I get the same problem, that's why I write the classpath into the manifest of a teststarter.jar and include only that in the classpath. That helps when using ant based builds.
Kind regards,
Robert