Riena 1.0.0M2 + eclipse 3.4.M7 [message #2823] |
Tue, 20 May 2008 13:13  |
Eclipse User |
|
|
|
Originally posted by: ekkehard.gentz-software.de
just tried to run Riena 1.0M2 with a 3.4.M7 target
this was my target:
1. from Riena 1.0M2
Hessian
Log4J
*riena*
2. from equinox 3.4M7 SDK
all
3. from eclipse SDK 3.4.M7
all other bundles like eclipse.core, eclipse.rt etc
then I got an error caused by use of
org.eclipse.equinox.log.Logger
this class doesn't exist in
org.eclipse.equinox.log_1.1.0.v20080414
from equinox 3.4.M7
riena 1.0.M2 is using
org.eclipse.equinox.log_1.1.0.HEAD
so to avoid this error, I disabled equinox.log from 3.4M7 and enabled the
bundle from Riena 1.0.M2
then all is ok - I can run all tests successfully under 3.4.M7 target
ekke
|
|
|
|
|
|
|
Re: Riena 1.0.0M2 + eclipse 3.4.M7 [message #4842 is a reply to message #4490] |
Tue, 17 June 2008 14:06  |
Eclipse User |
|
|
|
Sorry for the late reply,
Yes indeed the Logger did not make it into 3.4. So we have to live with that extra bundle for a while
christian
ekke schrieb:
> hi christian,
>
> the class org.equinox.log.Logger from your bundle
> org.equinox.log.Logger.Head
>
> is not in the org.equinox.log from 3.4RC3
> and it is not in CVS Head org.equinox.log
>
>
> ekke
>
|
|
|
Re: Riena 1.0.0M2 + eclipse 3.4.M7 [message #571714 is a reply to message #2823] |
Tue, 03 June 2008 10:33  |
Eclipse User |
|
|
|
Originally posted by: ekkehard.gentz-software.de
hi,
just testing with 3.4RC3
there's still a problem with
org.eclipse.equinox.log_1.1.0.HEAD
why are you using this bundle and not
'standard' org.eclipse.equinox.log from equinox SDK ?
I can make Riena run using this special ..HEAD version,
but I also want to combine Riena with other bundles
which rely on the equinox.log from equinox SDK
thx for any help - perhaps I misunderstood something ;-)
ekke
|
|
|
Re: Riena 1.0.0M2 + eclipse 3.4.M7 [message #571772 is a reply to message #4140] |
Wed, 04 June 2008 08:08  |
Eclipse User |
|
|
|
Hi Ekke,
we are using Head org.eclipse.log because we need a specific class in there which did not exist in 1.0. I assume that
the 1.1. version will make it into the 3.4 version. Currently as you know the Riena target plattform that we supply is
based on Eclipse SDK 3.3. and therfore is missing the specific logger class (forgot which one it was).
Again not nice but possible to even have both of them. I think once Ganymede is out we will have a new target plattform
based on that Eclipse SDK release. Not sure what I can propose until then. Either use both equinox.log components or
make the other components use import instead of require-bundle :-)
regards
christian
ekke schrieb:
> hi,
>
> just testing with 3.4RC3
>
> there's still a problem with
> org.eclipse.equinox.log_1.1.0.HEAD
>
> why are you using this bundle and not 'standard' org.eclipse.equinox.log
> from equinox SDK ?
>
> I can make Riena run using this special ..HEAD version,
> but I also want to combine Riena with other bundles
> which rely on the equinox.log from equinox SDK
>
> thx for any help - perhaps I misunderstood something ;-)
>
> ekke
>
|
|
|
Re: Riena 1.0.0M2 + eclipse 3.4.M7 [message #571804 is a reply to message #4279] |
Wed, 04 June 2008 08:23  |
Eclipse User |
|
|
|
Originally posted by: ekkehard.gentz-software.de
Hi Christian,
thanks for answering...
Christian Campo wrote:
> Hi Ekke,
> we are using Head org.eclipse.log because we need a specific class in there
which did not exist in 1.0. I assume that
> the 1.1. version will make it into the 3.4 version. Currently as you know
the Riena target plattform that we supply is
> based on Eclipse SDK 3.3. and therfore is missing the specific logger class
(forgot which one it was).
you need the org.eclipse.equinox.log.Logger class
and its still not there in 3.4RC3
> Again not nice but possible to even have both of them. I think once Ganymede
is out we will have a new target plattform
> based on that Eclipse SDK release. Not sure what I can propose until then.
Either use both equinox.log components or
> make the other components use import instead of require-bundle :-)
I'll try to use only the riena version and see if all works well.
ekke
> regards
> christian
> ekke schrieb:
>> hi,
>>
>> just testing with 3.4RC3
>>
>> there's still a problem with
>> org.eclipse.equinox.log_1.1.0.HEAD
>>
>> why are you using this bundle and not 'standard' org.eclipse.equinox.log
>> from equinox SDK ?
>>
>> I can make Riena run using this special ..HEAD version,
>> but I also want to combine Riena with other bundles
>> which rely on the equinox.log from equinox SDK
>>
>> thx for any help - perhaps I misunderstood something ;-)
>>
>> ekke
>>
|
|
|
Re: Riena 1.0.0M2 + eclipse 3.4.M7 [message #571866 is a reply to message #4349] |
Tue, 10 June 2008 09:14  |
Eclipse User |
|
|
|
Originally posted by: ekkehard.gentz-software.de
hi christian,
the class org.equinox.log.Logger from your bundle
org.equinox.log.Logger.Head
is not in the org.equinox.log from 3.4RC3
and it is not in CVS Head org.equinox.log
ekke
|
|
|
Re: Riena 1.0.0M2 + eclipse 3.4.M7 [message #572063 is a reply to message #4490] |
Tue, 17 June 2008 14:06  |
Eclipse User |
|
|
|
Sorry for the late reply,
Yes indeed the Logger did not make it into 3.4. So we have to live with that extra bundle for a while
christian
ekke schrieb:
> hi christian,
>
> the class org.equinox.log.Logger from your bundle
> org.equinox.log.Logger.Head
>
> is not in the org.equinox.log from 3.4RC3
> and it is not in CVS Head org.equinox.log
>
>
> ekke
>
|
|
|
Powered by
FUDForum. Page generated in 0.03541 seconds