Coder Social home page Coder Social logo

gdata-java-client's Introduction

This project is moved from googlecode. wikis are now kept in branch 'wiki'. Issues are all migrated, too.

Description

Older Google Data (GData) APIs use XML as their underlying format, but most Google APIs have released newer versions of their APIs based on JSON. You should migrate your code to use the new API infrastructure that is based on JSON. Likewise, if you have an existing application that uses the GData Java client library, you need to update your code to use the Google APIs Client Library for Java, as described on the migration page.

We have stopped actively developing the GData Java client library, and the following table shows the GData status of relevant Google APIs: We have stopped actively developing the GData Java client library. For information about the GData status of relevant Google APIs, see the GData API Directory

Android support: If you are developing for Android and the Google API you want to use is included in the Google Play Services library, you should use that library for the best performance and experience. If the Google API you want to use with Android is not part of the Google Play Services library, you can use the Google APIs Client Library for Java, which supports Android 1.5 (or higher) and provides other features such as OAuth 2.0 and Maven.

Download

Source

Samples

gdata-java-client's People

Contributors

ulukaya avatar wonderfly avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gdata-java-client's Issues

Can not upload artical to blogspot after post above 50 post

Use google api to post about 400 post. After post 50 artical, 
google api can not upload artical to blogspot anymore. 

Moreover, when get post count via url:
http://www.blogger.com/feeds/blogid/posts/default
it returns wrong post count.

Expected:
Google API have to tell why it can not upload. It should allow user to 
upload post. The url http://www.blogger.com/feeds/blogid/posts/default
should return the correct number of post.





What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 8 Feb 2008 at 4:04

Compile the library with debug info

Can you compile the library with debug info? I'm running into a problem and
need to step into the code to find out what's going on. The source code is
there, but, the debugger doesn't work right because it says the classes
weren't compiled with debug info. I'm using NetBeans 5.5.

Original issue reported on code.google.com by [email protected] on 11 Oct 2007 at 8:30

toSting() implementation that displays the current value of instance fields in human readable format.

The default implementation returns getClass().getName() + "@" +
Integer.toHexString(hashCode()).  The dafualt implementation is not human
readable and is useless for visualizing the current state of an object when
using a debugger. I would like to suggest that the toString() be overridden
in such as manner that it will display at the minimum the current value  of
the the public fields  AND the current value of the those fields that have
a getter. 

Thus the format could be: "{[fieldName : value ] [fieldMame : value]
[...]}" or something similar that is human readable. 

This is a simple refactoring and actually if you are using Eclipse then it
will construct a meaningful toString() for you.

This feature request was originally filed in the Calendar data API
developer forum.

Original issue reported on code.google.com by [email protected] on 13 Aug 2007 at 9:00

kkjkjkkolkllkllllööll

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 16 Jan 2008 at 10:36

Error in web.xml ?

What steps will reproduce the problem?
1. Load into Eclipse
2.
3.

What is the expected output? What do you see instead?
I get an error on the web.xml file like:
The content of element type "web-app" must match
"(icon?,display-name?,description?,distributable?,context-param*,filter*,filter-
mapping*,listener*,servlet*,servlet-mapping*,session-config?,mime-mapping*,welco
me-file-list?,error-page*,taglib*,resource-env-ref*,resource-ref*,security-const
raint*,login-config?,security-role*,env-entry*,ejb-ref*,ejb-local-ref*)".
GoogleSamples/src/sample/gbase/recipe/WEB-INF   web.xml line 3  

