Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-dev] Update ICETests

ICE Devs, 

I have updated the ICETests repo to remove all bison-related files and replace them with moose_test files. You will need to update your ICETests to get your builds to pass. The latest in next gets rid of references to the bison files and replaces it with the moose_test files. 

As for master, I have merged those bison-related changes from next and committed it locally. However, I can’t get master to build to check that the changes are good. Is anyone else having trouble building master? I’ve been away from ICE development for awhile, maybe I missed something. Here’s the error 

ERROR] Cannot resolve target definition:
[ERROR]   Software being installed: org.eclipse.swtbot.eclipse.feature.group 2.3.0.201506081302
[ERROR]   Software being installed: org.eclipse.swtbot.eclipse.feature.group 2.4.0.201604200752
[ERROR]   Only one of the following can be installed at once: [org.eclipse.swtbot.eclipse.feature.jar 2.4.0.201604200752, org.eclipse.swtbot.eclipse.feature.jar 2.3.0.201506081302]
[ERROR]   Cannot satisfy dependency: org.eclipse.swtbot.eclipse.feature.group 2.3.0.201506081302 depends on: org.eclipse.swtbot.eclipse.feature.jar [2.3.0.201506081302]
[ERROR]   Cannot satisfy dependency: org.eclipse.swtbot.eclipse.feature.group 2.4.0.201604200752 depends on: org.eclipse.swtbot.eclipse.feature.jar [2.4.0.201604200752]

This is early on when it tries to resolve the EAVP-next repo.

Alex




Back to the top