[ 
https://issues.apache.org/jira/browse/BUILDR-439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12884198#action_12884198
 ] 

Antoine Toulme commented on BUILDR-439:
---------------------------------------

>From the testNG doc (http://testng.org/doc/documentation-main.html):

You can also put the command line switches in a text file, say c:\command.txt, 
and tell TestNG to use that file to retrieve its parameters:

C:> more c:\command.txt
-d test-output testng.xml
C:> java org.testng.TestNG @c:\command.txt


> "The command line is too long" when running TestNG tests
> --------------------------------------------------------
>
>                 Key: BUILDR-439
>                 URL: https://issues.apache.org/jira/browse/BUILDR-439
>             Project: Buildr
>          Issue Type: Bug
>          Components: Test frameworks
>    Affects Versions: 1.3.5
>         Environment: JRuby 1.4.1 on Win7
>            Reporter: Tammo van Lessen
>            Assignee: Antoine Toulme
>             Fix For: 1.4.1
>
>
> When running a huge bunch of TestNG test cases (e.g. in the ODE build), 
> buildr creates a command line command that is too long for Windows/JRuby.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to