(Seems to be something with the listener tag. (If I remove I get not error.)

What version of the product are you using?  
1.14.1
On what operating system?
Windows XP

Please provide any additional information below.
I could just be stupid.

Original issue reported on code.google.com by [email protected] on 9 Nov 2007 at 4:48

Query.getQueryUri does not url encode particular DateTime variables.

What steps will reproduce the problem?
1. Set your system's clock to some time zone east of GMT
2. Implement some code that looks something like this:

// For the sake of brevity, assume querUrl and service are properly initialized
// variables of types URL and CalendarService respectively.
CalendarQuery myQuery = new CalendarQuery(queryUrl);
DateTime updatedMin = new DateTime(new Date(), TimeZone.getDefault());
myQuery.setUpdatedMin(updatedMin);
CalendarEventFeed myFeed = service.query(myQuery, CalendarEventFeed.class);

What is the expected output? What do you see instead?
Expect to get a valid CalendarEventFeed holding CalendarEventEntry's.
Instead I get this in my error log:

ServiceException
com.google.gdata.util.InvalidEntryException: Bad Request
Invalid updated-min.
Stack trace...

What version of the product are you using? On what operating system?
This issue exists with gdata.java-1.14.0 and earlier.

Please provide any additional information below.
Query.getQueryUri url encodes CustomParameter's, but it does not url encode 
parameters of type 
DateTime (which include updatedMin, updatedMax, publishedMin, and 
publishedMax). The 
DateTime.toString method will create a string with '+' in it for positive UTC 
zones.This behaviour 
break's Query urls.

Original issue reported on code.google.com by [email protected] on 11 Sep 2007 at 6:55

broken link

What steps will reproduce the problem?
1. go to  http://code.google.com/apis/gdata/client-java.html
2. click download 
3.

What is the expected output? What do you see instead?
expect to download file but file not found 

What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 6 Apr 2007 at 3:05

Java API inserts only invalid listings which are not searchable in item-type relevant context.

What steps will reproduce the problem?
1. create Housing manually
2. check that it's searchable under housing
3. load it using Java API
4. delete original listing using java API
5. erase entry id from loaded listing so it could be resaved
6. insert listing using java API
7. check that listing is NOT searchable under Housing any more.

What is the expected output? What do you see instead?
I expected that House to be searchable in the Housing context but it could
be found only in global search.

What version of the product are you using? On what operating system?
I used 1.0.11a and 1.1.13 both behave the same. Windows XP

Please provide any additional information below.

See attached class

Original issue reported on code.google.com by [email protected] on 13 Aug 2007 at 2:55

Attachments:

Library should not dump information messages to System.err

The problem is that using the library can dump an enormous amount of 
information to the error log.  
Typically Java frameworks would provide a flag or option to turn on this kind 
of information logging.

What steps will reproduce the problem?
1. Create a CalendarQuery and request a CalendarEventFeed

What is the expected output? What do you see instead?
No output to console is expected.
Resulting output to console, once for each CalendarEventEntry: 
21-Sep-2007 10:21:42 AM com.google.gdata.util.XmlParser$ElementHandler 
getChildHandler
INFO: No child handler for sequence. Treating as an extension element.
21-Sep-2007 10:21:42 AM com.google.gdata.util.XmlParser$ElementHandler 
getChildHandler
INFO: No child handler for uid. Treating as an extension element.

What version of the product are you using? On what operating system?
Observed with gdata-java-1.13.0 and 1.14.0

Please provide any additional information below.
From observation, there is no other negative impact in the library's inability 
to recognize the new 
extension elements. Since the library has a fallback for dealing with new or 
unrecognized extension 
elements, it should not log that this conversion is taking place. These 
messages add up when they 
occur once for every CalendarEventEntry.

Original issue reported on code.google.com by [email protected] on 21 Sep 2007 at 5:47

RFE: Refactor JAF/JavaMail dependency out of gdata-client.jar

Currently, gdata-client.jar has a dependency on activation.jar from JAF and
mail.jar from JavaMail.  It appears that this dependency is introduced via
the media GData flavors.

However, for the GData flavors (e.g. spreadsheets) that do not require
JavaMail, this introduces a ~ 400K "useless" dependency.

Can the JAF/JavaMail dependency be moved out of gdata-client.jar and into
the appropriate flavor's jar?

Original issue reported on code.google.com by [email protected] on 18 Jun 2007 at 6:17

Exception in thread "main" java.net.SocketException: Connection reset

Testing Document List API failed (getFeed) with following message:

Exception in thread "main" java.net.SocketException: Connection reset
    at java.net.SocketInputStream.read(Unknown Source)
    at java.io.BufferedInputStream.fill(Unknown Source)
    at java.io.BufferedInputStream.read1(Unknown Source)
    at java.io.BufferedInputStream.read(Unknown Source)
    at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source)
    at sun.net.www.http.HttpClient.parseHTTP(Unknown Source)
    at sun.net.www.http.HttpClient.parseHTTP(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream
(Unknown Source)
    at java.net.HttpURLConnection.getResponseCode(Unknown Source)
    at com.google.gdata.client.http.HttpGDataRequest.checkResponse
(Unknown Source)
    at com.google.gdata.client.http.HttpGDataRequest.execute(Unknown 
Source)
    at com.google.gdata.client.http.GoogleGDataRequest.execute(Unknown 
Source)
    at com.google.gdata.client.Service.getFeed(Unknown Source)
    at com.google.gdata.client.Service.getFeed(Unknown Source)
    at com.google.gdata.client.GoogleService.getFeed(Unknown Source)
    at com.google.gdata.client.Service.getFeed(Unknown Source)
    at com.nec.webqbe.mdr.test.DocumentTest.printEntry
(DocumentTest.java:74)
    at com.nec.webqbe.mdr.test.DocumentTest.showAllDocs
(DocumentTest.java:36)
    at com.nec.webqbe.mdr.test.DocumentTest.main(DocumentTest.java:29)


Here is the source:


import com.google.gdata.data.BaseEntry;
import com.google.gdata.util.AuthenticationException;
import com.google.gdata.client.docs.DocsService;
import com.google.gdata.client.spreadsheet.SpreadsheetService;
import com.google.gdata.util.ServiceException;
import com.google.gdata.data.docs.DocumentListEntry;
import com.google.gdata.data.docs.DocumentEntry;
import com.google.gdata.data.docs.DocumentListFeed;
import com.google.gdata.data.spreadsheet.SpreadsheetEntry;
import com.google.gdata.data.spreadsheet.SpreadsheetFeed;
import com.google.gdata.data.PlainTextConstruct;
import com.google.gdata.client.DocumentQuery;
import java.io.File;
import java.io.PrintStream;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.URL;
import java.net.MalformedURLException;
import java.util.List;

public class DocumentTest {
    static DocsService service = new DocsService("Document List Demo");

    public static void main(String[] args) throws IOException, 
ServiceException {
        service.setUserCredentials(id, password); // not shown 
        URL documentListFeedUrl = new URL
("http://docs.google.com/feeds/documents/private/full");
        showAllDocs(documentListFeedUrl);   
        showAllWords(documentListFeedUrl);
        showAllSpreadsheets(documentListFeedUrl);
        search("test", documentListFeedUrl);
    }

    public static void showAllDocs(URL documentListFeedUrl) throws 
IOException, ServiceException {
        printEntry(documentListFeedUrl);
    }

    public static void showAllWords(URL documentListFeedUrl) throws 
IOException, ServiceException {
        documentListFeedUrl = new URL(documentListFeedUrl.toString
() + "/-/document");
        printEntry(documentListFeedUrl);
    }

    public static void showAllSpreadsheets(URL documentListFeedUrl) 
throws IOException, ServiceException {
        documentListFeedUrl = new URL(documentListFeedUrl.toString
() + "/-/spreadsheet");
        DocumentListFeed feed = service.getFeed
(documentListFeedUrl, DocumentListFeed.class);
        for (DocumentListEntry entry : feed.getEntries()) {
            printDocumentEntry(entry);
        }
    }

    public static void search(String fullTextSearchString, URL 
documentListFeedUrl) throws IOException, ServiceException {
        DocumentQuery query = new DocumentQuery
(documentListFeedUrl);
        query.setFullTextQuery(fullTextSearchString);
        DocumentListFeed feed = service.query(query, 
DocumentListFeed.class);
        System.out.println("Results for  + fullTextSearchString 
+ ");
        for (DocumentListEntry entry : feed.getEntries()) {
            printDocumentEntry(entry);
        }
    }

    public void uploadFile(String filePath, URL documentListFeedUrl) 
throws IOException, ServiceException {
        DocumentEntry newDocument = new DocumentEntry();
        File documentFile = new File(filePath);
        newDocument.setFile(documentFile);
        // Set the title for the new document. For this example we 
just use the
        // filename of the uploaded file.
        newDocument.setTitle(new PlainTextConstruct
(documentFile.getName()));
        DocumentListEntry uploaded = service.insert
(documentListFeedUrl, newDocument);
        printDocumentEntry(uploaded);
    }

    public static void printEntry(URL documentListFeedUrl) throws 
IOException, ServiceException{
        DocumentListFeed feed = service.getFeed
(documentListFeedUrl, DocumentListFeed.class); // failing statement!!!
        for (DocumentListEntry entry : feed.getEntries()) {
            printDocumentEntry(entry);
        }
    }

    public static void printDocumentEntry(DocumentListEntry doc) {
        String shortId = doc.getId().substring(doc.getId
().lastIndexOf('/') + 1);
        System.out.println(" -- Document(" + shortId + "/" + 
doc.getTitle().getPlainText() + ")");
    }   
}


Your advise is appreciated!
PS. Other API like Calendar or Spreadsheet works fine.



Original issue reported on code.google.com by [email protected] on 17 Apr 2008 at 9:58

The compiled gdata-client-1.0.jar is missing a required object.

What steps will reproduce the problem?
1. Include the gdata-client-1.0.jar as the library in any project based IDE.
2. Create a service request object.
3. Compile the project keeping all dependencies intact.

What is the expected output? What do you see instead?
Expected Output : Project Should Compile without any errors. 

Instead getting the following error.

GDataRequest$RequestType not found  in enum
com.google.gdata.client.Service.GDataRequest.RequestType in class
com.google.gdata.client.GoogleService

Verified that the gdata-client-1.0.jar which is part of the current
gdata.java-1.13.0 release is missing the RequestType object of type enum in
the "public static interface GDataRequest".

Hence,the compiled jar cannot be included in projects.

What version of the product are you using? On what operating system?
gdata.java-1.13.0 /Windows XP.

Please provide any additional information below.

Opened the interface declaration in the IDE which reveals the following :

/*

package com.google.gdata.client;

public static interface GDataRequest
{
    // 
    // Methods
    // 
    void setConnectTimeout(int p1) { }

    void setReadTimeout(int p1) { }

    void setIfModifiedSince(com.google.gdata.data.DateTime p1) { }

    void setHeader(java.lang.String p1, java.lang.String p2) { }

    void setPrivateHeader(java.lang.String p1, java.lang.String p2) { }

    java.io.OutputStream getRequestStream() { }

    void execute() { }

    com.google.gdata.util.ContentType getResponseContentType() { }

    java.io.InputStream getResponseStream() { }
}


*/

As visible the interface is missing the RequestType enum in its definition.


Thanks,
Shishir



Original issue reported on code.google.com by shishir.srivastava on 13 Aug 2007 at 11:25

When will we can see .NET API for Youtube

What steps will reproduce the problem?
1. We would like to learn with .NET API for Youtube 
2. & Documents


What is the expected output? What do you see instead?
.NET API for youtube

What version of the product are you using? On what operating system?
for Windows 2003 or any after 2000

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 21 Oct 2007 at 2:45

Need a java Api for java

What steps will reproduce the problem?
1. java api for gmail 


What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 9 Sep 2007 at 11:55

Documentation error for setMinimumStartTime

on this page in the javadoc
http://code.google.com/apis/gdata/javadoc/com/google/gdata/client/calendar/Calen
darQuery.html#setMinimumStartTime(com.google.gdata.data.DateTime)
"Sets the minimum start time for events returned by the query. Only events
that start on or after this time will be returned."

This is not true, start-min also returns events that started before its
time value, as long as the event's end time is past the start-min value. 
The documentation should be consistent with the Reference guide here -

http://code.google.com/apis/calendar/reference.html#Parameters


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 8 Apr 2008 at 3:18

Authentication is broken for accounts hosted on a domain that uses google apps

What steps will reproduce the problem?
1. Create a non-google google base account. <someone>@<somewhere>.com
2. Sign up for Google apps for domain <somewhere>.com
3. Authentication for <someone>@somewhere>.com breaks.

What is the expected output? What do you see instead?

I expect signing up for google apps not break my existing working account
from authenticating using the API. 

I get an InvalidCredentialsException.

What version of the product are you using? On what operating system?

I am using the latest version (1.15.2)

Please provide any additional information below.

I found the source of the problem. GoogleAuthTokenFactory has the account
type hardcoded, if I change the accountType from HOSTED_OR_GOOGLE to GOOGLE 
my program works again as expected.

Original issue reported on code.google.com by [email protected] on 17 Jan 2008 at 6:25

Enter one-line summary

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 9 Jul 2007 at 6:07

YouTubeReadonlyClient.java Problem Parsing Playlists

YouTubeReadonlyClient.java

---

Mar 12, 2008 2:40:50 PM com.google.gdata.util.LogUtils logException
WARNING: [Line 1, Column 3314, element yt:description] 
com.google.gdata.util.ParseException: Missing required text content
Message: Missing required text content

    at com.google.gdata.data.AttributeHelper.consume(Unknown Source)
    at com.google.gdata.data.AttributeHelper.consumeContent(Unknown Source)
    at
com.google.gdata.data.youtube.AbstractFreeTextExtension.consumeAttributes(Unknow
n
Source)
    at
com.google.gdata.data.AbstractExtension$AttributesHandler.processEndElement(Unkn
own
Source)
    at com.google.gdata.util.XmlParser.endElement(Unknown Source)
    at org.xml.sax.helpers.ParserAdapter.endElement(ParserAdapter.java:626)
    at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Abstract
SAXParser.java:593)
    at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndEl
ement(XMLDocumentFragmentScannerImpl.java:1772)
    at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentC
ontentDriver.next(XMLDocumentFragmentScannerImpl.java:2923)
    at
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentS
cannerImpl.java:647)
    at
