Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Eclipse Examples » Problems while configuring EBERT
Problems while configuring EBERT [message #486779] Tue, 17 March 2009 10:37 Go to next message
Arunagiri.K is currently offline Arunagiri.KFriend
Messages: 41
Registered: July 2009
Member
Hi All,

I have recently checkout EBERT from CVS. I am getting errors while
configuring. as org.eclipse.examples.expenses.widgets.datefield.common
package is missing in the source.

Regards,
-arun
Re: Problems while configuring EBERT [message #486780 is a reply to message #486779] Tue, 17 March 2009 15:36 Go to previous messageGo to next message
Wayne Beaton is currently offline Wayne BeatonFriend
Messages: 554
Registered: December 2017
Senior Member
Hi Arun. It seems that I messed up two things with the team project set.
First, I didn't change the extssh to pserver so that non-committers
could easily use it. Second, I neglected to include the
org.eclipse.examples.expenses.widgets.datefield.common project.

I'll fix both of these problems. In the meantime, you can get the
missing package from CVS; it's in the same location as the other projects.

Sorry for the mix up, and thanks for testing it for me :-)

Wayne

Arunagiri K wrote:
> Hi All,
>
> I have recently checkout EBERT from CVS. I am getting errors while
> configuring. as org.eclipse.examples.expenses.widgets.datefield.common
> package is missing in the source.
>
> Regards,
> -arun
>
>
Re: Problems while configuring EBERT [message #486781 is a reply to message #486780] Wed, 18 March 2009 12:40 Go to previous messageGo to next message
Arunagiri.K is currently offline Arunagiri.KFriend
Messages: 41
Registered: July 2009
Member
Hi,
First of all I say thanks for this excellent application sample.

In RCP :

I had updated the package and it runs fine. After running the app I don't
know where to start. The application shows all the views perfectly, except
"Title" text field and "Add" button all other fields are disabled. What is
the starting point? How can I input the data?

In eRCP : Using eRCP 1.2 & Eclipse 3.4.1

This shows one empty List and "Add", "Remove", "Edit" menus in "Command"
but nothing works for me. What I am missing?

Regards,
-arun
Re: Problems while configuring EBERT [message #486782 is a reply to message #486781] Wed, 18 March 2009 16:42 Go to previous messageGo to next message
Wayne Beaton is currently offline Wayne BeatonFriend
Messages: 554
Registered: December 2017
Senior Member
I guess that the example isn't all that excellent :-)

I expect that the org.eclipse.examples.expenses.context.standalone
bundle needs to be started.

If you're using the launch configurations that I created, they should
already have the -console option in them and so should be able to
interact with the OSGi console.

In the console, get a list of the bundles with the "ss" commands. Find
the number for the org.eclipse.examples.expenses.context.standalone
bundle and type "start ##". That should get everything going.

I'll add this to my list of things that I didn't test well enough and
make it work without the console gymnastics.

Wayne

Arunagiri.K wrote:
> Hi,
> First of all I say thanks for this excellent application sample.
> In RCP :
>
> I had updated the package and it runs fine. After running the app I
> don't know where to start. The application shows all the views
> perfectly, except "Title" text field and "Add" button all other fields
> are disabled. What is the starting point? How can I input the data?
>
> In eRCP : Using eRCP 1.2 & Eclipse 3.4.1
>
> This shows one empty List and "Add", "Remove", "Edit" menus in "Command"
> but nothing works for me. What I am missing?
>
> Regards,
> -arun
>
Re: Problems while configuring EBERT [message #486783 is a reply to message #486782] Thu, 19 March 2009 09:58 Go to previous messageGo to next message
Arunagiri.K is currently offline Arunagiri.KFriend
Messages: 41
Registered: July 2009
Member
Hi,
Thanks. EBERT RCP is working for me. Any solution on eRCP part?

-arun
Re: Problems while configuring EBERT [message #486784 is a reply to message #486783] Thu, 19 March 2009 14:30 Go to previous message
Wayne Beaton is currently offline Wayne BeatonFriend
Messages: 554
Registered: December 2017
Senior Member
The same solution should work in the Windows Desktop version of eRCP
(you may have to add the -console option in the launcher).

Are you running it on a device? If so, which device?

I apologise for not being able to respond faster. I'm only working a few
hours this week (I'm on "vacation"), and I haven't had enough time to
work on this.

Wayne

Arunagiri.K wrote:
> Hi,
> Thanks. EBERT RCP is working for me. Any solution on eRCP part?
>
> -arun
>
Re: Problems while configuring EBERT [message #562476 is a reply to message #486779] Tue, 17 March 2009 15:36 Go to previous message
Wayne Beaton is currently offline Wayne BeatonFriend
Messages: 554
Registered: December 2017
Senior Member
Hi Arun. It seems that I messed up two things with the team project set.
First, I didn't change the extssh to pserver so that non-committers
could easily use it. Second, I neglected to include the
org.eclipse.examples.expenses.widgets.datefield.common project.

I'll fix both of these problems. In the meantime, you can get the
missing package from CVS; it's in the same location as the other projects.

Sorry for the mix up, and thanks for testing it for me :-)

Wayne

Arunagiri K wrote:
> Hi All,
>
> I have recently checkout EBERT from CVS. I am getting errors while
> configuring. as org.eclipse.examples.expenses.widgets.datefield.common
> package is missing in the source.
>
> Regards,
> -arun
>
>
Re: Problems while configuring EBERT [message #562503 is a reply to message #486780] Wed, 18 March 2009 12:40 Go to previous message
Arunagiri.K is currently offline Arunagiri.KFriend
Messages: 41
Registered: July 2009
Member
Hi,
First of all I say thanks for this excellent application sample.

In RCP :

I had updated the package and it runs fine. After running the app I don't
know where to start. The application shows all the views perfectly, except
"Title" text field and "Add" button all other fields are disabled. What is
the starting point? How can I input the data?

In eRCP : Using eRCP 1.2 & Eclipse 3.4.1

This shows one empty List and "Add", "Remove", "Edit" menus in "Command"
but nothing works for me. What I am missing?

Regards,
-arun
Re: Problems while configuring EBERT [message #562527 is a reply to message #486781] Wed, 18 March 2009 16:42 Go to previous message
Wayne Beaton is currently offline Wayne BeatonFriend
Messages: 554
Registered: December 2017
Senior Member
I guess that the example isn't all that excellent :-)

I expect that the org.eclipse.examples.expenses.context.standalone
bundle needs to be started.

If you're using the launch configurations that I created, they should
already have the -console option in them and so should be able to
interact with the OSGi console.

In the console, get a list of the bundles with the "ss" commands. Find
the number for the org.eclipse.examples.expenses.context.standalone
bundle and type "start ##". That should get everything going.

I'll add this to my list of things that I didn't test well enough and
make it work without the console gymnastics.

Wayne

Arunagiri.K wrote:
> Hi,
> First of all I say thanks for this excellent application sample.
> In RCP :
>
> I had updated the package and it runs fine. After running the app I
> don't know where to start. The application shows all the views
> perfectly, except "Title" text field and "Add" button all other fields
> are disabled. What is the starting point? How can I input the data?
>
> In eRCP : Using eRCP 1.2 & Eclipse 3.4.1
>
> This shows one empty List and "Add", "Remove", "Edit" menus in "Command"
> but nothing works for me. What I am missing?
>
> Regards,
> -arun
>
Re: Problems while configuring EBERT [message #562549 is a reply to message #486782] Thu, 19 March 2009 09:58 Go to previous message
Arunagiri.K is currently offline Arunagiri.KFriend
Messages: 41
Registered: July 2009
Member
Hi,
Thanks. EBERT RCP is working for me. Any solution on eRCP part?

-arun
Re: Problems while configuring EBERT [message #562570 is a reply to message #486783] Thu, 19 March 2009 14:30 Go to previous message
Wayne Beaton is currently offline Wayne BeatonFriend
Messages: 554
Registered: December 2017
Senior Member
The same solution should work in the Windows Desktop version of eRCP
(you may have to add the -console option in the launcher).

Are you running it on a device? If so, which device?

I apologise for not being able to respond faster. I'm only working a few
hours this week (I'm on "vacation"), and I haven't had enough time to
work on this.

Wayne

Arunagiri.K wrote:
> Hi,
> Thanks. EBERT RCP is working for me. Any solution on eRCP part?
>
> -arun
>
Previous Topic:Problems while configuring EBERT
Next Topic:About Slideshow project Team Project Set
Goto Forum:
  


Current Time: Thu Apr 18 13:47:22 GMT 2024

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

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

Back to the top