Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » RAP Feature project
RAP Feature project [message #99610] Wed, 23 July 2008 18:51 Go to next message
Eclipse UserFriend
Originally posted by: tavoaqp.gmail.com

Hi
I have created a plugin which contains framework for an specific kind of
web applications. I have used RAP. But I'm having a problem when I try
to install this plugin from an update site.
the update-site project includes a feature that includes my framework
and also defines a dependency to the org.eclipse.rap.sdk feature.
The problem is that even though I select RAP in the eclipse update
dialog, when I select my feature it shows the following:

MyProject (1.0.0) requires feature "org.eclipse.rap.sdk
(1.1.0.20080506-1758)", or later version.

As you can see, I set the version matching strategy for the missing
feature as "greater or equal" but still shows this error.

What am I doing wrong?

Thanks
Gustavo
Re: RAP Feature project [message #99928 is a reply to message #99610] Thu, 24 July 2008 14:15 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: fappel.innoopract.com

Hi,

just for better understanding of what you are trying to do. Where do you
try to install the application - from an RCP app?

Ciao
Frank

-----Ursprüngliche Nachricht-----
Von: Gustavo [mailto:tavoaqp@gmail.com]
Bereitgestellt: Mittwoch, 23. Juli 2008 20:52
Bereitgestellt in: eclipse.technology.rap
Unterhaltung: RAP Feature project
Betreff: RAP Feature project

Hi
I have created a plugin which contains framework for an specific kind of

web applications. I have used RAP. But I'm having a problem when I try
to install this plugin from an update site.
the update-site project includes a feature that includes my framework
and also defines a dependency to the org.eclipse.rap.sdk feature.
The problem is that even though I select RAP in the eclipse update
dialog, when I select my feature it shows the following:

MyProject (1.0.0) requires feature "org.eclipse.rap.sdk
(1.1.0.20080506-1758)", or later version.

As you can see, I set the version matching strategy for the missing
feature as "greater or equal" but still shows this error.

What am I doing wrong?

Thanks
Gustavo
Re: RAP Feature project [message #99943 is a reply to message #99928] Thu, 24 July 2008 14:45 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: tavoaqp.gmail.com

I guess I haven't been clear enough, sorry for that. First, I have a
development scenario where my clients install RAP and my plugin (from my
web site) to develop other plugins. Like the RAP Demo Feature project.
The client plugin is packaged (along with my plugin) in a .WAR file and
deployed in a Tomcat Server.
So far, the deployment process has been successful.
The second scenario is when I create the update site project for my
plugin (the one I install from my web site). Following the steps in
Eclipse Help I have created:
- One feature project that contains my plugin. Here I added a dependency
to org.eclipse.rap.sdk feature project with "greater or equal" version
matching strategy along with the plugins needed by my plugin (like
org.eclipse.rap.upload plugin). This assures that future versions of RAP
SDK will be also eligible by my plugin.
- One update site project that feature is included(under a category)

then I build the update site project and upload it to my web site.
The problem is when my clients try to install, from my web site, my
plugin. Although I also select RAP project, the install wizard shows the
message:

> MyProject (1.0.0) requires feature "org.eclipse.rap.sdk
> (1.1.0.20080506-1758)", or later version.

I guess this more a PDE related question, but I wanted to post it here
since I havent found any discussion on this topic in this newsgroup and
perhaps its a RAP issue.

Thanks.
Gustavo

Frank Appel escreveu:
> Hi,
>
> just for better understanding of what you are trying to do. Where do you
> try to install the application - from an RCP app?
>
> Ciao
> Frank
>
> -----Ursprüngliche Nachricht-----
> Von: Gustavo [mailto:tavoaqp@gmail.com]
> Bereitgestellt: Mittwoch, 23. Juli 2008 20:52
> Bereitgestellt in: eclipse.technology.rap
> Unterhaltung: RAP Feature project
> Betreff: RAP Feature project
>
> Hi
> I have created a plugin which contains framework for an specific kind of
>
> web applications. I have used RAP. But I'm having a problem when I try
> to install this plugin from an update site.
> the update-site project includes a feature that includes my framework
> and also defines a dependency to the org.eclipse.rap.sdk feature.
> The problem is that even though I select RAP in the eclipse update
> dialog, when I select my feature it shows the following:
>
> MyProject (1.0.0) requires feature "org.eclipse.rap.sdk
> (1.1.0.20080506-1758)", or later version.
>
> As you can see, I set the version matching strategy for the missing
> feature as "greater or equal" but still shows this error.
>
> What am I doing wrong?
>
> Thanks
> Gustavo
>
Re: RAP Feature project [message #100085 is a reply to message #99943] Fri, 25 July 2008 08:27 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: fappel.innoopract.com

Hm,

not sure but the problem could come from the fact that we don't provide
an update site for the RAP target. With respect to the update-site RAP
it's a little bit different than other eclipse projects. We want to
avoid installing the target directly into a running Eclipse IDE, since
this can corrupt that installation. So we provide only a update-site for
the tooling, which installs the RAP bundles itself as target.


Ciao
Frank

-----Ursprüngliche Nachricht-----
Von: Gustavo [mailto:tavoaqp@gmail.com]
Bereitgestellt: Donnerstag, 24. Juli 2008 16:46
Bereitgestellt in: eclipse.technology.rap
Unterhaltung: RAP Feature project
Betreff: Re: RAP Feature project

I guess I haven't been clear enough, sorry for that. First, I have a
development scenario where my clients install RAP and my plugin (from my

web site) to develop other plugins. Like the RAP Demo Feature project.
The client plugin is packaged (along with my plugin) in a .WAR file and
deployed in a Tomcat Server.
So far, the deployment process has been successful.
The second scenario is when I create the update site project for my
plugin (the one I install from my web site). Following the steps in
Eclipse Help I have created:
- One feature project that contains my plugin. Here I added a dependency

to org.eclipse.rap.sdk feature project with "greater or equal" version
matching strategy along with the plugins needed by my plugin (like
org.eclipse.rap.upload plugin). This assures that future versions of RAP

SDK will be also eligible by my plugin.
- One update site project that feature is included(under a category)

then I build the update site project and upload it to my web site.
The problem is when my clients try to install, from my web site, my
plugin. Although I also select RAP project, the install wizard shows the

message:

> MyProject (1.0.0) requires feature "org.eclipse.rap.sdk
> (1.1.0.20080506-1758)", or later version.

I guess this more a PDE related question, but I wanted to post it here
since I havent found any discussion on this topic in this newsgroup and
perhaps its a RAP issue.

Thanks.
Gustavo

Frank Appel escreveu:
> Hi,
>
> just for better understanding of what you are trying to do. Where do
you
> try to install the application - from an RCP app?
>
> Ciao
> Frank
>
> -----Ursprüngliche Nachricht-----
> Von: Gustavo [mailto:tavoaqp@gmail.com]
> Bereitgestellt: Mittwoch, 23. Juli 2008 20:52
> Bereitgestellt in: eclipse.technology.rap
> Unterhaltung: RAP Feature project
> Betreff: RAP Feature project
>
> Hi
> I have created a plugin which contains framework for an specific kind
of
>
> web applications. I have used RAP. But I'm having a problem when I try
> to install this plugin from an update site.
> the update-site project includes a feature that includes my framework
> and also defines a dependency to the org.eclipse.rap.sdk feature.
> The problem is that even though I select RAP in the eclipse update
> dialog, when I select my feature it shows the following:
>
> MyProject (1.0.0) requires feature "org.eclipse.rap.sdk
> (1.1.0.20080506-1758)", or later version.
>
> As you can see, I set the version matching strategy for the missing
> feature as "greater or equal" but still shows this error.
>
> What am I doing wrong?
>
> Thanks
> Gustavo
>
Re: RAP Feature project [message #101618 is a reply to message #100085] Thu, 07 August 2008 22:19 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: tavoaqp.gmail.com

Ahhh!
Perhaps that's the problem. Hmmm, any ideas how can I solve this? right
now I'm doing the brute force fashion: Send the jar to my clients and
tell them to copy the jars in the plugins folder at RAP target.
Although it works, I would like to provide a nice page to clients update
the RAP Target.

Thanks
Gustavo

Frank Appel escreveu:
> Hm,
>
> not sure but the problem could come from the fact that we don't provide
> an update site for the RAP target. With respect to the update-site RAP
> it's a little bit different than other eclipse projects. We want to
> avoid installing the target directly into a running Eclipse IDE, since
> this can corrupt that installation. So we provide only a update-site for
> the tooling, which installs the RAP bundles itself as target.
>
>
> Ciao
> Frank
>
> -----Ursprüngliche Nachricht-----
> Von: Gustavo [mailto:tavoaqp@gmail.com]
> Bereitgestellt: Donnerstag, 24. Juli 2008 16:46
> Bereitgestellt in: eclipse.technology.rap
> Unterhaltung: RAP Feature project
> Betreff: Re: RAP Feature project
>
> I guess I haven't been clear enough, sorry for that. First, I have a
> development scenario where my clients install RAP and my plugin (from my
>
> web site) to develop other plugins. Like the RAP Demo Feature project.
> The client plugin is packaged (along with my plugin) in a .WAR file and
> deployed in a Tomcat Server.
> So far, the deployment process has been successful.
> The second scenario is when I create the update site project for my
> plugin (the one I install from my web site). Following the steps in
> Eclipse Help I have created:
> - One feature project that contains my plugin. Here I added a dependency
>
> to org.eclipse.rap.sdk feature project with "greater or equal" version
> matching strategy along with the plugins needed by my plugin (like
> org.eclipse.rap.upload plugin). This assures that future versions of RAP
>
> SDK will be also eligible by my plugin.
> - One update site project that feature is included(under a category)
>
> then I build the update site project and upload it to my web site.
> The problem is when my clients try to install, from my web site, my
> plugin. Although I also select RAP project, the install wizard shows the
>
> message:
>
> > MyProject (1.0.0) requires feature "org.eclipse.rap.sdk
> > (1.1.0.20080506-1758)", or later version.
>
> I guess this more a PDE related question, but I wanted to post it here
> since I havent found any discussion on this topic in this newsgroup and
> perhaps its a RAP issue.
>
> Thanks.
> Gustavo
>
> Frank Appel escreveu:
>> Hi,
>>
>> just for better understanding of what you are trying to do. Where do
> you
>> try to install the application - from an RCP app?
>>
>> Ciao
>> Frank
>>
>> -----Ursprüngliche Nachricht-----
>> Von: Gustavo [mailto:tavoaqp@gmail.com]
>> Bereitgestellt: Mittwoch, 23. Juli 2008 20:52
>> Bereitgestellt in: eclipse.technology.rap
>> Unterhaltung: RAP Feature project
>> Betreff: RAP Feature project
>>
>> Hi
>> I have created a plugin which contains framework for an specific kind
> of
>> web applications. I have used RAP. But I'm having a problem when I try
>> to install this plugin from an update site.
>> the update-site project includes a feature that includes my framework
>> and also defines a dependency to the org.eclipse.rap.sdk feature.
>> The problem is that even though I select RAP in the eclipse update
>> dialog, when I select my feature it shows the following:
>>
>> MyProject (1.0.0) requires feature "org.eclipse.rap.sdk
>> (1.1.0.20080506-1758)", or later version.
>>
>> As you can see, I set the version matching strategy for the missing
>> feature as "greater or equal" but still shows this error.
>>
>> What am I doing wrong?
>>
>> Thanks
>> Gustavo
>>
>
Re: RAP Feature project [message #101640 is a reply to message #101618] Fri, 08 August 2008 08:10 Go to previous message
Eclipse UserFriend
Originally posted by: fappel.innoopract.com

Hm,

I'm not aware of an out of the box solution right know. But you may have
a look at the new provisioning p2 stuff (I'm not familiar with that
myself yet). Maybe there's some feature available that could help to
solve your problem.



Ciao
Frank

-----Ursprüngliche Nachricht-----
Von: Gustavo [mailto:tavoaqp@gmail.com]
Bereitgestellt: Freitag, 8. August 2008 00:20
Bereitgestellt in: eclipse.technology.rap
Unterhaltung: RAP Feature project
Betreff: Re: RAP Feature project

Ahhh!
Perhaps that's the problem. Hmmm, any ideas how can I solve this? right
now I'm doing the brute force fashion: Send the jar to my clients and
tell them to copy the jars in the plugins folder at RAP target.
Although it works, I would like to provide a nice page to clients update

the RAP Target.

Thanks
Gustavo

Frank Appel escreveu:
> Hm,
>
> not sure but the problem could come from the fact that we don't
provide
> an update site for the RAP target. With respect to the update-site RAP
> it's a little bit different than other eclipse projects. We want to
> avoid installing the target directly into a running Eclipse IDE, since
> this can corrupt that installation. So we provide only a update-site
for
> the tooling, which installs the RAP bundles itself as target.
>
>
> Ciao
> Frank
>
> -----Ursprüngliche Nachricht-----
> Von: Gustavo [mailto:tavoaqp@gmail.com]
> Bereitgestellt: Donnerstag, 24. Juli 2008 16:46
> Bereitgestellt in: eclipse.technology.rap
> Unterhaltung: RAP Feature project
> Betreff: Re: RAP Feature project
>
> I guess I haven't been clear enough, sorry for that. First, I have a
> development scenario where my clients install RAP and my plugin (from
my
>
> web site) to develop other plugins. Like the RAP Demo Feature project.
> The client plugin is packaged (along with my plugin) in a .WAR file
and
> deployed in a Tomcat Server.
> So far, the deployment process has been successful.
> The second scenario is when I create the update site project for my
> plugin (the one I install from my web site). Following the steps in
> Eclipse Help I have created:
> - One feature project that contains my plugin. Here I added a
dependency
>
> to org.eclipse.rap.sdk feature project with "greater or equal" version
> matching strategy along with the plugins needed by my plugin (like
> org.eclipse.rap.upload plugin). This assures that future versions of
RAP
>
> SDK will be also eligible by my plugin.
> - One update site project that feature is included(under a category)
>
> then I build the update site project and upload it to my web site.
> The problem is when my clients try to install, from my web site, my
> plugin. Although I also select RAP project, the install wizard shows
the
>
> message:
>
> > MyProject (1.0.0) requires feature "org.eclipse.rap.sdk
> > (1.1.0.20080506-1758)", or later version.
>
> I guess this more a PDE related question, but I wanted to post it here
> since I havent found any discussion on this topic in this newsgroup
and
> perhaps its a RAP issue.
>
> Thanks.
> Gustavo
>
> Frank Appel escreveu:
>> Hi,
>>
>> just for better understanding of what you are trying to do. Where do
> you
>> try to install the application - from an RCP app?
>>
>> Ciao
>> Frank
>>
>> -----Ursprüngliche Nachricht-----
>> Von: Gustavo [mailto:tavoaqp@gmail.com]
>> Bereitgestellt: Mittwoch, 23. Juli 2008 20:52
>> Bereitgestellt in: eclipse.technology.rap
>> Unterhaltung: RAP Feature project
>> Betreff: RAP Feature project
>>
>> Hi
>> I have created a plugin which contains framework for an specific kind
> of
>> web applications. I have used RAP. But I'm having a problem when I
try
>> to install this plugin from an update site.
>> the update-site project includes a feature that includes my framework
>> and also defines a dependency to the org.eclipse.rap.sdk feature.
>> The problem is that even though I select RAP in the eclipse update
>> dialog, when I select my feature it shows the following:
>>
>> MyProject (1.0.0) requires feature "org.eclipse.rap.sdk
>> (1.1.0.20080506-1758)", or later version.
>>
>> As you can see, I set the version matching strategy for the missing
>> feature as "greater or equal" but still shows this error.
>>
>> What am I doing wrong?
>>
>> Thanks
>> Gustavo
>>
>
Previous Topic:Banner image & custom presentations
Next Topic:JMeter Testplan Example
Goto Forum:
  


Current Time: Fri Apr 19 21:54:35 GMT 2024

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

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

Back to the top