com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocum
entScannerImpl.java:140)
    at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocum
ent(XMLDocumentFragmentScannerImpl.java:508)
    at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configu
ration.java:807)
    at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configu
ration.java:737)
    at
com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:107)
    at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXPa
rser.java:1205)
    at
com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXPar
serImpl.java:522)
    at org.xml.sax.helpers.ParserAdapter.parse(ParserAdapter.java:405)
    at com.google.gdata.util.XmlParser.parse(Unknown Source)
    at com.google.gdata.util.XmlParser.parse(Unknown Source)
    at com.google.gdata.data.BaseFeed.parseAtom(Unknown Source)
    at com.google.gdata.data.BaseFeed.readFeed(Unknown Source)
    at com.google.gdata.client.Service.getFeed(Unknown Source)
    at com.google.gdata.client.Service.getFeed(Unknown Source)
    at com.google.gdata.client.GoogleService.getFeed(Unknown Source)
    at com.google.gdata.client.Service.getFeed(Unknown Source)
    at
sample.youtube.YouTubeReadonlyClient.printPlaylistsFeed(YouTubeReadonlyClient.ja
va:586)
    at
sample.youtube.YouTubeReadonlyClient.printPlaylists(YouTubeReadonlyClient.java:4
63)
    at sample.youtube.YouTubeReadonlyClient.main(YouTubeReadonlyClient.java:757)
