-
-
Notifications
You must be signed in to change notification settings - Fork 924
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
[Truffle] Testing JRuby against TruffleTCK to verify consistency with… #3063
Conversation
… other languages.
[Truffle] Testing JRuby against TruffleTCK to verify consistency with…
I don't think this is actually run by anything yet - we'll need to set up various CI systems to run them. What command did you use? |
When I do: |
<groupId>junit</groupId> | ||
<artifactId>junit</artifactId> | ||
<scope>test</scope> | ||
</dependency> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please make pom changes in pom.rb - the pom.xml are generated (and will get a big warning soon - waiting for a release for this)
The changes are likely to be
but I am not sure how to verify that. My build seems to be using pom.xml all the time. |
use mvn-3.3.x then it will pick the pom.rb over pom.xml. and there is mvn-3.2.x or older will pick the pom.xml, like IDEs, etc |
What is "TruffleTCK" ? |
… other languages.