Skip to main content



      Home
Home » Archived » BIRT » org.eclipse.datatools.connectivity.oda.dataSource Extension
org.eclipse.datatools.connectivity.oda.dataSource Extension [message #132469] Fri, 17 February 2006 18:00 Go to next message
Eclipse UserFriend
Originally posted by: wpeterson.novell.com

--____WHBCGCKFGBOOYKBAZFVC____
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline; modification-date="Sat, 17 Feb 2006 09:00:21
-0700"

Is there a good example or document explaining how to use the "org.eclipse.=
datatools.connectivity.oda.dataSource" extension? So far I have looked a =
little at the FlatFileDriver, but it seems a little too complex to =
understand because it's also mixed with the "org.eclipse.datatools.connecti=
vity.connectionProfile" and "org.eclipse.ui.propertyPages" extensions =
which seems to have even less documentation.

Thanks for any help you can offer.
--____WHBCGCKFGBOOYKBAZFVC____
Content-Type: multipart/related; boundary="____BDASIJIFZAMJGKDOAELM____"


--____BDASIJIFZAMJGKDOAELM____
Content-Type: text/html; charset=windows-1252
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment; filename="Text.htm";
modification-date="Sat, 17 Feb 2006 09:00:21 -0700"

<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Diso-8859-1"=
>
<META content=3D"MSHTML 6.00.2900.2802" name=3DGENERATOR></HEAD>
<BODY style=3D"MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV>Is there a good example or document explaining how to use the =
"org.eclipse.datatools.connectivity.oda.dataSource" extension?&nbsp; So =
far I have looked a little at the FlatFileDriver, but it seems a little =
too complex to understand because it's also mixed with the "org.eclipse.dat=
atools.connectivity.connectionProfile" and "org.eclipse.ui.propertyPages" =
extensions which seems to have even less documentation.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks for any help you can offer.</DIV></BODY></HTML>
--____BDASIJIFZAMJGKDOAELM____--

--____WHBCGCKFGBOOYKBAZFVC____--
Re: org.eclipse.datatools.connectivity.oda.dataSource Extension [message #136187 is a reply to message #132469] Sun, 26 February 2006 13:48 Go to previous messageGo to next message
Eclipse UserFriend
This is a multi-part message in MIME format.

------=_NextPart_000_0013_01C63ADB.5B09B710
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

I have worked on my own ODA for a very custom data source. I used the =
flat file one as my base, and just rewrote the parts that needed to be =
redone. The UI part of birt itself, and the ODA part of the DTP =
project. birt also defines it's own ODA plugin which is literally just =
a wrapper to the DTP one. I ommited this step, and just did them =
directly.

I have 2 plugin projects to make it happen. The UI plugin depends on =
the driver one. =20

What exactly are you having issues with, I may be able to help?
"Will Peterson" <wpeterson@novell.com> wrote in message =
news:43F5F315.1D3B.0081.0@novell.com...
Is there a good example or document explaining how to use the =
"org.eclipse.datatools.connectivity.oda.dataSource" extension? So far I =
have looked a little at the FlatFileDriver, but it seems a little too =
complex to understand because it's also mixed with the =
"org.eclipse.datatools.connectivity.connectionProfile" and =
"org.eclipse.ui.propertyPages" extensions which seems to have even less =
documentation.

Thanks for any help you can offer.
------=_NextPart_000_0013_01C63ADB.5B09B710
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2900.2802" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY style=3D"MARGIN: 4px 4px 1px; FONT: 10pt Tahoma" =
bgColor=3D#ffffff>
<DIV><FONT face=3DArial>I have worked on my own ODA for a very custom =
data=20
source.&nbsp; I used the flat file one as my base, and just rewrote the =
parts=20
that needed to be redone.&nbsp; The UI part of birt itself, and the ODA =
part of=20
the DTP project.&nbsp; birt also defines it's own ODA plugin which is =
literally=20
just a wrapper to the DTP one.&nbsp; I ommited this step, and just did =
them=20
directly.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>I have 2 plugin projects to make it =
happen.&nbsp; The UI=20
plugin depends on the driver one.&nbsp; </FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>What exactly are you having issues with, I may =
be able to=20
help?</FONT></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"Will Peterson" &lt;<A=20
href=3D"mailto:wpeterson@novell.com">wpeterson@novell.com</A>&gt; =
wrote in=20
message <A=20
=
href=3D"news:43F5F315.1D3B.0081.0@novell.com">news:43F5F315.1D3B.0081.0@n=
ovell.com</A>...</DIV>
<DIV>Is there a good example or document explaining how to use the=20
"org.eclipse.datatools.connectivity.oda.dataSource" extension?&nbsp; =
So far I=20
have looked a little at the FlatFileDriver, but it seems a little too =
complex=20
to understand because it's also mixed with the=20
"org.eclipse.datatools.connectivity.connectionProfile" and=20
"org.eclipse.ui.propertyPages" extensions which seems to have even =
less=20
documentation.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks for any help you can =
offer.</DIV></BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_0013_01C63ADB.5B09B710--
Re: org.eclipse.datatools.connectivity.oda.dataSource Extension [message #136651 is a reply to message #136187] Mon, 27 February 2006 17:55 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wpeterson.novell.com

--____NIGFMZBPCWIEYDXJXGZH____
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline; modification-date="Tue, 27 Feb 2006 08:55:51
-0700"

Pierre,

Thanks for your response.

I am basally trying to build a data source / and set that talks to XML =
files and other files on the local file system. So it does seem that the =
Flat File driver would be a good starting point.

I'm just not clear on all what the extension point does. For example, I =
have been able to modify the flat-file plugin so that an additional data =
source "My Data Source" pops up when I use the "create new data source" in =
BIRT (right clicking on the datasources, etc). However, I don't get to =
configure any of the "parameters" (like hostname, filename, etc). So I'm =
not sure what extension point takes care of these parameters and so forth =
.... but it appears to be in the ...flatfile.ui plugin from what I can =
tell.

Also, I'm not sure if it's best to get the flatfile base from SVN or a =
nightly snapshot. The CVS would be nice because it would have the =
..project file and all that, but it does not seem to be the same. It has a =
dependancy on the com.ibm.icu plugin that I can't seem to find.
--____NIGFMZBPCWIEYDXJXGZH____
Content-Type: multipart/related; boundary="____OSPTUHBFFFPONPYOYMIU____"


--____OSPTUHBFFFPONPYOYMIU____
Content-Type: text/html; charset=windows-1252
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment; filename="Text.htm";
modification-date="Tue, 27 Feb 2006 08:55:51 -0700"

<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Diso-8859-1"=
>
<META content=3D"MSHTML 6.00.2900.2802" name=3DGENERATOR></HEAD>
<BODY style=3D"MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV>Pierre,</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks for your response.</DIV>
<DIV>&nbsp;</DIV>
<DIV>I am basally trying to build a data source / and set that talks to =
XML files and other files on the local file system.&nbsp; So it does seem =
that the Flat File driver would be a good starting point.</DIV>
<DIV>&nbsp;</DIV>
<DIV>I'm just not clear on all what the extension point does.&nbsp; For =
example, I have been able to modify the flat-file plugin so that an =
additional data source "My Data Source" pops up when I use the "create new =
data source" in BIRT (right clicking on the datasources, etc).&nbsp; =
However, I don't get to configure any of the "parameters" (like hostname, =
filename, etc).&nbsp; So I'm not sure what extension point takes care of =
these parameters and so forth ... but it appears to be in the ...flatfile.u=
i plugin from what I can tell.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Also, I'm not sure if it's best to get the flatfile base from SVN or =
a nightly snapshot.&nbsp; The CVS would be nice because it would have the =
..project file and all that, but it does not seem to be the same.&nbsp; It =
has a dependancy on the com.ibm.icu plugin that I can't seem to find.</DIV>=
</BODY></HTML>
--____OSPTUHBFFFPONPYOYMIU____--

--____NIGFMZBPCWIEYDXJXGZH____--
Re: org.eclipse.datatools.connectivity.oda.dataSource Extension [message #136727 is a reply to message #136651] Mon, 27 February 2006 19:44 Go to previous messageGo to next message
Eclipse UserFriend
This is a multi-part message in MIME format.

------=_NextPart_000_0013_01C63BD6.3F8CCCB0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

I got the flat file plugin source from CVS and it works fine for me. I =
used the latest release build when grabbing from CVS.

As for the extension points and so forth. I litterally, opened up the =
FlatFile plugin.xml from the data tools project, and created a new one =
based on the extension points defined in there. I also did the same for =
the UI by looking at the plugin.xml for the FlatFile UI from BIRT

As for setting the properties, those are defined as extension point =
properties for the driver plugin itself. =
org.eclipse.datatools.connectivity.oda.flatfile.plugin.xml defines HOME, =
CHARSET and INCLTYPELINE as properties.

"Will Peterson" <wpeterson@novell.com> wrote in message =
news:44032107.1D3B.0081.0@novell.com...
Pierre,

Thanks for your response.

I am basally trying to build a data source / and set that talks to XML =
files and other files on the local file system. So it does seem that =
the Flat File driver would be a good starting point.

I'm just not clear on all what the extension point does. For example, =
I have been able to modify the flat-file plugin so that an additional =
data source "My Data Source" pops up when I use the "create new data =
source" in BIRT (right clicking on the datasources, etc). However, I =
don't get to configure any of the "parameters" (like hostname, filename, =
etc). So I'm not sure what extension point takes care of these =
parameters and so forth ... but it appears to be in the ...flatfile.ui =
plugin from what I can tell.

Also, I'm not sure if it's best to get the flatfile base from SVN or a =
nightly snapshot. The CVS would be nice because it would have the =
..project file and all that, but it does not seem to be the same. It has =
a dependancy on the com.ibm.icu plugin that I can't seem to find.
------=_NextPart_000_0013_01C63BD6.3F8CCCB0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2900.2802" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY style=3D"MARGIN: 4px 4px 1px; FONT: 10pt Tahoma" =
bgColor=3D#ffffff>
<DIV><FONT face=3DArial>I got the flat file plugin source from CVS and =
it works=20
fine for me.&nbsp; I used the latest release build when grabbing from=20
CVS.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>As for the extension points and so forth.&nbsp; =
I=20
litterally, opened up the FlatFile plugin.xml from the data tools =
project, and=20
created a new one based on the extension points defined in there.&nbsp; =
I also=20
did the same for the UI by looking at the plugin.xml for the FlatFile UI =
from=20
BIRT</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>As for setting the properties, those are defined =
as=20
extension point properties for the driver plugin itself.=20
org.eclipse.datatools.connectivity.oda.flatfile.plugin.xml defines HOME, =
CHARSET=20
and INCLTYPELINE as properties.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"Will Peterson" &lt;<A=20
href=3D"mailto:wpeterson@novell.com">wpeterson@novell.com</A>&gt; =
wrote in=20
message <A=20
=
href=3D"news:44032107.1D3B.0081.0@novell.com">news:44032107.1D3B.0081.0@n=
ovell.com</A>...</DIV>
<DIV>Pierre,</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks for your response.</DIV>
<DIV>&nbsp;</DIV>
<DIV>I am basally trying to build a data source / and set that talks =
to XML=20
files and other files on the local file system.&nbsp; So it does seem =
that the=20
Flat File driver would be a good starting point.</DIV>
<DIV>&nbsp;</DIV>
<DIV>I'm just not clear on all what the extension point does.&nbsp; =
For=20
example, I have been able to modify the flat-file plugin so that an =
additional=20
data source "My Data Source" pops up when I use the "create new data =
source"=20
in BIRT (right clicking on the datasources, etc).&nbsp; However, I =
don't get=20
to configure any of the "parameters" (like hostname, filename, =
etc).&nbsp; So=20
I'm not sure what extension point takes care of these parameters and =
so forth=20
... but it appears to be in the ...flatfile.ui plugin from what I can=20
tell.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Also, I'm not sure if it's best to get the flatfile base from SVN =
or a=20
nightly snapshot.&nbsp; The CVS would be nice because it would have =
the=20
.project file and all that, but it does not seem to be the same.&nbsp; =
It has=20
a dependancy on the com.ibm.icu plugin that I can't seem to=20
find.</DIV></BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_0013_01C63BD6.3F8CCCB0--
Re: org.eclipse.datatools.connectivity.oda.dataSource Extension [message #137063 is a reply to message #136727] Tue, 28 February 2006 13:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wpeterson.novell.com

--____SCXPHDNVQOKGUTQLVLQF____
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline; modification-date="Wed, 28 Feb 2006 04:30:44
-0700"

Pierre,

OK, I realized half my problem ... I was using eclipse 3.1. I thought I =
had 3.2, but must have unzipped the wrong install.

So I imported the following plugins (into 3.2):
- org.eclipse.datatools.connectivity
- org.eclipse.datatools.connectivity.oda
- org.eclipse.datatools.connectivity.design
- org.eclipse.datatools.connectivity.oda.flatfile
- org.eclipse.datatools.connectivity.oda.profile

I got the flatfile to work, and even copied it to make my own plugin. =
Cool.

However, I'm NOT able to get the flatfile.ui stuff because of the =
following compile error:

Error The import org.eclipse.ui.internal.navigator cannot be resolved =
CommonContentProviderBase.java org.eclipse.datatools.connectivity.ui/src/or=
g/eclipse/datatools/connectivity/ui line 22

This is after adding the following plugins from CVS datatools:
- org.eclipse.datatools.connectivity.oda.flatfile.ui
- org.eclipse.datatools.connectivity.ui
- org.eclipse.datatools.connectivity
- org.eclipse.datatools.connectivity.design.ui
- org.eclipse.datatools.connectivity.oda.profile
- org.eclipse.datatools.connectivity.oda.design

Could you let me know what plugins you are importing? ... Both in the Data =
Tools Project and Birt. I have BIRT installed (2.0.1) under the plugins =
directory myself.

Thanks.
--____SCXPHDNVQOKGUTQLVLQF____
Content-Type: multipart/related; boundary="____SJGLGSBMYSCMYSMEYFOV____"


--____SJGLGSBMYSCMYSMEYFOV____
Content-Type: text/html; charset=windows-1252
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment; filename="Text.htm";
modification-date="Wed, 28 Feb 2006 04:30:44 -0700"

<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Diso-8859-1"=
>
<META content=3D"MSHTML 6.00.2900.2802" name=3DGENERATOR></HEAD>
<BODY style=3D"MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV>Pierre,</DIV>
<DIV>&nbsp;</DIV>
<DIV>OK, I realized half my problem ... I was using eclipse 3.1.&nbsp; I =
thought I had 3.2, but must have unzipped the wrong install.</DIV>
<DIV>&nbsp;</DIV>
<DIV>So I imported the following plugins (into 3.2):</DIV>
<DIV>- org.eclipse.datatools.connectivity</DIV>
<DIV>
<DIV>
<DIV>- org.eclipse.datatools.connectivity.oda</DIV>
<DIV>- org.eclipse.datatools.connectivity.design</DIV>- org.eclipse.datatoo=
ls.connectivity.oda.flatfile</DIV>
<DIV>
<DIV>- org.eclipse.datatools.connectivity.oda.profile</DIV>
<DIV>&nbsp;</DIV>
<DIV>I got the flatfile to work, and even copied it to make my own =
plugin.&nbsp; Cool.</DIV>
<DIV>&nbsp;</DIV>
<DIV>However, I'm&nbsp;NOT able to get the flatfile.ui stuff because of =
the following compile error:</DIV>
<DIV>&nbsp;</DIV>
<DIV>Error&nbsp;The import org.eclipse.ui.internal.navigator cannot be =
resolved&nbsp;CommonContentProviderBase.java&nbsp;or g.eclipse.datatools.con=
nectivity.ui/src/org/eclipse/datatools/connectivity/ui&n bsp;line 22<BR></DI=
V>
<DIV>This is after adding the following plugins from CVS datatools:</DIV>
<DIV>
<DIV>
<DIV>- org.eclipse.datatools.connectivity.oda.flatfile.ui</DIV>- org.eclips=
e.datatools.connectivity.ui</DIV>
<DIV>
<DIV>- org.eclipse.datatools.connectivity</DIV>
<DIV>- org.eclipse.datatools.connectivity.design.ui</DIV>
<DIV>
<DIV>- org.eclipse.datatools.connectivity.oda.profile</DIV>
<DIV>
<DIV>- org.eclipse.datatools.connectivity.oda.design</DIV>
<DIV>&nbsp;</DIV>
<DIV>Could you let me know what plugins you are importing? ... Both in the =
Data Tools Project and Birt.&nbsp; I have BIRT installed (2.0.1) under the =
plugins directory myself.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks.</DIV></DIV></DIV></DIV></DIV></DIV></DIV ></BODY></HTML>
--____SJGLGSBMYSCMYSMEYFOV____--

--____SCXPHDNVQOKGUTQLVLQF____--
Re: org.eclipse.datatools.connectivity.oda.dataSource Extension [message #137234 is a reply to message #137063] Tue, 28 February 2006 22:08 Go to previous message
Eclipse UserFriend
This is a multi-part message in MIME format.

------=_NextPart_000_0007_01C63CB3.90916CA0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

I essentially grabed every BIRT plugin but the Test ones from CVS as =
well as the org.eclipse.datatools.connectivity.oda and =
org.eclipse.datatools.connectivity.oda.flatfile plugins. Nothing else =
is in my workspace.

First goal is to make sure you can actually use the flatfile plugin =
within a BIRT report. Once you get that working you know you have =
everything you need.
"Will Peterson" <wpeterson@novell.com> wrote in message =
news:44043464.1D3B.0081.0@novell.com...
Pierre,

OK, I realized half my problem ... I was using eclipse 3.1. I thought =
I had 3.2, but must have unzipped the wrong install.

So I imported the following plugins (into 3.2):
- org.eclipse.datatools.connectivity
- org.eclipse.datatools.connectivity.oda
- org.eclipse.datatools.connectivity.design
- org.eclipse.datatools.connectivity.oda.flatfile
- org.eclipse.datatools.connectivity.oda.profile

I got the flatfile to work, and even copied it to make my own plugin. =
Cool.

However, I'm NOT able to get the flatfile.ui stuff because of the =
following compile error:

Error The import org.eclipse.ui.internal.navigator cannot be resolved =
CommonContentProviderBase.java =
org.eclipse.datatools.connectivity.ui/src/org/eclipse/datato ols/connectiv=
ity/ui line 22

This is after adding the following plugins from CVS datatools:
- org.eclipse.datatools.connectivity.oda.flatfile.ui
- org.eclipse.datatools.connectivity.ui
- org.eclipse.datatools.connectivity
- org.eclipse.datatools.connectivity.design.ui
- org.eclipse.datatools.connectivity.oda.profile
- org.eclipse.datatools.connectivity.oda.design

Could you let me know what plugins you are importing? ... Both in the =
Data Tools Project and Birt. I have BIRT installed (2.0.1) under the =
plugins directory myself.

Thanks.
------=_NextPart_000_0007_01C63CB3.90916CA0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2900.2802" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY style=3D"MARGIN: 4px 4px 1px; FONT: 10pt Tahoma" =
bgColor=3D#ffffff>
<DIV><FONT face=3DArial>I essentially grabed every BIRT plugin but the =
Test ones=20
from CVS as well as the org.eclipse.datatools.connectivity.oda and=20
org.eclipse.datatools.connectivity.oda.flatfile plugins.&nbsp; Nothing =
else is=20
in my workspace.</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>First goal is to make sure you can actually use =
the=20
flatfile plugin within a BIRT report.&nbsp; Once you get that working =
you know=20
you have everything you need.</FONT></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"Will Peterson" &lt;<A=20
href=3D"mailto:wpeterson@novell.com">wpeterson@novell.com</A>&gt; =
wrote in=20
message <A=20
=
href=3D"news:44043464.1D3B.0081.0@novell.com">news:44043464.1D3B.0081.0@n=
ovell.com</A>...</DIV>
<DIV>Pierre,</DIV>
<DIV>&nbsp;</DIV>
<DIV>OK, I realized half my problem ... I was using eclipse 3.1.&nbsp; =
I=20
thought I had 3.2, but must have unzipped the wrong install.</DIV>
<DIV>&nbsp;</DIV>
<DIV>So I imported the following plugins (into 3.2):</DIV>
<DIV>- org.eclipse.datatools.connectivity</DIV>
<DIV>
<DIV>
<DIV>- org.eclipse.datatools.connectivity.oda</DIV>
<DIV>- org.eclipse.datatools.connectivity.design</DIV>-=20
org.eclipse.datatools.connectivity.oda.flatfile</DIV>
<DIV>
<DIV>- org.eclipse.datatools.connectivity.oda.profile</DIV>
<DIV>&nbsp;</DIV>
<DIV>I got the flatfile to work, and even copied it to make my own=20
plugin.&nbsp; Cool.</DIV>
<DIV>&nbsp;</DIV>
<DIV>However, I'm&nbsp;NOT able to get the flatfile.ui stuff because =
of the=20
following compile error:</DIV>
<DIV>&nbsp;</DIV>
<DIV>Error&nbsp;The import org.eclipse.ui.internal.navigator cannot be =

=
resolved&nbsp;CommonContentProviderBase.java&nbsp;or g.eclipse.datatools.c=
onnectivity.ui/src/org/eclipse/datatools/connectivity/ui& ;nbsp;line=20
22<BR></DIV>
<DIV>This is after adding the following plugins from CVS =
datatools:</DIV>
<DIV>
<DIV>
<DIV>- org.eclipse.datatools.connectivity.oda.flatfile.ui</DIV>-=20
org.eclipse.datatools.connectivity.ui</DIV>
<DIV>
<DIV>- org.eclipse.datatools.connectivity</DIV>
<DIV>- org.eclipse.datatools.connectivity.design.ui</DIV>
<DIV>
<DIV>- org.eclipse.datatools.connectivity.oda.profile</DIV>
<DIV>
<DIV>- org.eclipse.datatools.connectivity.oda.design</DIV>
<DIV>&nbsp;</DIV>
<DIV>Could you let me know what plugins you are importing? ... Both in =
the=20
Data Tools Project and Birt.&nbsp; I have BIRT installed (2.0.1) under =
the=20
plugins directory myself.</DIV>
<DIV>&nbsp;</DIV>
=
<DIV>Thanks.</DIV></DIV></DIV></DIV></DIV></DIV></DIV ></BLOCKQUOTE></BODY=
></HTML>

------=_NextPart_000_0007_01C63CB3.90916CA0--
Previous Topic:how to deal with this problem?
Next Topic:dynamic condition sql of dataset
Goto Forum:
  


Current Time: Thu May 08 17:10:40 EDT 2025

Powered by FUDForum. Page generated in 0.05578 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top