The server had a problem handling your request.
com.google.gdata.util.ParseException: [Line 1, Column 3314, element
yt:description] Missing required text content
    at com.google.gdata.util.XmlParser.throwParseException(Unknown Source)
    at com.google.gdata.util.XmlParser.parse(Unknown Source)
    at com.google.gdata.util.XmlParser.parse(Unknown Source)
    at com.google.gdata.data.BaseFeed.parseAtom(Unknown Source)
    at com.google.gdata.data.BaseFeed.readFeed(Unknown Source)
    at com.google.gdata.client.Service.getFeed(Unknown Source)
    at com.google.gdata.client.Service.getFeed(Unknown Source)
    at com.google.gdata.client.GoogleService.getFeed(Unknown Source)
    at com.google.gdata.client.Service.getFeed(Unknown Source)
    at
sample.youtube.YouTubeReadonlyClient.printPlaylistsFeed(YouTubeReadonlyClient.ja
va:586)
    at
sample.youtube.YouTubeReadonlyClient.printPlaylists(YouTubeReadonlyClient.java:4
63)
    at sample.youtube.YouTubeReadonlyClient.main(YouTubeReadonlyClient.java:757)
Caused by: com.google.gdata.util.ParseException: Missing required text content
    at com.google.gdata.data.AttributeHelper.consume(Unknown Source)
    at com.google.gdata.data.AttributeHelper.consumeContent(Unknown Source)
    at
com.google.gdata.data.youtube.AbstractFreeTextExtension.consumeAttributes(Unknow
n
Source)
    at
com.google.gdata.data.AbstractExtension$AttributesHandler.processEndElement(Unkn
own
Source)
    at com.google.gdata.util.XmlParser.endElement(Unknown Source)
    at org.xml.sax.helpers.ParserAdapter.endElement(ParserAdapter.java:626)
    at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Abstract
SAXParser.java:593)
    at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndEl
ement(XMLDocumentFragmentScannerImpl.java:1772)
    at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentC
ontentDriver.next(XMLDocumentFragmentScannerImpl.java:2923)
    at
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentS
cannerImpl.java:647)
    at
com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocum
entScannerImpl.java:140)
    at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocum
ent(XMLDocumentFragmentScannerImpl.java:508)
    at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configu
ration.java:807)
    at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configu
ration.java:737)
    at
com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:107)
    at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXPa
rser.java:1205)
    at
com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXPar
serImpl.java:522)
    at org.xml.sax.helpers.ParserAdapter.parse(ParserAdapter.java:405)
    ... 11 more

Original issue reported on code.google.com by [email protected] on 12 Mar 2008 at 1:47

Document required version of ant

What steps will reproduce the problem?
1. ant build.client.metadata.kinds

What is the expected output? What do you see instead?
Expected: ant BUILD SUCCESSFUL
Instead: BUILD FAILED java/build.xml:235: Could not create task or
type of type: apt. 

I believe we require ant >= 1.7.0 for the apt task.  This task fails under
1.6.5 -- Please update the documentation to reflect this dependency.

Original issue reported on code.google.com by [email protected] on 10 Aug 2007 at 7:55

Source code not completely committed

What steps will reproduce the problem?
1. cd gdata-java-client/java
2. ant

What is the expected output? 
BUILD SUCCESSFUL

What do you see instead?
BUILD FAILED (see the attachment for details)

What version of the product are you using? On what operating system?
happened on two latest versions, OS Gentoo Linux (not really relevant to
this defect):
SVN#6 == gdata.java-1.0.10
SVN#7 == gdata.java-1.0.11

Please provide any additional information below.
There seem to be missing sources for following classes (see the attached
ant log):
- ExtensionManifest
- BaseEventEntry
- UnicodeReader
- GeoRssWhere

Some classes seem to be obsolete.
Besides that, all *.manifest files have been deleted, but the build.xml
file still references them.

There are probably more troubles with the committed sources, but they are
apparently not in sync with released libraries.

Original issue reported on code.google.com by [email protected] on 16 May 2007 at 10:04

Attachments:

Sample source fails to build

cd gdata/java
ant -debug -buildfile build-samples.xml

Expected output: BUILD SUCCESSFUL
Actual output: See attached build output

Configuration:
gdata-src.java-1.16.2
gdata-samples.java-1.16.2
javac 1.7.0-internal
java version "1.7.0"
IcedTea Runtime Environment (build 1.7.0-b21)
IcedTea 64-Bit Server VM (build 1.7.0-b21, mixed mode)
Ubuntu Linux 7.10

To resolve issue, add "${gdata-core.jar}" to classpath in
"build-samples/core.xml" and to javac command in each sample build script,
add reference to classpath 'build.service.core.classpath'.

Original issue reported on code.google.com by [email protected] on 17 Mar 2008 at 3:51

Attachments:

Enter one-line summary

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 9 Jun 2007 at 10:53

