Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » DTP » M1 Iteration 3 build available
M1 Iteration 3 build available [message #4145] Fri, 28 October 2005 21:00 Go to next message
Eclipse UserFriend
Originally posted by: jograham.sybase.com

The next DTP M1 iteration build (M1.102805.zip) is now available on the
DTP downloads page.

Deliverables include:

> Corrected the problem with the "Test Connection" button in the Connection
Profile wizard
> Added a snapshot of the Data Source Explorer (DSE) to the build

You should now be able to connect, disconnect, and ping in DSE connections
made through the Generic JDBC driver template and connection profile.
While there is no content for each connected database displayed in the DSE
(at this time), we feel that this added functionality will help the
community follow the progress toward M1. Note that some testers have
reported an issue where the "Databases" category does not appear in DSE,
even though the "Show Categories" button is selected. We've heard that
unselecting and then re-selecting the button makes the categories appear.
We were not able to reproduce this issue, so it might not be a real bug.

Regards,
John Graham
Eclipse Data Tools Platform PMC
Staff Software Engineer
Sybase, Inc.
Re: M1 Iteration 3 build available [message #4215 is a reply to message #4145] Sat, 29 October 2005 14:14 Go to previous messageGo to next message
Haris Peco is currently offline Haris PecoFriend
Messages: 1072
Registered: July 2009
Senior Member
John,
I try it and 'Test connection' and 'Connect' work now
it work when database not started or doesn't exists ever or
when i type wrong connection data
i have database category without contents

John Graham wrote:

> The next DTP M1 iteration build (M1.102805.zip) is now available on the
> DTP downloads page.
>
> Deliverables include:
>
>> Corrected the problem with the "Test Connection" button in the Connection
> Profile wizard
>> Added a snapshot of the Data Source Explorer (DSE) to the build
>
> You should now be able to connect, disconnect, and ping in DSE connections
> made through the Generic JDBC driver template and connection profile.
> While there is no content for each connected database displayed in the DSE
> (at this time), we feel that this added functionality will help the
> community follow the progress toward M1. Note that some testers have
> reported an issue where the "Databases" category does not appear in DSE,
> even though the "Show Categories" button is selected. We've heard that
> unselecting and then re-selecting the button makes the categories appear.
> We were not able to reproduce this issue, so it might not be a real bug.
>
> Regards,
> John Graham
> Eclipse Data Tools Platform PMC
> Staff Software Engineer
> Sybase, Inc.
Re: M1 Iteration 3 build available [message #4285 is a reply to message #4215] Sun, 30 October 2005 21:47 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jograham.sybase.com

Peco,

Looks like some code got missed out during a merge. We'll look into this
and update the current iteration build as soon as we have a resolution.
Sorry about the confusion.

Regards,
John Graham
Eclipse Data Tools Platform PMC
Re: M1 Iteration 3 build available [message #4355 is a reply to message #4285] Mon, 31 October 2005 01:27 Go to previous messageGo to next message
Haris Peco is currently offline Haris PecoFriend
Messages: 1072
Registered: July 2009
Senior Member
John,
plugin org.eclipse.datatools.connectivity.oda have wrong
manifest (plugin.xml) in cvs
jars in build tab are nested
John Graham wrote:

> Peco,
>
> Looks like some code got missed out during a merge. We'll look into this
> and update the current iteration build as soon as we have a resolution.
> Sorry about the confusion.
>
> Regards,
> John Graham
> Eclipse Data Tools Platform PMC
Re: M1 Iteration 3 build available [message #4425 is a reply to message #4355] Mon, 31 October 2005 18:10 Go to previous messageGo to next message
Linda ChanFriend
Messages: 845
Registered: July 2009
Senior Member
Haris,

>> plugin org.eclipse.datatools.connectivity.oda have wrong manifest
(plugin.xml) in cvs
jars in build tab are nested

Not sure what you meant here.
I'd verified that the ODA plugin.xml file in CVS has the correct version, and
its build tab looks fine to me. Can you please elaborate? And which version
of Eclipse IDE are you using?

Linda


>
Re: M1 Iteration 3 build available [message #4495 is a reply to message #4425] Mon, 31 October 2005 21:02 Go to previous messageGo to next message
Haris Peco is currently offline Haris PecoFriend
Messages: 1072
Registered: July 2009
Senior Member
Linda Chan wrote:

> Haris,
>
>>> plugin org.eclipse.datatools.connectivity.oda have wrong manifest
> (plugin.xml) in cvs
> jars in build tab are nested
>
> Not sure what you meant here.
> I'd verified that the ODA plugin.xml file in CVS has the correct version,
> and
> its build tab looks fine to me. Can you please elaborate? And which
> version of Eclipse IDE are you using?
>
eclipse 3.1.1 linux-gtk

i checkout all from datatools and try build in eclipse

1) i can't org.eclipse.datatools.sqltools.* - required plugins doesn't
exists (for example , o.e.d.conectivity.connection.ui

2) o.e.d.connectivity.oda have problem in runtime jars

see build tab in manifest editor
you have 3 libraries
root
oda.jar
odaconsumer-helper.jar

and runtime libraries
lib/birt-core.jar
birt-core.jar don't export any packages (this is small problem)

sources for libraries are :

source.root = ./src/
source.odaconsumer-helper.jar \
= ./src/org/eclipse/datatools/connectivity/oda/consumer/
source.oda.jar = ./src/org/eclipse/datatools/connectivity/oda/

you see nested : oda.jar include source of odaconsumer-helper.jar
and it nested with root , too
root haven't .jar extension

your build process (out of eclipse) do good work, maybe, but can't do build
in eclipse (use build.properties)

I delete source.root and source.odaconsumer-helper.jar (and complete
odaconsumer-helper.jar and root) and set
source.oda.jar = ./src
and compile work - i write before how

Peco
Re: M1 Iteration 3 build available [message #4564 is a reply to message #4495] Tue, 01 November 2005 01:31 Go to previous messageGo to next message
Linda ChanFriend
Messages: 845
Registered: July 2009
Senior Member
Haris,

Re: the org.eclipse.datatools.connectivity.oda build issue, this project is
intended to build using the custom Ant build script (build.xml) included in
CVS.
Its build.properties file in CVS is now updated to indicate "custom build",
and no longer lists any libraries to build (in the Build tab).

The various DTP projects currently have different ways of doing builds. We do
plan to standardize the build setup to make it easier to do automated builds
for all DTP projects.

Linda
DTP PMC

>
Re: M1 Iteration 3 build available [message #4634 is a reply to message #4285] Tue, 01 November 2005 03:20 Go to previous messageGo to next message
Rob Cernich is currently offline Rob CernichFriend
Messages: 56
Registered: July 2009
Member
Haris,

There is a bug in the connection creation code. The effect is that the
"test connection" and "ping" functionality always succeeds. We will fix
this in the next iteration.

As for dis/connect, we are currently in the process of refactoring the
connection management portion of the initial contribution. Currently,
when you "connect" a state variable is changed in the profile and
listeners are notified to open a connection. If all of these listeners
return errors, then the connect variable is reset. Furthermore, each
content extension (in the DSE) for a connection profile registers its own
listener and maintains its own connection. Because the current iteration
of DTP contains no content extensions for the DB connection profile, there
are no listeners registered on the profile and nothing to return an error.
This translates into connect always succeeding (as just the state
variable for the connection profile is changed).

Hope that helps,
Rob
Re: M1 Iteration 3 build available [message #4703 is a reply to message #4564] Tue, 01 November 2005 12:33 Go to previous message
Haris Peco is currently offline Haris PecoFriend
Messages: 1072
Registered: July 2009
Senior Member
i expect next :
minimal : load plugins in eclipse and it compile and work in runtime
workspace

maximal : export plugins (or features if exists), to zip and it is normal
eclipse contribution zip or create distribution with normal eclipse export
mechanism

my maximal expection doesn't work with another plugin (gef,emf,vep,wtp), but
minimal work always

regards
Linda Chan wrote:

> Haris,
>
> Re: the org.eclipse.datatools.connectivity.oda build issue, this project
> is intended to build using the custom Ant build script (build.xml)
> included in CVS.
> Its build.properties file in CVS is now updated to indicate "custom
> build",
> and no longer lists any libraries to build (in the Build tab).
>
> The various DTP projects currently have different ways of doing builds.
> We do plan to standardize the build setup to make it easier to do
> automated builds for all DTP projects.
>
> Linda
> DTP PMC
>
>>
Re: M1 Iteration 3 build available [message #567757 is a reply to message #4145] Sat, 29 October 2005 14:14 Go to previous message
Haris Peco is currently offline Haris PecoFriend
Messages: 1072
Registered: July 2009
Senior Member
John,
I try it and 'Test connection' and 'Connect' work now
it work when database not started or doesn't exists ever or
when i type wrong connection data
i have database category without contents

John Graham wrote:

> The next DTP M1 iteration build (M1.102805.zip) is now available on the
> DTP downloads page.
>
> Deliverables include:
>
>> Corrected the problem with the "Test Connection" button in the Connection
> Profile wizard
>> Added a snapshot of the Data Source Explorer (DSE) to the build
>
> You should now be able to connect, disconnect, and ping in DSE connections
> made through the Generic JDBC driver template and connection profile.
> While there is no content for each connected database displayed in the DSE
> (at this time), we feel that this added functionality will help the
> community follow the progress toward M1. Note that some testers have
> reported an issue where the "Databases" category does not appear in DSE,
> even though the "Show Categories" button is selected. We've heard that
> unselecting and then re-selecting the button makes the categories appear.
> We were not able to reproduce this issue, so it might not be a real bug.
>
> Regards,
> John Graham
> Eclipse Data Tools Platform PMC
> Staff Software Engineer
> Sybase, Inc.
Re: M1 Iteration 3 build available [message #567789 is a reply to message #4215] Sun, 30 October 2005 21:47 Go to previous message
John Graham is currently offline John GrahamFriend
Messages: 183
Registered: July 2009
Senior Member
Peco,

Looks like some code got missed out during a merge. We'll look into this
and update the current iteration build as soon as we have a resolution.
Sorry about the confusion.

Regards,
John Graham
Eclipse Data Tools Platform PMC
Re: M1 Iteration 3 build available [message #567817 is a reply to message #4285] Mon, 31 October 2005 01:27 Go to previous message
Haris Peco is currently offline Haris PecoFriend
Messages: 1072
Registered: July 2009
Senior Member
John,
plugin org.eclipse.datatools.connectivity.oda have wrong
manifest (plugin.xml) in cvs
jars in build tab are nested
John Graham wrote:

> Peco,
>
> Looks like some code got missed out during a merge. We'll look into this
> and update the current iteration build as soon as we have a resolution.
> Sorry about the confusion.
>
> Regards,
> John Graham
> Eclipse Data Tools Platform PMC
Re: M1 Iteration 3 build available [message #567840 is a reply to message #4355] Mon, 31 October 2005 18:10 Go to previous message
Linda ChanFriend
Messages: 845
Registered: July 2009
Senior Member
Haris,

>> plugin org.eclipse.datatools.connectivity.oda have wrong manifest
(plugin.xml) in cvs
jars in build tab are nested

Not sure what you meant here.
I'd verified that the ODA plugin.xml file in CVS has the correct version, and
its build tab looks fine to me. Can you please elaborate? And which version
of Eclipse IDE are you using?

Linda


>
Re: M1 Iteration 3 build available [message #567867 is a reply to message #4425] Mon, 31 October 2005 21:02 Go to previous message
Haris Peco is currently offline Haris PecoFriend
Messages: 1072
Registered: July 2009
Senior Member
Linda Chan wrote:

> Haris,
>
>>> plugin org.eclipse.datatools.connectivity.oda have wrong manifest
> (plugin.xml) in cvs
> jars in build tab are nested
>
> Not sure what you meant here.
> I'd verified that the ODA plugin.xml file in CVS has the correct version,
> and
> its build tab looks fine to me. Can you please elaborate? And which
> version of Eclipse IDE are you using?
>
eclipse 3.1.1 linux-gtk

i checkout all from datatools and try build in eclipse

1) i can't org.eclipse.datatools.sqltools.* - required plugins doesn't
exists (for example , o.e.d.conectivity.connection.ui

2) o.e.d.connectivity.oda have problem in runtime jars

see build tab in manifest editor
you have 3 libraries
root
oda.jar
odaconsumer-helper.jar

and runtime libraries
lib/birt-core.jar
birt-core.jar don't export any packages (this is small problem)

sources for libraries are :

source.root = ./src/
source.odaconsumer-helper.jar \
= ./src/org/eclipse/datatools/connectivity/oda/consumer/
source.oda.jar = ./src/org/eclipse/datatools/connectivity/oda/

you see nested : oda.jar include source of odaconsumer-helper.jar
and it nested with root , too
root haven't .jar extension

your build process (out of eclipse) do good work, maybe, but can't do build
in eclipse (use build.properties)

I delete source.root and source.odaconsumer-helper.jar (and complete
odaconsumer-helper.jar and root) and set
source.oda.jar = ./src
and compile work - i write before how

Peco
Re: M1 Iteration 3 build available [message #567899 is a reply to message #4495] Tue, 01 November 2005 01:31 Go to previous message
Linda ChanFriend
Messages: 845
Registered: July 2009
Senior Member
Haris,

Re: the org.eclipse.datatools.connectivity.oda build issue, this project is
intended to build using the custom Ant build script (build.xml) included in
CVS.
Its build.properties file in CVS is now updated to indicate "custom build",
and no longer lists any libraries to build (in the Build tab).

The various DTP projects currently have different ways of doing builds. We do
plan to standardize the build setup to make it easier to do automated builds
for all DTP projects.

Linda
DTP PMC

>
Re: M1 Iteration 3 build available [message #567921 is a reply to message #4285] Tue, 01 November 2005 03:20 Go to previous message
Rob Cernich is currently offline Rob CernichFriend
Messages: 56
Registered: July 2009
Member
Haris,

There is a bug in the connection creation code. The effect is that the
"test connection" and "ping" functionality always succeeds. We will fix
this in the next iteration.

As for dis/connect, we are currently in the process of refactoring the
connection management portion of the initial contribution. Currently,
when you "connect" a state variable is changed in the profile and
listeners are notified to open a connection. If all of these listeners
return errors, then the connect variable is reset. Furthermore, each
content extension (in the DSE) for a connection profile registers its own
listener and maintains its own connection. Because the current iteration
of DTP contains no content extensions for the DB connection profile, there
are no listeners registered on the profile and nothing to return an error.
This translates into connect always succeeding (as just the state
variable for the connection profile is changed).

Hope that helps,
Rob
Re: M1 Iteration 3 build available [message #567951 is a reply to message #4564] Tue, 01 November 2005 12:33 Go to previous message
Haris Peco is currently offline Haris PecoFriend
Messages: 1072
Registered: July 2009
Senior Member
i expect next :
minimal : load plugins in eclipse and it compile and work in runtime
workspace

maximal : export plugins (or features if exists), to zip and it is normal
eclipse contribution zip or create distribution with normal eclipse export
mechanism

my maximal expection doesn't work with another plugin (gef,emf,vep,wtp), but
minimal work always

regards
Linda Chan wrote:

> Haris,
>
> Re: the org.eclipse.datatools.connectivity.oda build issue, this project
> is intended to build using the custom Ant build script (build.xml)
> included in CVS.
> Its build.properties file in CVS is now updated to indicate "custom
> build",
> and no longer lists any libraries to build (in the Build tab).
>
> The various DTP projects currently have different ways of doing builds.
> We do plan to standardize the build setup to make it easier to do
> automated builds for all DTP projects.
>
> Linda
> DTP PMC
>
>>
Previous Topic:M1 Iteration 3 build available
Next Topic:Problem with Schema details
Goto Forum:
  


Current Time: Fri Apr 19 00:31:47 GMT 2024

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

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

Back to the top