Skip to main content



      Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » CDO
CDO [message #38094] Tue, 20 June 2006 10:07 Go to next message
Eclipse UserFriend
When can we hope to get a RC for CDO, I am not possible to download
something from update manager.
Thanx Chris
Re: CDO [message #38294 is a reply to message #38094] Wed, 21 June 2006 03:09 Go to previous messageGo to next message
Eclipse UserFriend
Chris Lenz schrieb:
> When can we hope to get a RC for CDO, I am not possible to download
> something from update manager.
> Thanx Chris
I read some people already uses cdo but i can't download it from
http://download.eclipse.org/technology/emft/downloads/?proj= cdo
are you working on the cvs versions?
Chris
Re: CDO [message #38327 is a reply to message #38294] Wed, 21 June 2006 14:28 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

Chris,

We do have the code in CVS and the build set up, but I think Eike's
still doing some testing before publishing the first build.


Chris Lenz wrote:
> Chris Lenz schrieb:
>> When can we hope to get a RC for CDO, I am not possible to download
>> something from update manager.
>> Thanx Chris
> I read some people already uses cdo but i can't download it from
> http://download.eclipse.org/technology/emft/downloads/?proj= cdo
> are you working on the cvs versions?
> Chris
Re: CDO [message #38360 is a reply to message #38294] Thu, 22 June 2006 05:45 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: stepper.sympedia.com

Chris,

Sorry for the delay of my response.
Yes, all the people who are using CDO are currently working with the HEAD
version of CVS.

Nevertheless we recently managed to make builds that look very promising.
I tested them and they worked with the supplied examples. They are already
labeled RC7 but that was only a test. I expect real candidates at the
beginning of next week.

If you don't want to wait, please have a look at these

http://emft.eclipse.org/technology/emft/downloads/?proj=net4 j
http://emft.eclipse.org/technology/emft/downloads/?proj=cdo

and try the inofficial RC7 builds.

Here the steps to try it:

1) start a mysql instance on localhost and create the database "cdoTest"
for user "test" with password "test" (sql script is in
org.eclipse.emf.cdo.examples.server)
2) install net4j-sdk and cdo-sdk and start eclipse
3) ensure that the mysql jar is present
4) create a launch config "CDO Server":
select "org.eclipse.emf.cdo.examples.server.application" under "Run an
application".
select only the "org.eclipse.emf.cdo.examples.server" and click "Add
required plugins" (35 out of ...).
5) run the launch config and watch the console output
6) open the view "CDO Explorer"
7) create new remote resources and edit them, rerun eclipse, start second
eclipse and so on...


I'd appreciate if you give me some feedback whether it works for you ;-)

Cheers
/Eike


Chris Lenz wrote:

> Chris Lenz schrieb:
>> When can we hope to get a RC for CDO, I am not possible to download
>> something from update manager.
>> Thanx Chris
> I read some people already uses cdo but i can't download it from
> http://download.eclipse.org/technology/emft/downloads/?proj= cdo
> are you working on the cvs versions?
> Chris
Re: CDO [message #38425 is a reply to message #38360] Fri, 23 June 2006 03:32 Go to previous messageGo to next message
Eclipse UserFriend
Eike Stepper schrieb:
> Chris,
>
> Sorry for the delay of my response.
> Yes, all the people who are using CDO are currently working with the
> HEAD version of CVS.
>
> Nevertheless we recently managed to make builds that look very
> promising. I tested them and they worked with the supplied examples.
> They are already labeled RC7 but that was only a test. I expect real
> candidates at the beginning of next week.
>
> If you don't want to wait, please have a look at these
>
> http://emft.eclipse.org/technology/emft/downloads/?proj=net4 j
> http://emft.eclipse.org/technology/emft/downloads/?proj=cdo
>
> and try the inofficial RC7 builds.
>
> Here the steps to try it:
>
> 1) start a mysql instance on localhost and create the database "cdoTest"
> for user "test" with password "test" (sql script is in
> org.eclipse.emf.cdo.examples.server)
> 2) install net4j-sdk and cdo-sdk and start eclipse
> 3) ensure that the mysql jar is present
> 4) create a launch config "CDO Server":
> select "org.eclipse.emf.cdo.examples.server.application" under "Run
> an application".
> select only the "org.eclipse.emf.cdo.examples.server" and click "Add
> required plugins" (35 out of ...).
> 5) run the launch config and watch the console output
> 6) open the view "CDO Explorer"
> 7) create new remote resources and edit them, rerun eclipse, start
> second eclipse and so on...
>
>
> I'd appreciate if you give me some feedback whether it works for you ;-)
>
> Cheers
> /Eike
>
>
> Chris Lenz wrote:
>
>> Chris Lenz schrieb:
>>> When can we hope to get a RC for CDO, I am not possible to download
>>> something from update manager.
>>> Thanx Chris
>> I read some people already uses cdo but i can't download it from
>> http://download.eclipse.org/technology/emft/downloads/?proj= cdo
>> are you working on the cvs versions?
>> Chris
>
>
Thank you for this promt help.
I have tested the examples, and I have to say thats exactly what I need.
Now I test to add also other models to the server.