node

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 7 Oct 2007 at 2:51

olmpic strategy of china

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 16 Apr 2008 at 3:28

Feature request api to googlecode issue tracking system

Feature request.
integrate an interface to communicate with a googlecode projects issue 
tracking system. with the minimum feature create new bugs.

This could then be implemented into projects hosted at googlecode to give 
better issue tracking which in turn gives a better project.


Original issue reported on code.google.com by [email protected] on 9 Nov 2007 at 4:49

Las vegas poker

What steps will reproduce the problem?
1. Poker 
2. poker tournaments
3. texas holdem

What is the expected output? What do you see instead?
Poker information

What version of the product are you using? On what operating system?
na

Please provide any additional information below.
A poker playing iformation site.

Original issue reported on code.google.com by [email protected] on 2 Apr 2008 at 7:21

java.lang.UnsupportedClassVersionError: Bad version number in .class file

The client jars are compiled with java 6 but you say that the jdk required
is the 5 version or greater.

From your dependencies page:

  "Java Development Kit version 5.0 or greater. Latest version of JDK is
available for download from http://java.sun.com."

From the gdata-core-1.0.jar MANIFEST:

  "Created-By: 1.6.0-b105 (Sun Microsystems Inc.)"

Original issue reported on code.google.com by [email protected] on 18 Apr 2008 at 7:40

Interacting with Google Docs

There is currently (1.0.11a) no Google Docs component in the API. As such
I'd like it (and I suppose I'm not the only one wanting this) if such a
component was added. (unless it's already there and I'm missing it, I'd
like to be able to interact with Word documents in my web app - I'm
currently working on integrating Google Docs & Spreadsheets into xwiki as
part of Google Summer of Code; the new powerpoint feature would also be
awsome).

Keep up the good work!
Radu Danciu
[email protected]


Original issue reported on code.google.com by [email protected] on 12 Jun 2007 at 7:18

Enter one-line summary

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 12 Mar 2008 at 8:48

connection refused using PicasawebCommandLine

What steps will reproduce the problem?
1. run the application (im behind a proxy, but it autenticates successfuly) 
2. request the album list
3. profit!

What is the expected output? What do you see instead?

expected output: the album list
real output: 

Get Feed URL: http://picasaweb.google.com/data/feed/api/user/default
Exception in thread "main" java.net.ConnectException: Connection refused
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
        at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
        at java.net.Socket.connect(Socket.java:520)
        at java.net.Socket.connect(Socket.java:470)
        at sun.net.NetworkClient.doConnect(NetworkClient.java:157)
        at sun.net.www.http.HttpClient.openServer(HttpClient.java:387)
        at sun.net.www.http.HttpClient.openServer(HttpClient.java:522)
        at sun.net.www.http.HttpClient.<init>(HttpClient.java:231)
        at sun.net.www.http.HttpClient.New(HttpClient.java:304)
        at sun.net.www.http.HttpClient.New(HttpClient.java:321)
        at
sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.j
ava:813)
        at
sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:
765)
        at
sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:690)
        at com.google.gdata.client.http.HttpGDataRequest.execute(Unknown
Source)
        at com.google.gdata.client.http.GoogleGDataRequest.execute(Unknown
Source)
        at com.google.gdata.client.Service.getFeed(Unknown Source)
        at com.google.gdata.client.Service.getFeed(Unknown Source)
        at com.google.gdata.client.GoogleService.getFeed(Unknown Source)
        at com.google.gdata.client.Service.getFeed(Unknown Source)
        at pycasa.PicasawebClient.getFeed(PicasawebClient.java:225)
        at pycasa.PicasawebClient.getAlbums(PicasawebClient.java:82)
        at pycasa.PicasawebClient.getAlbums(PicasawebClient.java:100)
        at
pycasa.PicasawebCommandLine.showAlbums(PicasawebCommandLine.java:112)
        at pycasa.PicasawebCommandLine.mainLoop(PicasawebCommandLine.java:99)
        at pycasa.PicasawebCommandLine.main(PicasawebCommandLine.java:79)

What version of the product are you using? On what operating system?
version 1.15.0 on ubuntu 7.10 java 1.5

Please provide any additional information below.

i cant make any request, it refuse the connection, the strange thing is
that it autenticate fine, the requests fail, i dont know if being behind a
proxy has something to do with it

Original issue reported on code.google.com by [email protected] on 19 Nov 2007 at 9:00

milions of problems with this api

this is fucked up, can you do anything right ?? there are milions of
problems including instalation. It seems you are retarded though and cant
make a simple api


Original issue reported on code.google.com by [email protected] on 14 Mar 2008 at 10:49

Create utilities to construct Feed and Entry URLs

The feed and entry URLs in GData APIs are frequently composed from a
template consisting of things like "user", "security", "projection".   It
might be helpful for users of services if there were a library distributed
with each service's client lib that did the URL construction for you.

So from a user's point of view, a feed would be requested not by providing
a URL, but by providing the parameters that instantiate the URL template. 
The user would not necessarily see the URL itself.

Internal Tracking ID: 786269

Original issue reported on code.google.com by [email protected] on 6 Aug 2007 at 10:08

How do I include a HTTP proxy?

I know this issue is not related to GData APIs (not quite).

I copied the first Calendar data example (list of all calendars)
http://code.google.com/support/bin/answer.py?answer=78455 (class 
CalendarTest)

This worked fine at home, where my ISP has a transaprent proxy

I tried to do the same at the office, where the proxy has to be configured 
manually. Since I don't know how to configure a proxy in the demo java 
class Calendartest, I always get UnknownHostException causing 
com.google.gdata.util.AuthenticationException.

Anybody knows where to set up the proxy details? 

Jindra Vavruska

Original issue reported on code.google.com by [email protected] on 28 Mar 2008 at 10:07

Trying to run GAppsForYourDomain from gdata-samples.java-1.16.2 (Error connecting with login URI)

