Lumír Návrat
Lumír Návrat
I think that similar problem is with DATETIME. We are using 4.2.2 version and this changeset definition works well for us: ` ` and csv file with this sort of...
If it happens could be some payara, embeded mode or configuration problem? Because: I have local built of fork with merged #301 run on Wildfly in container managed mode and...
OK, but I tried now: 1. delete the module directories 2. remove it from org.eclipse.tycho\tycho-surefire\pom.xml 3. remove dependency from org.eclipse.tycho\tycho-surefire\tycho-surefire-plugin\pom.xml 4. mvn clean install whole tycho 5. mvn clean install...
> There shouldn't be such org.eclipse.tycho.surefire.junit59 . Basically, the org.eclipse.tycho.surefire.junit58 should still be used as it's fully compatible with junit 5.9. So you mean in duplicated class set in @Component...
> I think the very first step should be to provide an [integration-test](https://github.com/eclipse/tycho/wiki#providing-an-integration-test) to demonstrate the issue. Things are changing during time:). Do you think that C&P of org.eclipse.tycho\tycho-its\projects\surefire.junit56 is...
my project was able to build with it: ``` [INFO] --- tycho-surefire-plugin:3.0.0-SNAPSHOT:test (default-test) @ de.ids.acos.et.shared.tests --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME...
PR #1276 created. ECA I have signed. but the rest about IP I didn't fully understood. It is new for me since last contribution to this project. (It was in...
@mickaelistria could you probably port it to 2.7.x too? now it is for 3.0.0-SNAPSHOT
Hi, it is same as was in past with when I add new provider to thi plugin too (5.6 or 5.7): ```[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:2.7.4:test (default-test) on project...
PR #1276 is merged to master