Thanx Chris
Re: CDO [message #38457 is a reply to message #38425] Sat, 24 June 2006 02:13 Go to previous message
Eclipse UserFriend
Originally posted by: stepper.sympedia.de

Chris,

I appreciate that CDO fits your needs ;-)
Tell me if I can assist you further.

Cheers
/Eike


Chris Lenz schrieb:
> Eike Stepper schrieb:
>
>> Chris,
>>
>> Sorry for the delay of my response.
>> Yes, all the people who are using CDO are currently working with the
>> HEAD version of CVS.
>>
>> Nevertheless we recently managed to make builds that look very
>> promising. I tested them and they worked with the supplied examples.
>> They are already labeled RC7 but that was only a test. I expect real
>> candidates at the beginning of next week.
>>
>> If you don't want to wait, please have a look at these
>>
>> http://emft.eclipse.org/technology/emft/downloads/?proj=net4 j
>> http://emft.eclipse.org/technology/emft/downloads/?proj=cdo
>>
>> and try the inofficial RC7 builds.
>>
>> Here the steps to try it:
>>
>> 1) start a mysql instance on localhost and create the database "cdoTest"
>> for user "test" with password "test" (sql script is in
>> org.eclipse.emf.cdo.examples.server)
>> 2) install net4j-sdk and cdo-sdk and start eclipse
>> 3) ensure that the mysql jar is present
>> 4) create a launch config "CDO Server":
>> select "org.eclipse.emf.cdo.examples.server.application" under "Run
>> an application".
>> select only the "org.eclipse.emf.cdo.examples.server" and click "Add
>> required plugins" (35 out of ...).
>> 5) run the launch config and watch the console output
>> 6) open the view "CDO Explorer"
>> 7) create new remote resources and edit them, rerun eclipse, start
>> second eclipse and so on...
>>
>>
>> I'd appreciate if you give me some feedback whether it works for you ;-)
>>
>> Cheers
>> /Eike
>>
>>
>> Chris Lenz wrote:
>>
>>
>>> Chris Lenz schrieb:
>>>
>>>> When can we hope to get a RC for CDO, I am not possible to download
>>>> something from update manager.
>>>> Thanx Chris
>>>>
>>> I read some people already uses cdo but i can't download it from
>>> http://download.eclipse.org/technology/emft/downloads/?proj= cdo
>>> are you working on the cvs versions?
>>> Chris
>>>
>>
> Thank you for this promt help.
> I have tested the examples, and I have to say thats exactly what I need.
> Now I test to add also other models to the server.
>
> Thanx Chris
>
Re: CDO [message #581325 is a reply to message #38094] Wed, 21 June 2006 03:09 Go to previous message
Eclipse UserFriend
Chris Lenz schrieb:
> When can we hope to get a RC for CDO, I am not possible to download
> something from update manager.
> Thanx Chris
I read some people already uses cdo but i can't download it from
http://download.eclipse.org/technology/emft/downloads/?proj= cdo
are you working on the cvs versions?
Chris
Re: CDO [message #581342 is a reply to message #38294] Wed, 21 June 2006 14:28 Go to previous message
Eclipse UserFriend
Chris,

We do have the code in CVS and the build set up, but I think Eike's
still doing some testing before publishing the first build.


Chris Lenz wrote:
> Chris Lenz schrieb:
>> When can we hope to get a RC for CDO, I am not possible to download
>> something from update manager.
>> Thanx Chris
> I read some people already uses cdo but i can't download it from
> http://download.eclipse.org/technology/emft/downloads/?proj= cdo
> are you working on the cvs versions?
> Chris
Re: CDO [message #581360 is a reply to message #38294] Thu, 22 June 2006 05:45 Go to previous message
Eclipse UserFriend
Chris,

Sorry for the delay of my response.
Yes, all the people who are using CDO are currently working with the HEAD
version of CVS.

Nevertheless we recently managed to make builds that look very promising.
I tested them and they worked with the supplied examples. They are already
labeled RC7 but that was only a test. I expect real candidates at the
beginning of next week.

If you don't want to wait, please have a look at these

http://emft.eclipse.org/technology/emft/downloads/?proj=net4 j
http://emft.eclipse.org/technology/emft/downloads/?proj=cdo

and try the inofficial RC7 builds.

Here the steps to try it:

1) start a mysql instance on localhost and create the database "cdoTest"
for user "test" with password "test" (sql script is in
org.eclipse.emf.cdo.examples.server)
2) install net4j-sdk and cdo-sdk and start eclipse
3) ensure that the mysql jar is present
4) create a launch config "CDO Server":
select "org.eclipse.emf.cdo.examples.server.application" under "Run an
application".
select only the "org.eclipse.emf.cdo.examples.server" and click "Add
required plugins" (35 out of ...).
5) run the launch config and watch the console output
6) open the view "CDO Explorer"
7) create new remote resources and edit them, rerun eclipse, start second
eclipse and so on...


I'd appreciate if you give me some feedback whether it works for you ;-)

Cheers
/Eike


Chris Lenz wrote:

