-
Notifications
You must be signed in to change notification settings - Fork 811
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
WW-4638 - TestNG 6.9.10 dependency error #98
Conversation
I'm just wondering about those all merge commits, did you update your fork? |
I've got such an error when building locally:
|
And changing in |
On my end. [INFO] Installing /home/vns/workspace/struts/plugins/testng/target/struts2-testng-plugin-2.5.1-SNAPSHOT-sources.jar to /home/vns/.m2/repository/org/apache/struts/struts2-testng-plugin/2.5.1-SNAPSHOT/struts2-testng-plugin-2.5.1-SNAPSHOT-sources.jar also in the build was success: https://builds.apache.org/job/Struts-JDK7-pull-request/180/org.apache.struts$struts2-testng-plugin/ Yes, I updated the fork from master. Sorry about the update. the only file changed is the pom.xml. |
I'm using
and you? |
and this is related to outdated version of |
|
Sorry I compiled the wrong branch, I was able to duplicate the issue |
Uf... I thought I'm betting crazy ;-) |
NOp :) |
Here is the fix:
Should we update the version in the main pom??? |
Yes, please |
Maybe It is not a good idea because this test is failing and I don't have the clue about what is wrong. Do you know why?
|
test is too fast? |
Yep it was too fast; that fixed it. |
# Conflicts: # core/src/main/resources/template/xhtml/controlheader.ftl # core/src/main/resources/template/xhtml/styles.css
@lukaszlenart can you check please the result in jenkins because I am getting success build for Portlet here in my PC. But here it gets
|
It fails the same, I was trying many different things. I think we should move |
Oh, yes! We really should! |
I have moved portlet-app away from the core project, please update your PR, it should work now :) |
it is ready |
Fix dependency issue and update to 1.7 jdk