Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-dev] Unsatisfied constraint: 'Import-Package: com.google.gwt.user.client.rpc; version="2.0.4"' after File > Import > Team Project Set

I tried closing the com.google.gwt.user project and checking out
com.google.gwt.servlet on the v2_0_4 branch. The unsatisfied
constraint error in com.google.gerrit.common is gone, but now I get:

Description	Resource	Path	Location	Type
No available bundle exports package
'com.google.gwt.user.rebind'	MANIFEST.MF	/com.google.gwtjsonrpc/META-INF	line
20	Plug-in Problem

If I add 'com.google.gwt.user.rebind;version="2.0.4",' to
com.google.gwt.servlet/META-INF/MANIFEST.MF, I get:

Description	Resource	Path	Location	Type
Package 'com.google.gwt.user.rebind' does not exist in this
plug-in	MANIFEST.MF	/com.google.gwt.servlet/META-INF	line 60	Plug-in
Problem

--
Daryl


On Tue, Oct 2, 2012 at 9:04 PM, Daryl Spitzer <daryl.spitzer@xxxxxxxxx> wrote:
> Steffen writes:
>
>> You should be able to fix this by closing the com.google.gwt.user
>> project and checking out com.google.gwt.user on the v2_0_4 branch
>> instead.
>
> I did that, and still have the same error. (And I don't know if this
> is significant, but when I look inside
> com.google.gwt.user/META-INF/MANIFEST.MF, I see the Version is still
> "2.0.4.qualifier".)
>
>> That sounds like the PSF file is still referencing com.google.gwt.user
>> instead of com.google.gwt.servlet.
>
> I guess I don't understand. If the PSF file should be referencing
> com.google.gwt.servlet instead of com.google.gwt.user, why was your
> suggested fix to check out com.google.gwt.user again? Did you mean to
> write check out com.google.gwt.servlet?
>
> --
> Daryl
>
>
> On Mon, Oct 1, 2012 at 7:01 PM, Steffen Pingel
> <steffen.pingel@xxxxxxxxxxx> wrote:
>>
>> That sounds like the PSF file is still referencing com.google.gwt.user instead of com.google.gwt.servlet. You should be able to fix this by closing the com.google.gwt.user project and checking out com.google.gwt.user on the v2_0_4 branch instead. I'll update the PSF accordingly.
>>
>> Thanks for reporting this.
>>
>> Steffen
>>
>>
>> On Fri, Sep 28, 2012 at 12:01 PM, Daryl Spitzer <daryl.spitzer@xxxxxxxxx> wrote:
>>>
>>> I'm trying to setup for self-hosting, following the instructions at http://wiki.eclipse.org/index.php/Mylyn/Contributor_Reference#Self-hosting.
>>>
>>> After I complete the fourth step:
>>>
>>> Import projects using File > Import > Team Project Set: mylyn-dependencies.psf
>>>
>>>
>>> …there are many projects in Package Explorer, but a single error:
>>>
>>> Description Resource Path Location Type
>>> Unsatisfied constraint: 'Import-Package: com.google.gwt.user.client.rpc; version="2.0.4"' MANIFEST.MF /com.google.gerrit.common/META-INF line 14 Plug-in Problem
>>>
>>> When I look inside com.google.gwt.user/META-INF/MANIFEST.MF, I see the Version is "2.0.4.qualifier". I don't know whether that is significant or not.
>>>
>>> I'm not experienced enough (yet) to know how to troubleshoot this. Any advice?
>>>
>>> --
>>> Daryl
>>>
>>>
>>> _______________________________________________
>>> mylyn-dev mailing list
>>> mylyn-dev@xxxxxxxxxxx
>>> https://dev.eclipse.org/mailman/listinfo/mylyn-dev
>>>
>>
>>
>>
>> --
>> Steffen Pingel
>> Principal Software Engineer, Eclipse Mylyn
>> Mylyn Tasks Lead
>> http://tasktop.com
>>
>> _______________________________________________
>> mylyn-dev mailing list
>> mylyn-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/mylyn-dev
>>


Back to the top