What steps will reproduce the problem?
0. Enabled Provisioning API w/in GApps Premier Account (15 mins prior)
1. Download & Unzip,
http://gdata-java-client.googlecode.com/files/gdata-samples.java-1.16.2.zip
2. Add the third-party .jars
3. C:\dev\tools\google\gdata\java>ant -f build-samples.xml
4. Update build.properties 

# Parameters passed to the appsforyourdomain sample
# EDIT-THIS: Specify data related to your domain
[email protected]
sample.appsforyourdomain.admin_password=XXXXXXX
sample.appsforyourdomain.domain=5amsolutions.com

5. ant -f build-samples.xml sample.appsforyourdomain.run

What is the expected output? What do you see instead?

Buildfile: build-samples.xml

sample.appsforyourdomain.dependencies:

template.require.service.jar:

sample.core.dependencies:

core.sample.core.util.build:
    [javac] Compiling 2 source files to
C:\dev\tools\google\gdata\java\sample\util\classes
    [javac] Note:
C:\dev\tools\google\gdata\java\sample\util\CommonUtils.java uses or
overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
      [jar] Building jar:
C:\dev\tools\google\gdata\java\sample\util\lib\sample-util.jar

sample.appsforyourdomain.build:
    [javac] Compiling 2 source files to
C:\dev\tools\google\gdata\java\sample\appsforyourdomain\classes
      [jar] Building jar:
C:\dev\tools\google\gdata\java\sample\appsforyourdomain\lib\AppsForYourDomainCli
ent.jar

sample.appsforyourdomain.run:
     [java] Exception in thread "main"
com.google.gdata.util.AuthenticationException: Error connecting with login URI
     [java]     at
com.google.gdata.client.GoogleAuthTokenFactory.getAuthToken(Unknown Source)
     [java]     at
com.google.gdata.client.GoogleAuthTokenFactory.setUserCredentials(Unknown
Source)
     [java]     at
com.google.gdata.client.GoogleService.setUserCredentials(Unknown Source)
     [java]     at
com.google.gdata.client.GoogleService.setUserCredentials(Unknown Source)
     [java]     at
sample.appsforyourdomain.AppsForYourDomainClient.<init>(Unknown Source)
     [java]     at
sample.appsforyourdomain.AppsForYourDomainClient.main(Unknown Source)
     [java] Caused by: java.net.UnknownHostException: www.google.com
     [java]     at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)
     [java]     at java.net.Socket.connect(Socket.java:507)
     [java]     at java.net.Socket.connect(Socket.java:457)
     [java]     at sun.net.NetworkClient.doConnect(NetworkClient.java:157)
     [java]     at sun.net.www.http.HttpClient.openServer(HttpClient.java:365)
     [java]     at sun.net.www.http.HttpClient.openServer(HttpClient.java:477)
     [java]     at
sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:278)
     [java]     at
sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:335)
     [java]     at
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(A
bstractDelegateHttpsURLConnection.java:176)
     [java]     at
sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:
744)
     [java]     at
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDe
legateHttpsURLConnection.java:162)
     [java]     at
sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.ja
va:836)
     [java]     at
sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnec
tionImpl.java:230)
     [java]     at
com.google.gdata.client.GoogleAuthTokenFactory.makePostRequest(Unknown Source)
     [java]     ... 6 more

What version of the product are you using? On what operating system?

gdata-samples.java-1.16.2

Please provide any additional information below.

1. I'm not behind a firewall (plugged directly into my cable modem service). 

2. JDK 5

3. My Ant Diagnostics Output (more details)

Apache Ant version 1.7.0 compiled on December 13 2006
Buildfile: build.xml does not exist!
Build failed
C:\dev\tools\google\gdata\java>ant diagnostics
Buildfile: build.xml does not exist!
Build failed
C:\dev\tools\google\gdata\java>ant
Buildfile: build.xml does not exist!
Build failed
C:\dev\tools\google\gdata\java>ant -diagnostics
------- Ant diagnostics report -------
Apache Ant version 1.7.0 compiled on December 13 2006

-------------------------------------------
 Implementation Version
-------------------------------------------
core tasks     : 1.7.0
optional tasks : not available

-------------------------------------------
 ANT PROPERTIES
-------------------------------------------
ant.version: Apache Ant version 1.7.0 compiled on December 13 2006
ant.java.version: 1.5
ant.core.lib: C:\dev\tools\apache-ant-1.7.0\lib\ant.jar
ant.home: C:\dev\tools\apache-ant-1.7.0

-------------------------------------------
 ANT_HOME/lib jar listing
-------------------------------------------
ant.home: C:\dev\tools\apache-ant-1.7.0
ant-antlr.jar (5769 bytes)
ant-apache-bcel.jar (8627 bytes)
ant-apache-bsf.jar (3980 bytes)
ant-apache-log4j.jar (3074 bytes)
ant-apache-oro.jar (39591 bytes)
ant-apache-regexp.jar (3737 bytes)
ant-apache-resolver.jar (4080 bytes)
ant-commons-logging.jar (3943 bytes)
ant-commons-net.jar (47163 bytes)
ant-jai.jar (21368 bytes)
ant-javamail.jar (7011 bytes)
ant-jdepend.jar (8152 bytes)
ant-jmf.jar (6609 bytes)
ant-jsch.jar (30122 bytes)
ant-junit.jar (92792 bytes)
ant-launcher.jar (11734 bytes)
ant-netrexx.jar (9895 bytes)
ant-nodeps.jar (430311 bytes)
ant-starteam.jar (35404 bytes)
ant-stylebook.jar (2334 bytes)
ant-swing.jar (6713 bytes)
ant-testutil.jar (14919 bytes)
ant-trax.jar (6897 bytes)
ant-weblogic.jar (14254 bytes)
ant.jar (1289806 bytes)
xercesImpl.jar (1212965 bytes)
xml-apis.jar (195119 bytes)

-------------------------------------------
 USER_HOME/.ant/lib jar listing
-------------------------------------------
user.home: C:\Documents and Settings\smatyas
No such directory.

-------------------------------------------
 Tasks availability
