| As Carl said, that project was moved it it's own repository.  As for
    the actual error, you probably need to add the Orbit p2 repository
    to the build as well. 
 
 http://download.eclipse.org/tools/orbit/downloads/drops/R20120119162704/repository
If you add that as a P2 repository to your Tycho build, tycho should
    search that as well. 
 Dave
 
 
 On 05/01/2012 12:21 PM, Thanh Ha wrote:
 Hi
      Everyone,
      
 I'm running into some build issues with the build related to a
      missing version of com.ibm.icu
 
 Missing requirement: org.eclipse.wst.rdb.core 1.1.214.qualifier
      requires 'bundle com.ibm.icu [3.4.4,3.7.0)' but it could not be
      found
 
 
 I had a look in the repository I'm using to pull this in
      http://download.eclipse.org/eclipse/updates/4.2milestones and
      noticed it only has the 4.4.2 version.
 
 
 I discovered if I bump this version in all the files that complain
      about it to use the 4.4.2 version I eventually run into the same
      kind of issues with other bundles as well.
 
 
 I took a look at the commit logs for the datatools module and
      noticed it was last updated in 2008. I suspect I may be pulling in
      an old version from cvs. Has the datatools project moved? If so
      where can I get the more recent version?
 
 
 Thanks,
 
 
 
 Thanh
 _______________________________________________
 wtp-releng mailing list
 wtp-releng@xxxxxxxxxxx
 https://dev.eclipse.org/mailman/listinfo/wtp-releng
 
 
 |