Community
Participate
Working Groups
Build Identifier: M-3.2.3-20110105054130 The JUnit org.eclipse.jst.j2ee.dependency.tests.testStandaloneWebUtilDependency fails quite often when verifying dependencies. The problem seems to be that the method DependencyCreationUtil.createWebLibDependency(saWeb, util) does not wait for the component file to be updated. Reproducible: Sometimes
Created attachment 186536 [details] Wait for component file updates This patch makes the method DependencyCreationUtil.createProjectDependency to wait for the jobs that updates the component file to finish in case a webLibDep is created (because this type of dependency updates the component file)
approve
Committed to R3_2_maintenance and HEAD for WTP 3.2.3 and WTP 3.3 M5