Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-releng] recent failure in 3.1 builds due to Dali?

David,

      This problem looks extremely simple to fix.  They raised the plugin
version ID of org.eclipse.jpt.db to 2.0.0.qualifier, but the range allowed
in org.eclipse.jpt.ui is [1.1.1, 2.0.0), which means up to, but not
including, 2.0.0.  The range allowed for org.eclipse.jpt.db in
org.eclipse.jpt.ui just needs to be tweaked.  (And it looks like this is
true for a lot of bundle ranges, not just jpt.db.)

FWIW,

- Carl Anderson
WTP programmer


                                                                       
             Trân Lê                                               
             <tran.le@oracle.c                                         
             om>                                                        To
             Sent by:                  Webtools releng discussion list 
             wtp-releng-bounce         <wtp-releng@xxxxxxxxxxx>        
             s@xxxxxxxxxxx                                              cc
                                                                       
                                                                   Subject
             08/19/2008 10:16          Re: [wtp-releng] recent failure in
             PM                        3.1 builds due to Dali?         
                                                                       
                                                                       
             Please respond to                                         
              Webtools releng                                          
              discussion list                                          
             <wtp-releng@eclip                                         
                  se.org>                                              
                                                                       
                                                                       




Dali dependencies and pre-reqs for org.eclipse.jpt.ui have not changed for
the last few months, nor have we changed the order of compilation.



David Williams wrote:
        The current 3.1 S builds are failing with this error message at the
      end.

      [build-wtp-dali] /home/shared/webtools/basebuilders/RC2_34/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.4.0.v20080522/scripts/genericTargets.xml:88:
 Bundle org.eclipse.jpt.ui_0.0.0 failed to resolve.:
      [build-wtp-dali]        Missing required plug-in
      org.eclipse.jpt.db_[1.1.1,2.0.0).

      Did the Dali team change dependancies? pre-reqs? Order of
      compilation?

      I haven't looked closely and realize a failure in 'dali' part of the
      build isn't necessarily from dali's code ... but, seems like a good
      place to start?



      _______________________________________________
      wtp-releng mailing list
      wtp-releng@xxxxxxxxxxx
      https://dev.eclipse.org/mailman/listinfo/wtp-releng
_______________________________________________
wtp-releng mailing list
wtp-releng@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-releng




Back to the top