Skip to main content



      Home
Home » Archived » BIRT » 2.0 Candidate Release
2.0 Candidate Release [message #103583] Tue, 03 January 2006 10:47 Go to next message
Eclipse UserFriend
Originally posted by: mlorenz.nc.rr.com

Any prognosis when the 2.0 Cand Rel will be available?

Thanks, Mark
Re: 2.0 Candidate Release [message #104074 is a reply to message #103583] Wed, 04 January 2006 12:19 Go to previous messageGo to next message
Eclipse UserFriend
Mark,

This is available now.

Jason
"Mark Lorenz" <mlorenz@nc.rr.com> wrote in message
news:e375552977cdf61770b3afa9c7006e83$1@www.eclipse.org...
> Any prognosis when the 2.0 Cand Rel will be available?
>
> Thanks, Mark
>
Re: 2.0 Candidate Release [message #104144 is a reply to message #104074] Wed, 04 January 2006 12:42 Go to previous messageGo to next message
Eclipse UserFriend
Hi jason,

RC is not working in eclipse-3.2-M4. I know the reference platform is
3.1 but M3 had no problems with 3.2-M4 where as if you install birt on
3.2-M4 eclipse even refuses to start. Should i file a bug for this?

Tom

Jason Weathersby wrote:
> Mark,
>
> This is available now.
>
> Jason
> "Mark Lorenz" <mlorenz@nc.rr.com> wrote in message
> news:e375552977cdf61770b3afa9c7006e83$1@www.eclipse.org...
>
>>Any prognosis when the 2.0 Cand Rel will be available?
>>
>>Thanks, Mark
>>
>
>
>
Re: 2.0 Candidate Release [message #104168 is a reply to message #104144] Wed, 04 January 2006 13:09 Go to previous messageGo to next message
Eclipse UserFriend
Just for reference that's the exception thrown in eclipse-3.2-M4:

-----------------8<-----------------
!ENTRY org.eclipse.ui 4 0 2006-01-04 15:46:17.640
!MESSAGE The action set must reference at least one menu element
!STACK 0
java.lang.IllegalArgumentException: The action set must reference at
least one menu element
at org.eclipse.jface.menus.SActionSet.define(SActionSet.java:11 3)
at
org.eclipse.ui.internal.menus.LegacyActionPersistence.readAc tionSets(LegacyActionPersistence.java:858)
at
org.eclipse.ui.internal.menus.LegacyActionPersistence.read(L egacyActionPersistence.java:1553)
at org.eclipse.ui.internal.Workbench.init(Workbench.java:1041)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1695)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:397)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:106)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:109)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:92)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:68)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:379)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
-----------------8<-----------------

Although I think that this is on the one hand side a bug of
eclipse-platform maybe there's also something wrong in one of your plugins.

Tom


Tom Schindl wrote:
> Hi jason,
>
> RC is not working in eclipse-3.2-M4. I know the reference platform is
> 3.1 but M3 had no problems with 3.2-M4 where as if you install birt on
> 3.2-M4 eclipse even refuses to start. Should i file a bug for this?
>
> Tom
>
> Jason Weathersby wrote:
>
>>Mark,
>>
>>This is available now.
>>
>>Jason
>>"Mark Lorenz" <mlorenz@nc.rr.com> wrote in message
>>news:e375552977cdf61770b3afa9c7006e83$1@www.eclipse.org...
>>
>>
>>>Any prognosis when the 2.0 Cand Rel will be available?
>>>
>>>Thanks, Mark
>>>
>>
>>
>>
Re: 2.0 Candidate Release [message #104208 is a reply to message #104168] Wed, 04 January 2006 13:55 Go to previous message
Eclipse UserFriend
Tom,

Please file a bug.
Thanks

Jason

"Tom Schindl" <tom.schindl@bestsolution.at> wrote in message
news:dph32a$loo$1@utils.eclipse.org...
> Just for reference that's the exception thrown in eclipse-3.2-M4:
>
> -----------------8<-----------------
> !ENTRY org.eclipse.ui 4 0 2006-01-04 15:46:17.640
> !MESSAGE The action set must reference at least one menu element
> !STACK 0
> java.lang.IllegalArgumentException: The action set must reference at
> least one menu element
> at org.eclipse.jface.menus.SActionSet.define(SActionSet.java:11 3)
> at
> org.eclipse.ui.internal.menus.LegacyActionPersistence.readAc tionSets(LegacyActionPersistence.java:858)
> at
> org.eclipse.ui.internal.menus.LegacyActionPersistence.read(L egacyActionPersistence.java:1553)
> at org.eclipse.ui.internal.Workbench.init(Workbench.java:1041)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1695)
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:397)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
> at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:106)
> at
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:109)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:92)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:68)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:379)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:177)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:585)
> at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338 )
> at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
> at org.eclipse.core.launcher.Main.run(Main.java:977)
> at org.eclipse.core.launcher.Main.main(Main.java:952)
> -----------------8<-----------------
>
> Although I think that this is on the one hand side a bug of
> eclipse-platform maybe there's also something wrong in one of your
> plugins.
>
> Tom
>
>
> Tom Schindl wrote:
>> Hi jason,
>>
>> RC is not working in eclipse-3.2-M4. I know the reference platform is
>> 3.1 but M3 had no problems with 3.2-M4 where as if you install birt on
>> 3.2-M4 eclipse even refuses to start. Should i file a bug for this?
>>
>> Tom
>>
>> Jason Weathersby wrote:
>>
>>>Mark,
>>>
>>>This is available now.
>>>
>>>Jason
>>>"Mark Lorenz" <mlorenz@nc.rr.com> wrote in message
>>>news:e375552977cdf61770b3afa9c7006e83$1@www.eclipse.org...
>>>
>>>
>>>>Any prognosis when the 2.0 Cand Rel will be available?
>>>>
>>>>Thanks, Mark
>>>>
>>>
>>>
>>>
Previous Topic:CSV export in BIRT 2.0RC
Next Topic:Is it possible to set DataSource Connection parameters at runtime?
Goto Forum:
  


Current Time: Thu Jul 17 16:15:25 EDT 2025

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

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

Back to the top