Home » Archived » Riena » Riena 1.0.0.M4 build without Equinox
|
Re: Riena 1.0.0.M4 build without Equinox [message #13035 is a reply to message #13005] |
Mon, 29 September 2008 16:06 |
Eclipse User |
|
|
|
Originally posted by: ekkehard.gentz-software.de
Christian Campo schrieb:
> Hi,
>
> when we uploaded the M4 of Riena we only made the Target Platform
> available which is actually the best starting point to experiment with
> Riena.
>
> Most recently some people asked for an Riena only build so here is the
> link for M4 just for Riena packages. Joel, Ekke maybe you two can verify
> that this package contains what you want or complain if there is
> something wrong with the package.
>
> The zip file (4 MB) contains all Riena packages and some external lib
> that are either incubation or modified compared to the eclipse release
> (like org.eclipse.equinox.cm
uuups...
just noticed that you have a modified cm.HEAD
my server-tests at the moment run using cm from equinox SDK
I know about the differences of log.HEAD
whats the reason to use cm.HEAD ?
perhaps you can give some info whats different
thx
ekke
or org.eclipse.equinox.log).
>
> Hope that helps some people to setup their more advanced environment.
>
> Here is the link
> http://www.eclipse.org/downloads/download.php?file=/rt/riena /Riena-1.0.0.M4-incubator.zip
>
looks good
I'm using some bundles from other repositories:
com.springsource.org.apache.commons.beanutils-1.7.0.jar
com.springsource.org.apache.log4j-1.2.15
com.springsource.org.easymock-2.3.0.jar
(together with my new slf4j logging I'm using
log4j.over.slf4j_1.5.3.jar together with other slf4j and logback jars
instead of com.springsource.org.apache.log4j-1.2.15)
---
the following jars I already have from eclipse RCP download:
org.eclipse.core.variables_3.2.100.v20080529-1300.jar
org.junit_3.8.2.v20080602-1318
ciao
ekke
>
> cheers
> christian campo
|
|
|
Re: Riena 1.0.0.M4 build without Equinox [message #13064 is a reply to message #13005] |
Mon, 29 September 2008 17:16 |
|
On 2008-09-29 15:42:00 +0100, Christian Campo
<christian.campo@compeople.de> said:
> Hi,
>
> when we uploaded the M4 of Riena we only made the Target Platform
> available which is actually the best starting point to experiment with
> Riena.
>
> Most recently some people asked for an Riena only build so here is the
> link for M4 just for Riena packages. Joel, Ekke maybe you two can
> verify that this package contains what you want or complain if there is
> something wrong with the package.
>
> The zip file (4 MB) contains all Riena packages and some external lib
> that are either incubation or modified compared to the eclipse release
> (like org.eclipse.equinox.cm or org.eclipse.equinox.log).
>
> Hope that helps some people to setup their more advanced environment.
>
> Here is the link
> http://www.eclipse.org/downloads/download.php?file=/rt/riena /Riena-1.0.0.M4-incubator.zip
cheers
christian
>
> campo
Thanks Christian. Is there any chance of getting another bundle that
only contains what is required for basic server that does remoting,
sans all higher level business component support. Or if that is asking
too much I would be very satisfied if I simply had a list of which
bundles are required.
On the Equinox front I now understand the
org.eclipse.equinox.log_1.1.0.HEAD is required for Riena. Do you know
is Equinox has a target release for when this is going to be rolled
into the standard download. What I am after is whether Riena 1.0 is
targeting an Equinox 3.4.x or 3.5.
Cheers,
Joel
--
Joel Rosi-Schwartz
Etish Limited [http://www.etish.org]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
^...^
/ o,o \ The proud parents of Useme & ORMF
|) ::: (| Open Requirements Management Framework
====w=w==== [http://www.eclipse.org/ormf/]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
Re: Riena 1.0.0.M4 build without Equinox [message #13093 is a reply to message #13064] |
Mon, 29 September 2008 17:48 |
Eclipse User |
|
|
|
Originally posted by: ekkehard.gentz-software.de
Joel Rosi-Schwartz schrieb:
> On 2008-09-29 15:42:00 +0100, Christian Campo
> <christian.campo@compeople.de> said:
>
>> Hi,
>>
>> when we uploaded the M4 of Riena we only made the Target Platform
>> available which is actually the best starting point to experiment with
>> Riena.
>>
>> Most recently some people asked for an Riena only build so here is the
>> link for M4 just for Riena packages. Joel, Ekke maybe you two can
>> verify that this package contains what you want or complain if there
>> is something wrong with the package.
>>
>> The zip file (4 MB) contains all Riena packages and some external lib
>> that are either incubation or modified compared to the eclipse release
>> (like org.eclipse.equinox.cm or org.eclipse.equinox.log).
>>
>> Hope that helps some people to setup their more advanced environment.
>>
>> Here is the link
>> http://www.eclipse.org/downloads/download.php?file=/rt/riena /Riena-1.0.0.M4-incubator.zip
>>
>
> cheers
> christian
>>
>> campo
>
> Thanks Christian. Is there any chance of getting another bundle that
> only contains what is required for basic server that does remoting,
I dont know so much from Riena internals,
but only server-functionality should be available using
com.caucho.hessian
riena.communication...
..console
..core
..factory.hessian
..publisher
..publisher.hessian
riena.core
riena.security.common
riena.server
org.mortbay.jetty
and some apache, javax, ...
--------
if you're not sure - an easy way to see whats needed:
write a small class testing the functionality you need
(per ex. only remote services if this is what you need)
then create an OSGI launcher config
select your plugin-project from workspace
and then: validate... add required bundles etc.
then you can easy figure out whats needed)
ekke
sans
> all higher level business component support. Or if that is asking too
> much I would be very satisfied if I simply had a list of which bundles
> are required.
>
> On the Equinox front I now understand the
> org.eclipse.equinox.log_1.1.0.HEAD is required for Riena. Do you know is
> Equinox has a target release for when this is going to be rolled into
> the standard download. What I am after is whether Riena 1.0 is targeting
> an Equinox 3.4.x or 3.5.
>
> Cheers,
> Joel
|
|
| |
Re: Riena 1.0.0.M4 build without Equinox [message #13152 is a reply to message #13093] |
Tue, 30 September 2008 08:35 |
Christian Campo Messages: 597 Registered: July 2009 |
Senior Member |
|
|
Joel,
I have uploaded what we already had built but didnt make public. If you want more separate downloads, I recommend
filling out a bugzilla report so we can address it for one of the next milestones.
cheers
christian
ekke schrieb:
> Joel Rosi-Schwartz schrieb:
>> On 2008-09-29 15:42:00 +0100, Christian Campo
>> <christian.campo@compeople.de> said:
>>
>>> Hi,
>>>
>>> when we uploaded the M4 of Riena we only made the Target Platform
>>> available which is actually the best starting point to experiment
>>> with Riena.
>>>
>>> Most recently some people asked for an Riena only build so here is
>>> the link for M4 just for Riena packages. Joel, Ekke maybe you two can
>>> verify that this package contains what you want or complain if there
>>> is something wrong with the package.
>>>
>>> The zip file (4 MB) contains all Riena packages and some external lib
>>> that are either incubation or modified compared to the eclipse
>>> release (like org.eclipse.equinox.cm or org.eclipse.equinox.log).
>>>
>>> Hope that helps some people to setup their more advanced environment.
>>>
>>> Here is the link
>>> http://www.eclipse.org/downloads/download.php?file=/rt/riena /Riena-1.0.0.M4-incubator.zip
>>>
>>
>> cheers
>> christian
>>>
>>> campo
>>
>> Thanks Christian. Is there any chance of getting another bundle that
>> only contains what is required for basic server that does remoting,
>
> I dont know so much from Riena internals,
> but only server-functionality should be available using
>
> com.caucho.hessian
>
> riena.communication...
> .console
> .core
> .factory.hessian
> .publisher
> .publisher.hessian
>
> riena.core
> riena.security.common
> riena.server
>
> org.mortbay.jetty
> and some apache, javax, ...
>
> --------
> if you're not sure - an easy way to see whats needed:
> write a small class testing the functionality you need
> (per ex. only remote services if this is what you need)
> then create an OSGI launcher config
> select your plugin-project from workspace
> and then: validate... add required bundles etc.
> then you can easy figure out whats needed)
>
> ekke
>
> sans
>> all higher level business component support. Or if that is asking too
>> much I would be very satisfied if I simply had a list of which bundles
>> are required.
>>
>> On the Equinox front I now understand the
>> org.eclipse.equinox.log_1.1.0.HEAD is required for Riena. Do you know
>> is Equinox has a target release for when this is going to be rolled
>> into the standard download. What I am after is whether Riena 1.0 is
>> targeting an Equinox 3.4.x or 3.5.
>>
>> Cheers,
>> Joel
|
|
|
Re: Riena 1.0.0.M4 build without Equinox [message #13181 is a reply to message #13123] |
Tue, 30 September 2008 08:43 |
Eclipse User |
|
|
|
Originally posted by: ekkehard.gentz-software.de
Christian Campo schrieb:
> ekke schrieb:
>> Christian Campo schrieb:
>>> Hi,
>>>
>>> when we uploaded the M4 of Riena we only made the Target Platform
>>> available which is actually the best starting point to experiment
>>> with Riena.
>>>
>>> Most recently some people asked for an Riena only build so here is
>>> the link for M4 just for Riena packages. Joel, Ekke maybe you two can
>>> verify that this package contains what you want or complain if there
>>> is something wrong with the package.
>>>
>>> The zip file (4 MB) contains all Riena packages and some external lib
>>> that are either incubation or modified compared to the eclipse
>>> release (like org.eclipse.equinox.cm
>> uuups...
>> just noticed that you have a modified cm.HEAD
>> my server-tests at the moment run using cm from equinox SDK
>>
>> I know about the differences of log.HEAD
>>
>> whats the reason to use cm.HEAD ?
>> perhaps you can give some info whats different
>
> We havnt modified org.eclipse.equinox.cm,
ahhh - thats the reason it worked with cm from equinox sdk
> but ConfigurationManagment is
> not in 3.4.0. It was in incubator back then and thats why we added it
> into the Riena platform. We probably are going to drop it altogether
> because we are now rather using org.eclipse.core.variables. So I guess
> its gone for M5.
>
hmmm - my downloaded
eclipse-equinox-SDK-3.4.zip
includes cm
>> ---
>> the following jars I already have from eclipse RCP download:
>>
>> org.eclipse.core.variables_3.2.100.v20080529-1300.jar
>> org.junit_3.8.2.v20080602-1318
> again org.junit and org.eclipse.core.variables is not in my
> eclipse-RCP-SDK-3.4-win32.zip. (also not in eclipse-equinox-SDK-3.4.zip)
> So thats why we added them to our package.
curious...
my eclipse-rcp-ganymede-macosx-carbon.tar.gz includes both
---
doesn't matter - it works for me thats most important ;-)
ekke
>>
>> ciao
>>
>> ekke
>>>
>>> cheers
>>> christian campo
|
|
|
Re: Riena 1.0.0.M4 build without Equinox [message #13208 is a reply to message #13152] |
Wed, 01 October 2008 10:17 |
|
On 2008-09-30 09:35:37 +0100, Christian Campo
<christian.campo@compeople.de> said:
> Joel,
>
> I have uploaded what we already had built but didnt make public. If you
> want more separate downloads, I recommend filling out a bugzilla report
> so we can address it for one of the next milestones.
>
> cheers
> christian
Christian,
Could you please post the URL for download. I have scrounged around,
but do not find a way to access it.
Many thanks,
Joel
|
|
| |
Re: Riena 1.0.0.M4 build without Equinox [message #13263 is a reply to message #13235] |
Thu, 02 October 2008 15:52 |
|
On 2008-10-02 15:00:30 +0100, Christian Campo
<christian.campo@compeople.de> said:
> Joel Rosi-Schwartz schrieb:
>> On 2008-09-30 09:35:37 +0100, Christian Campo
>> <christian.campo@compeople.de> said:
>>
>>> Joel,
>>>
>>> I have uploaded what we already had built but didnt make public. If you
>>> want more separate downloads, I recommend filling out a bugzilla report
>>> so we can address it for one of the next milestones.
>>>
>>> cheers
>>> christian
>>
>> Christian,
>>
>> Could you please post the URL for download. I have scrounged around,
>> but do not find a way to access it.
>>
>> Many thanks,
>> Joel
>>
> I posted that before but here it is again
> http://www.eclipse.org/downloads/download.php?file=/rt/riena /Riena-1.0.0.M4-incubator.zip
Or
>
> is that anything wrong with that kind of link ?
>
> christian campo
I think I have my wire crossed. I thought your comment " I have
uploaded what we already had built but didnt make public." as saying
that you have made available a server only distribution. I will create
a bugzilla as you suggested for this.
Apologies for any confusion.
Cheers,
Joel
|
|
|
Re: Riena 1.0.0.M4 build without Equinox [message #575473 is a reply to message #13005] |
Mon, 29 September 2008 16:06 |
Eclipse User |
|
|
|
Originally posted by: ekkehard.gentz-software.de
Christian Campo schrieb:
> Hi,
>
> when we uploaded the M4 of Riena we only made the Target Platform
> available which is actually the best starting point to experiment with
> Riena.
>
> Most recently some people asked for an Riena only build so here is the
> link for M4 just for Riena packages. Joel, Ekke maybe you two can verify
> that this package contains what you want or complain if there is
> something wrong with the package.
>
> The zip file (4 MB) contains all Riena packages and some external lib
> that are either incubation or modified compared to the eclipse release
> (like org.eclipse.equinox.cm
uuups...
just noticed that you have a modified cm.HEAD
my server-tests at the moment run using cm from equinox SDK
I know about the differences of log.HEAD
whats the reason to use cm.HEAD ?
perhaps you can give some info whats different
thx
ekke
or org.eclipse.equinox.log).
>
> Hope that helps some people to setup their more advanced environment.
>
> Here is the link
> http://www.eclipse.org/downloads/download.php?file=/rt/riena /Riena-1.0.0.M4-incubator.zip
>
looks good
I'm using some bundles from other repositories:
com.springsource.org.apache.commons.beanutils-1.7.0.jar
com.springsource.org.apache.log4j-1.2.15
com.springsource.org.easymock-2.3.0.jar
(together with my new slf4j logging I'm using
log4j.over.slf4j_1.5.3.jar together with other slf4j and logback jars
instead of com.springsource.org.apache.log4j-1.2.15)
---
the following jars I already have from eclipse RCP download:
org.eclipse.core.variables_3.2.100.v20080529-1300.jar
org.junit_3.8.2.v20080602-1318
ciao
ekke
>
> cheers
> christian campo
|
|
|
Re: Riena 1.0.0.M4 build without Equinox [message #575495 is a reply to message #13005] |
Mon, 29 September 2008 17:16 |
|
On 2008-09-29 15:42:00 +0100, Christian Campo
<christian.campo@compeople.de> said:
> Hi,
>
> when we uploaded the M4 of Riena we only made the Target Platform
> available which is actually the best starting point to experiment with
> Riena.
>
> Most recently some people asked for an Riena only build so here is the
> link for M4 just for Riena packages. Joel, Ekke maybe you two can
> verify that this package contains what you want or complain if there is
> something wrong with the package.
>
> The zip file (4 MB) contains all Riena packages and some external lib
> that are either incubation or modified compared to the eclipse release
> (like org.eclipse.equinox.cm or org.eclipse.equinox.log).
>
> Hope that helps some people to setup their more advanced environment.
>
> Here is the link
> http://www.eclipse.org/downloads/download.php?file=/rt/riena /Riena-1.0.0.M4-incubator.zip
cheers
christian
>
> campo
Thanks Christian. Is there any chance of getting another bundle that
only contains what is required for basic server that does remoting,
sans all higher level business component support. Or if that is asking
too much I would be very satisfied if I simply had a list of which
bundles are required.
On the Equinox front I now understand the
org.eclipse.equinox.log_1.1.0.HEAD is required for Riena. Do you know
is Equinox has a target release for when this is going to be rolled
into the standard download. What I am after is whether Riena 1.0 is
targeting an Equinox 3.4.x or 3.5.
Cheers,
Joel
--
Joel Rosi-Schwartz
Etish Limited [http://www.etish.org]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
^...^
/ o,o \ The proud parents of Useme & ORMF
|) ::: (| Open Requirements Management Framework
====w=w==== [http://www.eclipse.org/ormf/]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
Re: Riena 1.0.0.M4 build without Equinox [message #575519 is a reply to message #13064] |
Mon, 29 September 2008 17:48 |
Eclipse User |
|
|
|
Originally posted by: ekkehard.gentz-software.de
Joel Rosi-Schwartz schrieb:
> On 2008-09-29 15:42:00 +0100, Christian Campo
> <christian.campo@compeople.de> said:
>
>> Hi,
>>
>> when we uploaded the M4 of Riena we only made the Target Platform
>> available which is actually the best starting point to experiment with
>> Riena.
>>
>> Most recently some people asked for an Riena only build so here is the
>> link for M4 just for Riena packages. Joel, Ekke maybe you two can
>> verify that this package contains what you want or complain if there
>> is something wrong with the package.
>>
>> The zip file (4 MB) contains all Riena packages and some external lib
>> that are either incubation or modified compared to the eclipse release
>> (like org.eclipse.equinox.cm or org.eclipse.equinox.log).
>>
>> Hope that helps some people to setup their more advanced environment.
>>
>> Here is the link
>> http://www.eclipse.org/downloads/download.php?file=/rt/riena /Riena-1.0.0.M4-incubator.zip
>>
>
> cheers
> christian
>>
>> campo
>
> Thanks Christian. Is there any chance of getting another bundle that
> only contains what is required for basic server that does remoting,
I dont know so much from Riena internals,
but only server-functionality should be available using
com.caucho.hessian
riena.communication...
..console
..core
..factory.hessian
..publisher
..publisher.hessian
riena.core
riena.security.common
riena.server
org.mortbay.jetty
and some apache, javax, ...
--------
if you're not sure - an easy way to see whats needed:
write a small class testing the functionality you need
(per ex. only remote services if this is what you need)
then create an OSGI launcher config
select your plugin-project from workspace
and then: validate... add required bundles etc.
then you can easy figure out whats needed)
ekke
sans
> all higher level business component support. Or if that is asking too
> much I would be very satisfied if I simply had a list of which bundles
> are required.
>
> On the Equinox front I now understand the
> org.eclipse.equinox.log_1.1.0.HEAD is required for Riena. Do you know is
> Equinox has a target release for when this is going to be rolled into
> the standard download. What I am after is whether Riena 1.0 is targeting
> an Equinox 3.4.x or 3.5.
>
> Cheers,
> Joel
|
|
| |
Re: Riena 1.0.0.M4 build without Equinox [message #575552 is a reply to message #13093] |
Tue, 30 September 2008 08:35 |
Christian Campo Messages: 597 Registered: July 2009 |
Senior Member |
|
|
Joel,
I have uploaded what we already had built but didnt make public. If you want more separate downloads, I recommend
filling out a bugzilla report so we can address it for one of the next milestones.
cheers
christian
ekke schrieb:
> Joel Rosi-Schwartz schrieb:
>> On 2008-09-29 15:42:00 +0100, Christian Campo
>> <christian.campo@compeople.de> said:
>>
>>> Hi,
>>>
>>> when we uploaded the M4 of Riena we only made the Target Platform
>>> available which is actually the best starting point to experiment
>>> with Riena.
>>>
>>> Most recently some people asked for an Riena only build so here is
>>> the link for M4 just for Riena packages. Joel, Ekke maybe you two can
>>> verify that this package contains what you want or complain if there
>>> is something wrong with the package.
>>>
>>> The zip file (4 MB) contains all Riena packages and some external lib
>>> that are either incubation or modified compared to the eclipse
>>> release (like org.eclipse.equinox.cm or org.eclipse.equinox.log).
>>>
>>> Hope that helps some people to setup their more advanced environment.
>>>
>>> Here is the link
>>> http://www.eclipse.org/downloads/download.php?file=/rt/riena /Riena-1.0.0.M4-incubator.zip
>>>
>>
>> cheers
>> christian
>>>
>>> campo
>>
>> Thanks Christian. Is there any chance of getting another bundle that
>> only contains what is required for basic server that does remoting,
>
> I dont know so much from Riena internals,
> but only server-functionality should be available using
>
> com.caucho.hessian
>
> riena.communication...
> .console
> .core
> .factory.hessian
> .publisher
> .publisher.hessian
>
> riena.core
> riena.security.common
> riena.server
>
> org.mortbay.jetty
> and some apache, javax, ...
>
> --------
> if you're not sure - an easy way to see whats needed:
> write a small class testing the functionality you need
> (per ex. only remote services if this is what you need)
> then create an OSGI launcher config
> select your plugin-project from workspace
> and then: validate... add required bundles etc.
> then you can easy figure out whats needed)
>
> ekke
>
> sans
>> all higher level business component support. Or if that is asking too
>> much I would be very satisfied if I simply had a list of which bundles
>> are required.
>>
>> On the Equinox front I now understand the
>> org.eclipse.equinox.log_1.1.0.HEAD is required for Riena. Do you know
>> is Equinox has a target release for when this is going to be rolled
>> into the standard download. What I am after is whether Riena 1.0 is
>> targeting an Equinox 3.4.x or 3.5.
>>
>> Cheers,
>> Joel
|
|
|
Re: Riena 1.0.0.M4 build without Equinox [message #575592 is a reply to message #13123] |
Tue, 30 September 2008 08:43 |
Eclipse User |
|
|
|
Originally posted by: ekkehard.gentz-software.de
Christian Campo schrieb:
> ekke schrieb:
>> Christian Campo schrieb:
>>> Hi,
>>>
>>> when we uploaded the M4 of Riena we only made the Target Platform
>>> available which is actually the best starting point to experiment
>>> with Riena.
>>>
>>> Most recently some people asked for an Riena only build so here is
>>> the link for M4 just for Riena packages. Joel, Ekke maybe you two can
>>> verify that this package contains what you want or complain if there
>>> is something wrong with the package.
>>>
>>> The zip file (4 MB) contains all Riena packages and some external lib
>>> that are either incubation or modified compared to the eclipse
>>> release (like org.eclipse.equinox.cm
>> uuups...
>> just noticed that you have a modified cm.HEAD
>> my server-tests at the moment run using cm from equinox SDK
>>
>> I know about the differences of log.HEAD
>>
>> whats the reason to use cm.HEAD ?
>> perhaps you can give some info whats different
>
> We havnt modified org.eclipse.equinox.cm,
ahhh - thats the reason it worked with cm from equinox sdk
> but ConfigurationManagment is
> not in 3.4.0. It was in incubator back then and thats why we added it
> into the Riena platform. We probably are going to drop it altogether
> because we are now rather using org.eclipse.core.variables. So I guess
> its gone for M5.
>
hmmm - my downloaded
eclipse-equinox-SDK-3.4.zip
includes cm
>> ---
>> the following jars I already have from eclipse RCP download:
>>
>> org.eclipse.core.variables_3.2.100.v20080529-1300.jar
>> org.junit_3.8.2.v20080602-1318
> again org.junit and org.eclipse.core.variables is not in my
> eclipse-RCP-SDK-3.4-win32.zip. (also not in eclipse-equinox-SDK-3.4.zip)
> So thats why we added them to our package.
curious...
my eclipse-rcp-ganymede-macosx-carbon.tar.gz includes both
---
doesn't matter - it works for me thats most important ;-)
ekke
>>
>> ciao
>>
>> ekke
>>>
>>> cheers
>>> christian campo
|
|
|
Re: Riena 1.0.0.M4 build without Equinox [message #575614 is a reply to message #13152] |
Wed, 01 October 2008 10:17 |
|
On 2008-09-30 09:35:37 +0100, Christian Campo
<christian.campo@compeople.de> said:
> Joel,
>
> I have uploaded what we already had built but didnt make public. If you
> want more separate downloads, I recommend filling out a bugzilla report
> so we can address it for one of the next milestones.
>
> cheers
> christian
Christian,
Could you please post the URL for download. I have scrounged around,
but do not find a way to access it.
Many thanks,
Joel
|
|
| |
Re: Riena 1.0.0.M4 build without Equinox [message #575650 is a reply to message #13235] |
Thu, 02 October 2008 15:52 |
|
On 2008-10-02 15:00:30 +0100, Christian Campo
<christian.campo@compeople.de> said:
> Joel Rosi-Schwartz schrieb:
>> On 2008-09-30 09:35:37 +0100, Christian Campo
>> <christian.campo@compeople.de> said:
>>
>>> Joel,
>>>
>>> I have uploaded what we already had built but didnt make public. If you
>>> want more separate downloads, I recommend filling out a bugzilla report
>>> so we can address it for one of the next milestones.
>>>
>>> cheers
>>> christian
>>
>> Christian,
>>
>> Could you please post the URL for download. I have scrounged around,
>> but do not find a way to access it.
>>
>> Many thanks,
>> Joel
>>
> I posted that before but here it is again
> http://www.eclipse.org/downloads/download.php?file=/rt/riena /Riena-1.0.0.M4-incubator.zip
Or
>
> is that anything wrong with that kind of link ?
>
> christian campo
I think I have my wire crossed. I thought your comment " I have
uploaded what we already had built but didnt make public." as saying
that you have made available a server only distribution. I will create
a bugzilla as you suggested for this.
Apologies for any confusion.
Cheers,
Joel
|
|
|
Goto Forum:
Current Time: Sat Nov 09 03:33:30 GMT 2024
Powered by FUDForum. Page generated in 0.04170 seconds
|