-------------------------------------------
image : Missing dependency javax.media.jai.PlanarImage
sshexec : Missing dependency com.jcraft.jsch.UserInfo
scp : Missing dependency com.jcraft.jsch.UserInfo
jdepend : Missing dependency jdepend.xmlui.JDepend
A task being missing/unavailable should only matter if you are trying to use it

-------------------------------------------
 org.apache.env.Which diagnostics
-------------------------------------------
Not available.
Download it at http://xml.apache.org/commons/

-------------------------------------------
 XML Parser information
-------------------------------------------
XML Parser : org.apache.xerces.jaxp.SAXParserImpl
XML Parser Location: C:\dev\tools\apache-ant-1.7.0\lib\xercesImpl.jar
Namespace-aware parser : org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser
Namespace-aware parser Location:
C:\dev\tools\apache-ant-1.7.0\lib\xercesImpl.jar

-------------------------------------------
 System properties
-------------------------------------------
java.runtime.name : Java(TM) 2 Runtime Environment, Standard Edition
sun.boot.library.path : C:\dev\java_platforms\jdk1.5.0_06\jre\bin
java.vm.version : 1.5.0_06-b05
ant.library.dir : C:\dev\tools\apache-ant-1.7.0\lib
java.vm.vendor : Sun Microsystems Inc.
java.vendor.url : http://java.sun.com/
path.separator : ;
java.vm.name : Java HotSpot(TM) Client VM
file.encoding.pkg : sun.io
user.country : US
sun.os.patch.level : Service Pack 2
java.vm.specification.name : Java Virtual Machine Specification
user.dir : C:\dev\tools\google\gdata\java
java.runtime.version : 1.5.0_06-b05
java.awt.graphicsenv : sun.awt.Win32GraphicsEnvironment
java.endorsed.dirs : C:\dev\java_platforms\jdk1.5.0_06\jre\lib\endorsed
os.arch : x86
java.io.tmpdir : C:\DOCUME~1\smatyas\LOCALS~1\Temp\
line.separator :

java.vm.specification.vendor : Sun Microsystems Inc.
user.variant :
os.name : Windows XP
ant.home : C:\dev\tools\apache-ant-1.7.0
sun.jnu.encoding : Cp1252
java.library.path :
C:\dev\java_platforms\jdk1.5.0_06\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\dev\to
ols\svn-win32-1.4.6\
bin;C:\dev\databases\oracle\product\10.2.0\bin;C:\dev\tools\PHP\;C:\WINDOWS\syst
em32;C:\WINDOWS;C:\WINDOWS\System32\Wbem
;C:\dev\java_platforms\jdk1.5.0_06\bin;C:\dev\tools\apache-ant-1.7.0\bin;C:\dev\
tools\TortoiseCVS;C:\Program
Files\Intel
\Wireless\Bin;C:\Program Files\ATI Technologies\ATI.ACE\;C:\Program
Files\Microsoft Office\OFFICE11\Business Contact Man
ager\IM;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;C:\Program
Files\Microsoft Office\OFFICE11\Business Contact
 Manager\;C:\dev\tools\apache-maven-2.0.8\bin;C:\Program Files\Common
Files\GTK\2.0\bin;C:\dev\databases\mysql\5.0\bin;C
:\Program Files\QuickTime\QTSystem\;C:\Program Files\SSH Communications
Security\SSH Secure Shell;C:\Program Files\CVSNT
\
java.specification.name : Java Platform API Specification
java.class.version : 49.0
sun.management.compiler : HotSpot Client Compiler
os.version : 5.1
user.home : C:\Documents and Settings\smatyas
user.timezone : America/New_York
java.awt.printerjob : sun.awt.windows.WPrinterJob
file.encoding : Cp1252
java.specification.version : 1.5
user.name : smatyas
java.class.path :
C:\dev\tools\apache-ant-1.7.0\lib\ant-launcher.jar;C:\dev\tools\google\gdata\jav
a\.;C:\dev\java_platfo
rms\jre1.5.0_06\lib\ext\QTJava.zip;C:\dev\tools\apache-ant-1.7.0\lib\ant-antlr.j
ar;C:\dev\tools\apache-ant-1.7.0\lib\ant
-apache-bcel.jar;C:\dev\tools\apache-ant-1.7.0\lib\ant-apache-bsf.jar;C:\dev\too
ls\apache-ant-1.7.0\lib\ant-apache-log4j
.jar;C:\dev\tools\apache-ant-1.7.0\lib\ant-apache-oro.jar;C:\dev\tools\apache-an
t-1.7.0\lib\ant-apache-regexp.jar;C:\dev
\tools\apache-ant-1.7.0\lib\ant-apache-resolver.jar;C:\dev\tools\apache-ant-1.7.
0\lib\ant-commons-logging.jar;C:\dev\too
ls\apache-ant-1.7.0\lib\ant-commons-net.jar;C:\dev\tools\apache-ant-1.7.0\lib\an
t-jai.jar;C:\dev\tools\apache-ant-1.7.0\
lib\ant-javamail.jar;C:\dev\tools\apache-ant-1.7.0\lib\ant-jdepend.jar;C:\dev\to
ols\apache-ant-1.7.0\lib\ant-jmf.jar;C:\
dev\tools\apache-ant-1.7.0\lib\ant-jsch.jar;C:\dev\tools\apache-ant-1.7.0\lib\an
t-junit.jar;C:\dev\tools\apache-ant-1.7.
0\lib\ant-launcher.jar;C:\dev\tools\apache-ant-1.7.0\lib\ant-netrexx.jar;C:\dev\
tools\apache-ant-1.7.0\lib\ant-nodeps.ja
r;C:\dev\tools\apache-ant-1.7.0\lib\ant-starteam.jar;C:\dev\tools\apache-ant-1.7
.0\lib\ant-stylebook.jar;C:\dev\tools\ap
ache-ant-1.7.0\lib\ant-swing.jar;C:\dev\tools\apache-ant-1.7.0\lib\ant-testutil.
jar;C:\dev\tools\apache-ant-1.7.0\lib\an
t-trax.jar;C:\dev\tools\apache-ant-1.7.0\lib\ant-weblogic.jar;C:\dev\tools\apach
e-ant-1.7.0\lib\ant.jar;C:\dev\tools\apa
che-ant-1.7.0\lib\xercesImpl.jar;C:\dev\tools\apache-ant-1.7.0\lib\xml-apis.jar;
C:\dev\java_platforms\jdk1.5.0_06\lib\to
ols.jar
java.vm.specification.version : 1.0
sun.arch.data.model : 32
java.home : C:\dev\java_platforms\jdk1.5.0_06\jre
java.specification.vendor : Sun Microsystems Inc.
user.language : en
awt.toolkit : sun.awt.windows.WToolkit
java.vm.info : mixed mode
java.version : 1.5.0_06
java.ext.dirs : C:\dev\java_platforms\jdk1.5.0_06\jre\lib\ext
sun.boot.class.path :
C:\dev\java_platforms\jdk1.5.0_06\jre\lib\rt.jar;C:\dev\java_platforms\jdk1.5.0_
06\jre\lib\i18n.ja
r;C:\dev\java_platforms\jdk1.5.0_06\jre\lib\sunrsasign.jar;C:\dev\java_platforms
\jdk1.5.0_06\jre\lib\jsse.jar;C:\dev\jav
a_platforms\jdk1.5.0_06\jre\lib\jce.jar;C:\dev\java_platforms\jdk1.5.0_06\jre\li
b\charsets.jar;C:\dev\java_platforms\jdk
1.5.0_06\jre\classes
java.vendor : Sun Microsystems Inc.
file.separator : \
java.vendor.url.bug : http://java.sun.com/cgi-bin/bugreport.cgi
sun.cpu.endian : little
sun.io.unicode.encoding : UnicodeLittle
sun.desktop : windows
sun.cpu.isalist : pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86

