Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Cannot install Birt using theEuropaUpdate site

Nick,

Your guess is close ---

The site.xml on the staging area matches what we expect for DTP, but
site.xml on the "live" Europa location (
http://download.eclipse.org/releases/europa/site.xml ) is different. There
are a number of DTP features missing:

- <feature id="org.eclipse.datatools.enablement.oda.feature" patch="false"
url="
features/org.eclipse.datatools.enablement.oda.feature_1.0.0.200612201.jar"
version="1.0.0.200612201">
    <category name="Database Development" />
  </feature>
 - <feature id="org.eclipse.datatools.enablement.oda.designer.feature"
 patch="false" url="
 features/org.eclipse.datatools.enablement.oda.designer.feature_1.0.0.200612201.jar
 " version="1.0.0.200612201">
       <category name="Database Development" />
  </feature>
- <feature id="org.eclipse.datatools.doc.user" patch="false" url="
features/org.eclipse.datatools.doc.user_1.0.0.200612211.jar" version="
1.0.0.200612211">
    <category name="Database Development" />
  </feature>
- <feature id="org.eclipse.datatools.intro" patch="false" url="
features/org.eclipse.datatools.intro_1.0.0.200612151.jar" version="
1.0.0.200612151">
    <category name="Database Development" />
  </feature>
- <feature id="org.eclipse.datatools.sdk.feature" patch="false" url="
features/org.eclipse.datatools.sdk.feature_1.0.0.200612201.jar" version="
1.0.0.200612201">
    <category name="Database Development" />
  </feature>

The first two of which would be the cause of problems for BIRT.

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



                                                                       
             "Nick Boldt"                                              
             <codeslave@xxxxxx                                         
             .com>                                                      To
             Sent by:                  "Cross project issues"          
             cross-project-iss         <cross-project-issues-dev@eclipse.o
             ues-dev-bounces@e         rg>                             
             clipse.org                                                 cc
                                                                       
                                                                   Subject
             02/14/2007 07:37          Re: [cross-project-issues-dev]  
             PM                        Cannot install Birt using       
                                       theEuropaUpdate site            
                                                                       
             Please respond to                                         
               Cross project                                           
                  issues                                               
             <cross-project-is                                         
             sues-dev@eclipse.                                         
                   org>                                                
                                                                       
                                                                       




Is it possible that the features listed on the Europa site different
from those on the datatools site? It's easy to compare them...

http://download.eclipse.org/releases/europa/staging/site.xml
http://download.eclipse.org/datatools/updates/site.xml or
http://download.eclipse.org/datatools/updates/site-byProject.xml

If you're missing features in the Europa version, you can update that
file in CVS and ask Bjorn to respin it.

Nick

On 2/14/07, Linda Chan <LChan@xxxxxxxxxxx> wrote:
>
>
>
>
> Adam,
>
> It should have worked based on the matching rules defined for the related
> features dependency.
>
>
> One observation that I was told is that the current Europa site is M4
based
> code, which has DTP 1.0 as it was released.  Also, it's not clear what
the
> consistency of the site is, given that there was a lot of patching
attempts
> to put it together.  If possible, please wait until Europa M5 completes
and
> try again.
> Linda
>
>
>  ________________________________
>  From: cross-project-issues-dev-bounces@xxxxxxxxxxx on
> behalf of Carbone, Adam
> Sent: Wed 2/14/2007 12:46 PM
> To: Cross project issues
> Subject: [cross-project-issues-dev] Cannot install Birt using the
> EuropaUpdate site
>
>
>
> Clean install of Eclipse 3.3.M5
>
> - Go to UM "Find new features to install"
> - Select the Europa Discovery Site and Eclipse Update site
> - Choose Charting and Reporting
> - Click Select Required.
> Error Details:
>
> Requested operation cannot be performed because it would invalidate the
> current configuration. See details for more information.
>   Eclipse BIRT Report Designer Feature (2.2.0.v20061218-Z5eg0_76OraoqbP)
> requires feature
> "org.eclipse.datatools.enablement.oda.designer.feature
> (1.0.0)", or later version.
>   Eclipse BIRT Report Runtime Feature (2.2.0.v20061219------A10bcrmzxH)
> requires feature
> "org.eclipse.datatools.enablement.oda.feature (1.0.0)", or
> later version.
> If I include the Data Tools Update Site Directly at
> (http://download.eclipse.org/datatools/updates) then I am
> able to select required.
>
>
>
>
>
>
> _______________________________________________
> cross-project-issues-dev mailing list
> cross-project-issues-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
>
>
_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev





Back to the top