You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a java maven project with spock tests. The tests are located in src/test/groovy. We used to be able to run these tests in Eclipse with org.codehaus.groovy.m2eclipse_2.9.2.xx-201604081629-e45 installed. When we updated this plugin to org.codehaus.groovy.m2eclipse_2.9.2.xx-201607251752-e45 no longer we can run the tests. Today I've noticed that the problem is even when running Update Maven Project action (Alt+F5). Whenever the action is ran the source folder src/test/groovy disappears from the classpath.
The text was updated successfully, but these errors were encountered:
@jjurkiewicz I believe I fixed this yesterday. The class path entries needed to be touched during the update. I saw the same add and remove toggling for both arc/main/groovy and arc/test/groovy during testing.
We have a java maven project with spock tests. The tests are located in src/test/groovy. We used to be able to run these tests in Eclipse with org.codehaus.groovy.m2eclipse_2.9.2.xx-201604081629-e45 installed. When we updated this plugin to org.codehaus.groovy.m2eclipse_2.9.2.xx-201607251752-e45 no longer we can run the tests. Today I've noticed that the problem is even when running Update Maven Project action (Alt+F5). Whenever the action is ran the source folder src/test/groovy disappears from the classpath.
The text was updated successfully, but these errors were encountered: