M1 Iteration 3 build available [message #4145] |
Fri, 28 October 2005 17:00  |
Eclipse User |
|
|
|
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 #4703 is a reply to message #4564] |
Tue, 01 November 2005 07:33  |
Eclipse User |
|
|
|
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 10:14  |
Eclipse User |
|
|
|
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 16:47  |
Eclipse User |
|
|
|
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] |
Sun, 30 October 2005 20:27  |
Eclipse User |
|
|
|
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 13:10  |
Eclipse User |
|
|
|
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 16:02  |
Eclipse User |
|
|
|
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] |
Mon, 31 October 2005 20:31  |
Eclipse User |
|
|
|
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] |
Mon, 31 October 2005 22:20  |
Eclipse User |
|
|
|
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 07:33  |
Eclipse User |
|
|
|
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
>
>>
|
|
|
Powered by
FUDForum. Page generated in 0.04762 seconds