Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dtp-dev] Feature version and update site

Hi Anthos,

When you run UM in this case, is it to do a first install of the Oracle
Extras? If so, then you have to define a new search site in UM ("new
feature" rather than "update to existing feature").  On the surface the
site.xml and feature def below looks fine, but there are other things that
can go wrong in UM.

Regards,
John Graham
Eclipse Data Tools Platform PMC Chair
Staff Software Engineer, Sybase, Inc.
http://dataplat.blogspot.com/



                                                                           
             Anil Samuel                                                   
             <anil.samuel@orac                                             
             le.com>                                                    To 
             Sent by:                  dtp-dev@xxxxxxxxxxx                 
             dtp-dev-bounces@e                                          cc 
             clipse.org                                                    
                                                                   Subject 
                                       [dtp-dev] Feature version and       
             06/12/2007 12:00          update site                         
             AM                                                            
                                                                           
                                                                           
             Please respond to                                             
              DTP development                                              
               mailing list                                                
             <dtp-dev@eclipse.                                             
                   org>                                                    
                                                                           
                                                                           




Hi

I have the following feature.xml and site.xml; Update manager fails to
list the feature in the Search Results dialog during update if I use a
version such as 1.0.453 for the feature in the feature.xml and site.xml
below. Any thoughts ?

<?xml version="1.0" encoding="UTF-8"?>
<feature
       id="oracle.dbtools.extras"
       label="Oracle DTP Extras Feature"
       version="1.0.0"
       provider-name="www.oracle.com">
/>

<?xml version="1.0" encoding="UTF-8"?>
<site>
    <description url="http://../dtp/";>
       Update Site for Oracle DTP plug-ins
    </description>
    <feature url="features/oracle.dbtools.extras_1.0.0.jar"
id="oracle.dbtools.extras" version="1.0.0">
       <category name="Oracle DTP Extras"/>
    </feature>
    <category-def name="Oracle DTP Extras" label="Oracle DTP Extras
Plugin"/>
</site>

Regards
Anthos
_______________________________________________
dtp-dev mailing list
dtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dtp-dev





Back to the top