[ http://jira.codehaus.org/browse/MSUREFIRE-23?page=comments#action_54913 ] 

Jesse Kuhnert commented on MSUREFIRE-23:
----------------------------------------

Yay! This is turning out to be a lot easier than I thought. 

Question: Does anything in the maven dependency runtime have the ability for me 
to optionally include one or another artifact depending on the jvm version 
running? I've basically got an issue where I have to either include the jdk14 
or jdk15 version of testng depending on the runtime. 

One solution that I came up with is bundling the core set of classes/interfaces 
for testng into a sort of testng-core artifact, and then force the user to 
specify which testng implementation they want to use. The surefire runtime 
would also report errors if more than one testng artifact impl was specified. 

I'm going to pass this along to cedric as well. 

> Support TestNG
> --------------
>
>          Key: MSUREFIRE-23
>          URL: http://jira.codehaus.org/browse/MSUREFIRE-23
>      Project: Maven 2.x Surefire Plugin
>         Type: New Feature

>     Reporter: mike perham

>
>
> Add support for running unit tests with TestNG.
> http://www.testng.org

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to