You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by Ramkumar R <ra...@gmail.com> on 2008/08/11 09:30:41 UTC

svn commit: r684647 - /tuscany/java/sca/modules/binding-gdata-runtime/src/test/java\org\apache\tuscany\sca\binding\gdata\

Hi All,

I could see the following compilation error on the latest commit as shown
below.

[INFO]
------------------------------------------------------------------------
[INFO] Error for project: Apache Tuscany SCA GData Binding Extension (during
install)
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure

C:\Tuscany\daily\modules\binding-gdata-runtime\src\test\java\org\apache\tuscany\sca\binding\gdata\consumerprovider\Custo
merClientImpl.java:[46,53] inconvertible types
found   : com.google.gdata.data.BaseFeed<capture of ? extends
com.google.gdata.data.BaseFeed,capture of ? extends com.go
ogle.gdata.data.BaseEntry>
required: com.google.gdata.data.Feed

C:\Tuscany\daily\modules\binding-gdata-runtime\src\test\java\org\apache\tuscany\sca\binding\gdata\consumerprovider\Custo
merClientImpl.java:[108,46] inconvertible types
found   : com.google.gdata.data.BaseFeed<capture of ? extends
com.google.gdata.data.BaseFeed,capture of ? extends com.go
ogle.gdata.data.BaseEntry>
required: com.google.gdata.data.Feed

Did anyone notice the same?

-- 
Thanks & Regards,
Ramkumar Ramalingam

Re: svn commit: r684647 - /tuscany/java/sca/modules/binding-gdata-runtime/src/test/java\org\apache\tuscany\sca\binding\gdata\

Posted by Ramkumar R <ra...@gmail.com>.
Thanks Luciano, This seems to working for me now, with svn commit r685529.

On Mon, Aug 11, 2008 at 10:32 PM, Ramkumar R <ra...@gmail.com> wrote:

> Hi Luciano,
> I am on Windows XP SP2 with IBM JDK 1.5 SR4.
>
>
> On Mon, Aug 11, 2008 at 10:21 PM, Luciano Resende <lu...@gmail.com>wrote:
>
>> I'm not seeing this issue in red-hat linux. What's the environment you
>> are seeing this issue ?
>>
>> On Mon, Aug 11, 2008 at 12:30 AM, Ramkumar R <ra...@gmail.com>
>> wrote:
>> > Hi All,
>> >
>> > I could see the following compilation error on the latest commit as
>> shown
>> > below.
>> >
>> > [INFO]
>> > ------------------------------------------------------------------------
>> > [INFO] Error for project: Apache Tuscany SCA GData Binding Extension
>> (during
>> > install)
>> > [INFO]
>> > ------------------------------------------------------------------------
>> > [INFO] Compilation failure
>> >
>> >
>> C:\Tuscany\daily\modules\binding-gdata-runtime\src\test\java\org\apache\tuscany\sca\binding\gdata\consumerprovider\Custo
>> > merClientImpl.java:[46,53] inconvertible types
>> > found   : com.google.gdata.data.BaseFeed<capture of ? extends
>> > com.google.gdata.data.BaseFeed,capture of ? extends com.go
>> > ogle.gdata.data.BaseEntry>
>> > required: com.google.gdata.data.Feed
>> >
>> >
>> C:\Tuscany\daily\modules\binding-gdata-runtime\src\test\java\org\apache\tuscany\sca\binding\gdata\consumerprovider\Custo
>> > merClientImpl.java:[108,46] inconvertible types
>> > found   : com.google.gdata.data.BaseFeed<capture of ? extends
>> > com.google.gdata.data.BaseFeed,capture of ? extends com.go
>> > ogle.gdata.data.BaseEntry>
>> > required: com.google.gdata.data.Feed
>> >
>> > Did anyone notice the same?
>> >
>> > --
>> > Thanks & Regards,
>> > Ramkumar Ramalingam
>> >
>>
>>
>>
>> --
>> Luciano Resende
>> Apache Tuscany Committer
>> http://people.apache.org/~lresende <http://people.apache.org/%7Elresende>
>> http://lresende.blogspot.com/
>>
>
>
>
> --
> Thanks & Regards,
> Ramkumar Ramalingam
>



