Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Still don't see datatools and BIRT matching up


Ah .. yes, thanks John ... so much of my "build" process is automated, I forgot that new features are not automatically added to the callisto site.xml.
(they couldn't be, really, since its "authored" to get the special categories).

I'll fix this up this afternoon in the "master" documents.
.





jograham@xxxxxxxxxx
Sent by: cross-project-issues-dev-bounces@xxxxxxxxxxx

05/05/2006 10:42 AM

Please respond to
Cross project issues <cross-project-issues-dev@xxxxxxxxxxx>

To
Cross project issues <cross-project-issues-dev@xxxxxxxxxxx>
cc
cross-project-issues-dev@xxxxxxxxxxx, cross-project-issues-dev-bounces@xxxxxxxxxxx
Subject
Re: [cross-project-issues-dev] Still don't see datatools and        BIRT        matching up





David,

A couple of org.eclipse.datatools feature definitions are missing from the
staging/site.xml, though the feature definitions and plug-ins are on the
staging site. Using a local copy of the staging site, I first confirmed
that I could reproduce the error mentioned below. Next, I added the
following to site.xml:

 <feature id="org.eclipse.datatools.connectivity.oda.feature" patch="false
" url=""> features/org.eclipse.datatools.connectivity.oda.feature_0.9.0.200605021.jar
" version="0.9.0.200605021">
    <category name="Database Development"/>
 </feature>
 <feature id="org.eclipse.datatools.connectivity.oda.designer.feature"
patch="false" url=""> features/org.eclipse.datatools.connectivity.oda.designer.feature_0.9.0.200605021.jar
" version="0.9.0.200605021">
    <category name="Database Development"/>
 </feature>

And retested -- the error was corrected.

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



                                                                         
            David M Williams                                              
            <david_williams@u                                            
            s.ibm.com>                                                 To
            Sent by:                  cross-project-issues-dev@xxxxxxxxxx
            cross-project-iss         g                                  
            ues-dev-bounces@e                                          cc
            clipse.org                                                    
                                                                  Subject
                                      [cross-project-issues-dev] Still    
            05/05/2006 02:10          don't see datatools and BIRT        
            AM                        matching up                        
                                                                         
                                                                         
            Please respond to                                            
              Cross project                                              
                 issues                                                  
            <cross-project-is                                            
            sues-dev@eclipse.                                            
                  org>                                                    
                                                                         
                                                                         





Which in turn prevents TPTP updates from working!

As far as I can tell everyone't latest changes all appear to be there, and,
on the surface, seem correct ... but, still when, using the "/staging"
site, I can select BIRT, and "select required" (or, even select all of data
tools).
and see the following validation errors ... in the "show errors" dialog
box.

Requested operation cannot be performed because it would invalidate the
current configuration. See details for more information.
 Eclipse BIRT Report Designer Feature (2.1.0.N20060430-1302) requires
feature "org.eclipse.datatools.connectivity.oda.designer.feature (0.9.0)",
or later version.
 Eclipse BIRT Report Runtime Feature (2.1.0.N20060430-1302) requires
feature "org.eclipse.datatools.connectivity.oda.feature (0.9.0)", or later
version.
 Eclipse BIRT Example (2.1.0.N20060430-1302) requires feature
"org.eclipse.datatools.connectivity.oda.designer.feature (0.9.0)", or later
version.

John? Wenfeng? Sue Lee? I'm not sure where the problem is, but needs to be
fixed quick!  And FYI .... our Chinese collegues are on a national holidaty
this week, so, not sure how much or how often they are checking mail.
So, John, hopefully you can fix on your end.
If it helps .. don't forget you can test on your own machine ... just
having them all in development environment (birt and dtp) might make some
mismatch obvious.
And, dont' forget, you can test "locally"  by making an "update site" on
your own file system.

Hope this helps.
_______________________________________________
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