-------------------------------------------
 Temp dir
-------------------------------------------
Temp dir is C:\DOCUME~1\smatyas\LOCALS~1\Temp\
Temp dir is writeable
Temp dir alignment with system clock is 16 ms

-------------------------------------------
 Locale information
-------------------------------------------
Timezone Eastern Standard Time offset=-14400000

-------------------------------------------
 Proxy information
-------------------------------------------
Java1.5+ proxy settings:
Direct connection 

Original issue reported on code.google.com by [email protected] on 4 Apr 2008 at 2:51

kkjkjkkolkllkllllööll

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 16 Jan 2008 at 10:36

javadocs fail to build

Due to a known bug in certain versions of doclet, javadocs fail to build for 
gdata-java-client.  
Specifically, an HTML markup tags beginning with the letter A need to be 
escaped.

SUN Bug Report: <http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5082928>


What version of the product are you using? On what operating system?
 - gdata-java-client TRUNK
 - java 1.5.0_13
 - Mac OS 10.5.1

It looks like a number of these were addressed, but there were still a dozen or 
two... I've attached 
a patch that corrects the stragglers.


Original issue reported on code.google.com by [email protected] on 27 Nov 2007 at 5:03

Attachments:

Regarding the joining in the project

What steps will reproduce the problem?
1. I would like to join in your project.Please let me the process for that.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 10 Oct 2007 at 11:55

Enter one-line summary

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 15 Jun 2007 at 4:42

GDataRequest$RequestType not found in enum com.google.gdata.client.Service.GDataRequest.RequestType in class com.google.gdata.client.GoogleService in class com.google.gdata.client.spreadsheet.SpreadsheetService

What steps will reproduce the problem?
1. Create a simple object of type 'SpreadsheetService'.

2. SpreadsheetService myService = new
SpreadsheetService("exampleCo-exampleApp-1");

3. Infact for any new service object am getting a similar error during
compilation. Ensured that the class path is correctly set to the downloaded
client library.


What is the expected output? What do you see instead?

Should be able to create a new service object.


What version of the product are you using? On what operating system?
gdata.java-1.13.0/Windows XP


Please provide any additional information below.
Using Jdeveloper to create a simple routing class file.


Original issue reported on code.google.com by shishir.srivastava on 8 Aug 2007 at 10:02

gdata picasa file upload requires javamail jar or you get a NoClassDefFoundError

What steps will reproduce the problem?
1. Tried to upload a file to Picasa using registered AuthSub session token and 
I get a NoClassDefFoundError exception and the upload fails:

Exception in thread "main" java.lang.NoClassDefFoundError: 
com/sun/mail/util/BASE64EncoderStream
    at com.google.gdata.client.media.MediaService.initMediaRequest(Unknown Source)
    at com.google.gdata.client.media.MediaService.insert(Unknown Source)


Here is the offending code:

PicasawebService myService =
  new PicasawebService("example-testApp-1");
      myService.setAuthSubToken("the token", privateKey); //replace with your real session token
URL feedUrl = new URL (" 
http://picasaweb.google.com/data/feed/api/user/default/albumid/default");
      MediaFileSource myMedia = new MediaFileSource(new File("test.jpg"), "image/jpeg");


If I add the mail.jar from java mail 1.4.1  to the classpath 
(http://java.sun.com/products/javamail/downloads/index.html), the exception 
goes away and 
the upload succeeds.


What is the expected output? What do you see instead?
I expected the upload to work, got the following exception instead:

Exception in thread "main" java.lang.NoClassDefFoundError: 
com/sun/mail/util/BASE64EncoderStream
    at com.google.gdata.client.media.MediaService.initMediaRequest(Unknown Source)
    at com.google.gdata.client.media.MediaService.insert(Unknown Source)

What version of the product are you using? On what operating system?
java version "1.5.0_13"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13-b05-237)
Java HotSpot(TM) Client VM (build 1.5.0_13-119, mixed mode, sharing)

gdata 1.16.1

OSX 10.5.2

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 28 Mar 2008 at 8:54

Provide project template files for common IDEs

What steps will reproduce the problem?
The default library uses ant build configuration.  It will be nice to have
project template files that can be used out of the box for popular IDEs
(Eclipse, IntelliJ etc)

It is a big pain for external developers to set it by themselves.

Original issue reported on code.google.com by [email protected] on 9 Aug 2007 at 2:00

Enter one-line summary

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 12 May 2007 at 12:31

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.