-- 
Thanks & Regards,
Ramkumar Ramalingam

Re: svn commit: r684647 - /tuscany/java/sca/modules/binding-gdata-runtime/src/test/java\org\apache\tuscany\sca\binding\gdata\

Posted by Ramkumar R <ra...@gmail.com>.
Hi Luciano,
I am on Windows XP SP2 with IBM JDK 1.5 SR4.

On Mon, Aug 11, 2008 at 10:21 PM, Luciano Resende <lu...@gmail.com>wrote:

> I'm not seeing this issue in red-hat linux. What's the environment you
> are seeing this issue ?
>
> On Mon, Aug 11, 2008 at 12:30 AM, Ramkumar R <ra...@gmail.com>
> wrote:
> > Hi All,
> >
> > I could see the following compilation error on the latest commit as shown
> > below.
> >
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Error for project: Apache Tuscany SCA GData Binding Extension
> (during
> > install)
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Compilation failure
> >
> >
> C:\Tuscany\daily\modules\binding-gdata-runtime\src\test\java\org\apache\tuscany\sca\binding\gdata\consumerprovider\Custo
> > merClientImpl.java:[46,53] inconvertible types
> > found   : com.google.gdata.data.BaseFeed<capture of ? extends
> > com.google.gdata.data.BaseFeed,capture of ? extends com.go
> > ogle.gdata.data.BaseEntry>
> > required: com.google.gdata.data.Feed
> >
> >
> C:\Tuscany\daily\modules\binding-gdata-runtime\src\test\java\org\apache\tuscany\sca\binding\gdata\consumerprovider\Custo
> > merClientImpl.java:[108,46] inconvertible types
> > found   : com.google.gdata.data.BaseFeed<capture of ? extends
> > com.google.gdata.data.BaseFeed,capture of ? extends com.go
> > ogle.gdata.data.BaseEntry>
> > required: com.google.gdata.data.Feed
> >
> > Did anyone notice the same?
> >
> > --
> > Thanks & Regards,
> > Ramkumar Ramalingam
> >
>
>
>
> --
> Luciano Resende
> Apache Tuscany Committer
> http://people.apache.org/~lresende <http://people.apache.org/%7Elresende>
> http://lresende.blogspot.com/
>



-- 
Thanks & Regards,
Ramkumar Ramalingam

Re: svn commit: r684647 - /tuscany/java/sca/modules/binding-gdata-runtime/src/test/java\org\apache\tuscany\sca\binding\gdata\

Posted by Luciano Resende <lu...@gmail.com>.
I'm not seeing this issue in red-hat linux. What's the environment you
are seeing this issue ?

On Mon, Aug 11, 2008 at 12:30 AM, Ramkumar R <ra...@gmail.com> wrote:
> Hi All,
>
> I could see the following compilation error on the latest commit as shown
> below.
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Error for project: Apache Tuscany SCA GData Binding Extension (during
> install)
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Compilation failure
>
> C:\Tuscany\daily\modules\binding-gdata-runtime\src\test\java\org\apache\tuscany\sca\binding\gdata\consumerprovider\Custo
> merClientImpl.java:[46,53] inconvertible types
> found   : com.google.gdata.data.BaseFeed<capture of ? extends
> com.google.gdata.data.BaseFeed,capture of ? extends com.go
> ogle.gdata.data.BaseEntry>
> required: com.google.gdata.data.Feed
>
> C:\Tuscany\daily\modules\binding-gdata-runtime\src\test\java\org\apache\tuscany\sca\binding\gdata\consumerprovider\Custo
> merClientImpl.java:[108,46] inconvertible types
> found   : com.google.gdata.data.BaseFeed<capture of ? extends
> com.google.gdata.data.BaseFeed,capture of ? extends com.go
> ogle.gdata.data.BaseEntry>
> required: com.google.gdata.data.Feed
>
> Did anyone notice the same?
>
> --
> Thanks & Regards,
> Ramkumar Ramalingam
>



-- 
Luciano Resende
Apache Tuscany Committer
http://people.apache.org/~lresende
http://lresende.blogspot.com/