> Chris Lenz schrieb:
>> When can we hope to get a RC for CDO, I am not possible to download
>> something from update manager.
>> Thanx Chris
> I read some people already uses cdo but i can't download it from
> http://download.eclipse.org/technology/emft/downloads/?proj= cdo
> are you working on the cvs versions?
> Chris
Re: CDO [message #581390 is a reply to message #38360] Fri, 23 June 2006 03:32 Go to previous message
Eclipse UserFriend
Eike Stepper schrieb:
> Chris,
>
> Sorry for the delay of my response.
> Yes, all the people who are using CDO are currently working with the
> HEAD version of CVS.
>
> Nevertheless we recently managed to make builds that look very
> promising. I tested them and they worked with the supplied examples.
> They are already labeled RC7 but that was only a test. I expect real
> candidates at the beginning of next week.
>
> If you don't want to wait, please have a look at these
>
> http://emft.eclipse.org/technology/emft/downloads/?proj=net4 j
> http://emft.eclipse.org/technology/emft/downloads/?proj=cdo
>
> and try the inofficial RC7 builds.
>
> Here the steps to try it:
>
> 1) start a mysql instance on localhost and create the database "cdoTest"
> for user "test" with password "test" (sql script is in
> org.eclipse.emf.cdo.examples.server)
> 2) install net4j-sdk and cdo-sdk and start eclipse
> 3) ensure that the mysql jar is present
> 4) create a launch config "CDO Server":
> select "org.eclipse.emf.cdo.examples.server.application" under "Run
> an application".
> select only the "org.eclipse.emf.cdo.examples.server" and click "Add
> required plugins" (35 out of ...).
> 5) run the launch config and watch the console output
> 6) open the view "CDO Explorer"
> 7) create new remote resources and edit them, rerun eclipse, start
> second eclipse and so on...
>
>
> I'd appreciate if you give me some feedback whether it works for you ;-)
>
> Cheers
> /Eike
>
>
> Chris Lenz wrote:
>
>> Chris Lenz schrieb:
>>> When can we hope to get a RC for CDO, I am not possible to download
>>> something from update manager.
>>> Thanx Chris
>> I read some people already uses cdo but i can't download it from
>> http://download.eclipse.org/technology/emft/downloads/?proj= cdo
>> are you working on the cvs versions?
>> Chris
>
>
Thank you for this promt help.
I have tested the examples, and I have to say thats exactly what I need.
Now I test to add also other models to the server.

Thanx Chris
Re: CDO [message #581444 is a reply to message #38425] Sat, 24 June 2006 02:13 Go to previous message
Eclipse UserFriend
Chris,

I appreciate that CDO fits your needs ;-)
Tell me if I can assist you further.

Cheers
/Eike


Chris Lenz schrieb:
> Eike Stepper schrieb:
>
>> Chris,
>>
>> Sorry for the delay of my response.
>> Yes, all the people who are using CDO are currently working with the
>> HEAD version of CVS.
>>
>> Nevertheless we recently managed to make builds that look very
>> promising. I tested them and they worked with the supplied examples.
>> They are already labeled RC7 but that was only a test. I expect real
>> candidates at the beginning of next week.
>>
>> If you don't want to wait, please have a look at these
>>
>> http://emft.eclipse.org/technology/emft/downloads/?proj=net4 j
>> http://emft.eclipse.org/technology/emft/downloads/?proj=cdo
>>
>> and try the inofficial RC7 builds.
>>
>> Here the steps to try it:
>>
>> 1) start a mysql instance on localhost and create the database "cdoTest"
>> for user "test" with password "test" (sql script is in
>> org.eclipse.emf.cdo.examples.server)
>> 2) install net4j-sdk and cdo-sdk and start eclipse
>> 3) ensure that the mysql jar is present
>> 4) create a launch config "CDO Server":
>> select "org.eclipse.emf.cdo.examples.server.application" under "Run
>> an application".
>> select only the "org.eclipse.emf.cdo.examples.server" and click "Add
>> required plugins" (35 out of ...).
>> 5) run the launch config and watch the console output
>> 6) open the view "CDO Explorer"
>> 7) create new remote resources and edit them, rerun eclipse, start
>> second eclipse and so on...
>>
>>
>> I'd appreciate if you give me some feedback whether it works for you ;-)
>>
>> Cheers
>> /Eike
>>
>>
>> Chris Lenz wrote:
>>
>>
>>> Chris Lenz schrieb:
>>>
>>>> When can we hope to get a RC for CDO, I am not possible to download
>>>> something from update manager.
>>>> Thanx Chris
>>>>
>>> I read some people already uses cdo but i can't download it from
>>> http://download.eclipse.org/technology/emft/downloads/?proj= cdo
>>> are you working on the cvs versions?
>>> Chris
>>>
>>
> Thank you for this promt help.
> I have tested the examples, and I have to say thats exactly what I need.
> Now I test to add also other models to the server.
>
> Thanx Chris
>
Previous Topic:Library EXT Example (Live Validation)
Next Topic:[Announce] EMFT OCL 1.0.0RC6 is available
Goto Forum:
  


Current Time: Sun Jun 15 19:35:29 EDT 2025

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

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

Back to the top