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

issue-149: check the minimum java version for runing testng #159

Merged
merged 2 commits into from Jul 28, 2015
Merged

issue-149: check the minimum java version for runing testng #159

merged 2 commits into from Jul 28, 2015

Conversation

missedone
Copy link
Collaborator

this PR is to fix #149 by checking the minimum java version before launching testng

@@ -40,6 +40,8 @@ TestNGMainTab.error.packagenotdefined=Package not specified
TestNGMainTab.error.methodnotdefined=Method not specified

TestNGLaunchConfigurationDelegate.error.invalidproject=Invalid project
TestNGLaunchConfigurationDelegate.error.novmrunner=No runtime VM runner for VM Install {0}
TestNGLaunchConfigurationDelegate.error.incompatiblevmversion=VM version {0} is invalid, Jave 1.7 or above is required for running TestNG.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo "Jave"

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed, thanks

cbeust added a commit that referenced this pull request Jul 28, 2015
issue-149: check the minimum java version for runing testng
@cbeust cbeust merged commit 9616464 into testng-team:master Jul 28, 2015
@missedone missedone deleted the issue/149 branch July 29, 2015 00:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Plugin declares ExecutionEnvironment J2SE-1.5, but needs Java7 because of testng.jar
3 participants