Git Product home page Git Product logo

gdata-java-client-eclipse-plugin's People

gdata-java-client-eclipse-plugin's Issues

does not support proxy URL

What steps will reproduce the problem?
1. Run the UserService login
2.
3.

What is the expected output? What do you see instead?
I expect to get logged in but i am getting exception:
com.google.gdata.util.AuthenticationException: Error connecting with login URI
.....
Caused by: java.net.UnknownHostException: www.google.com

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

Please provide any additional information below.
If you could add a constructor for Proxy URL...

Original issue reported on code.google.com by [email protected] on 12 Jul 2010 at 8:25

Google sites API?

What steps will reproduce the problem?
1. Install all the dependencies
2. Or install Google Data API , Or add all the jar's in folder
3. Try to compile Google sites sample

What is the expected output? What do you see instead?
Connection, authorization and list contents - expected
Class not found error / exception - as it is

Please use labels and text to provide additional information.
tried to compile CLI Sites utility

Original issue reported on code.google.com by [email protected] on 14 May 2011 at 7:45

cvgg

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 25 Jul 2009 at 9:55

please provide google finance plugin

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 Mar 2011 at 8:13

Do not work th up-date

What steps will reproduce the problem?
1.
2. When ip bind the Url
3.

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


What version of the product are you using? On what operating system?
Eclipse Helios Service Release 2, on Windows vista Business

Please provide any additional information below.
I've tried to install the gdata whit the url that is in the guide user, but the 
installation is not successful


Original issue reported on code.google.com by [email protected] on 27 May 2011 at 5:40

Eclipse 3.5, no Java templates produced.

What steps will reproduce the problem?
1. Generate a new project using Other->Google Data->Google Data Project
2. Choose any of the templates provided (Documents, Spreadsheet, etc)
3.

What is the expected output? What do you see instead?
Expected to a Java Class file with an outline of the code needed to access 
Google Data

Instead, always get an empty Java Class file, appropriately named

What version of the product are you using? On what operating system?
1.0 Google Data Plugin
3.5 Eclipse
Windows 7


Please provide any additional information below.
Installed plugin via 
http://gdata-java-client-eclipse-plugin.googlecode.com/svn/update-site

Older EMF files did not install as already had version 2.0 versions

Original issue reported on code.google.com by [email protected] on 21 Aug 2010 at 5:02

Eclipse and Gdata plugin on mac os - setUserCredentials

What steps will reproduce the problem?
1. Using Eclipse with the gdata java client plugin
2. Using the prescribed dependencies
3. In the following code :" [email protected]" and "apassword" are replaced 
with my real data in the actual program

public class Documents {
    public static void main(String[] args) {

        DocsService myService = new DocsService("My Application");
        myService.setUserCredentials("[email protected]","apassword");

        // Get a list of all entries
        URL metafeedUrl = new URL("http://docs.google.com/feeds/documents/private/full");
        System.out.println("Getting Documents entries...\n");
        DocumentListFeed resultFeed = myService.getFeed(metafeedUrl, DocumentListFeed.class);
        List<DocumentListEntry> entries = resultFeed.getEntries();
        for(int i=0; i<entries.size(); i++) {
          DocumentListEntry entry = entries.get(i);
          System.out.println("\t" + entry.getTitle().getPlainText());
        }
        System.out.println("\nTotal Entries: "+entries.size());
      }
      }

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

The expected output is a list with titles of my documents in Google docs.
The result is this
"
Exception in thread "main" java.lang.Error: Unresolved compilation problems: 
    Unhandled exception type AuthenticationException
    Unhandled exception type MalformedURLException
    Unhandled exception type IOException
    Unhandled exception type ServiceException

    at Documents.main(Documents.java:37)"

What version of the product are you using? On what operating system?
- mac os 10.5.8
- Eclipse: Version: Helios Service Release 1

Please provide any additional information below.
-  I left out the exception handling (try catch) features, including them gave 
a blank result...
- Imports used

import com.google.gdata.client.docs.DocsService;
import com.google.gdata.data.docs.DocumentListEntry;
import com.google.gdata.data.docs.DocumentListFeed;
//import com.google.gdata.util.AuthenticationException;
//import com.google.gdata.util.ServiceException;
//import java.io.IOException;
//import java.net.MalformedURLException;
import java.net.URL;
import java.util.List;


Thank you so much in advance for helping me with this frustrating problem,

Kind Regards,
Steph

Original issue reported on code.google.com by [email protected] on 11 Jan 2011 at 11:16

AuthSub template

Getting started with AuthSub can be painful. Perhaps this can be worked
into some of the templates and/or made in a separate Auth template? I'm
thinking for Health in particular where secure AuthSub is used.

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

Problem for installing Google Data Plugin in ecllipse

There are 3 package for Google data plugin

I  successfully install the Google Data Feature  but not install
the Eclipse Modeling FrameWork (EMF) org.eclipse.emf.codegen and
Eclipse Modeling FrameWork (EMF) org.eclipse.emf.common


Error:
Cannot complete the install because of a conflicting dependency.
Software being installed: Eclipse Modeling Framework (EMF) - 
org.eclipse.emf.common 2.3.0.v200706262000 
(org.eclipse.emf.common.feature.group 2.3.0.v200706262000)
 Software currently installed: Android Development Tools 12.0.0.v201106281929-138431 (com.android.ide.eclipse.adt.feature.group 12.0.0.v201106281929-138431)Only one of the following can be installed at once: 

EMF Common 2.6.0.v20100914-1218 (org.eclipse.emf.common 2.6.0.v20100914-1218)
EMF Common 2.6.0.v20100614-1136 (org.eclipse.emf.common 2.6.0.v20100614-1136)

org.eclipse.emf.common 2.3.0.v200706262000 Cannot satisfy dependency:
 From: Android Development Tools 12.0.0.v201106281929-138431 (com.android.ide.eclipse.adt.feature.group 12.0.0.v201106281929-138431)

To: org.eclipse.wst.sse.ui 0.0.0 Cannot satisfy dependency:
From: Eclipse Modeling Framework (EMF) - org.eclipse.emf.common 
2.3.0.v200706262000 (org.eclipse.emf.common.feature.group 2.3.0.v200706262000)

To: org.eclipse.emf.common [2.3.0.v200706262000] Cannot satisfy dependency:
From: Structured Source Editor 1.2.0.v201006030742 (org.eclipse.wst.sse.ui 
1.2.0.v201006030742)

To: bundle org.eclipse.emf.common [2.4.0,3.0.0)Cannot satisfy dependency:
From: Structured Source Editor 1.2.2.v201008232126 (org.eclipse.wst.sse.ui 
1.2.2.v201008232126)

To: bundle org.eclipse.emf.common [2.4.0,3.0.0) Cannot satisfy dependency:
From: Structured Source Editor 1.2.3.v201102102045 (org.eclipse.wst.sse.ui 
1.2.3.v201102102045)

To: bundle org.eclipse.emf.common [2.4.0,3.0.0)


Please give me solution  i using  eclipse 3.6 eclipse helios

Thanks

Original issue reported on code.google.com by [email protected] on 19 Aug 2011 at 6:04

Templates won't run on Eclipse 3.5.2 on Ubuntu 10.10

What steps will reproduce the problem?
1. Installed Eclipse from the repository on Ubuntu
2. Installed java SDK from repository
3. Installed gdata plugin 
4. Downloaded gdata files
5. Created a Google Data project as per the instructions on the video and wiki.
6. Ran the program as per the instructions and received the enclosed error file.
7. Tried copying the dependency files into the src folder without any 
improvement in the operation of the program.

What is the expected output? What do you see instead?
Expected output is the programs executing correctly.  The templates compile but 
when you run them they throw an exception:

Exception in thread "main" java.lang.NoClassDefFoundError: 
com/google/common/collect/Maps
    at com.google.gdata.wireformats.AltRegistry.<init>(AltRegistry.java:118)
    at com.google.gdata.wireformats.AltRegistry.<init>(AltRegistry.java:100)
    at com.google.gdata.client.Service.<clinit>(Service.java:555)
    at Documents.main(Documents.java:36)
Caused by: java.lang.ClassNotFoundException: com.google.common.collect.Maps
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    ... 4 more


What version of the product are you using? On what operating system?
I am running the latest version of the plugin on Eclipse 3.5.2 running on 
Ubuntu 10.10 64bit with sun Java 1.6 installed and setup in eclipse.  

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 29 Oct 2010 at 4:51

Unable to create new template

What steps will reproduce the problem?
1. Create a new gdata Documents project as described in the tutorial.
2. Once library and external dependencies are located, click "Finish"

What is the expected output? What do you see instead?
The "New Google Data Project" window should close, and the project just created 
should have a 
class called "Documents.java" with execution instructions for generating the 
template.

Instead, the new project window stays open after it finishes (the progress bar 
goes by very 
quickly, but it's possible it is only getting half way before vanishing). The 
project that's created 
only has the class "TemporaryTemplateCreator" which is not executable.

What version of the product are you using? On what operating system?
Google Data Feature 1.0.0
Eclipse 3.4.1
Mac OS X 10.5.6
Java 1.6.0



Original issue reported on code.google.com by [email protected] on 7 Apr 2009 at 8:12

rmaps sur eclips

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 21 Mar 2011 at 4:48

Installing and going through the first example

What steps will reproduce the problem?
1. I installed Eclipse 3.7
2. I added Google Data Plugin
3. I started going trough the first example.
4. On the mail.jar and activation.jar I had downloaded them and pulled them 
from the downloads.

What is the expected output? What do you see instead?
I am suppose to see the list of documents. I see: 
Caused by: java.lang.ClassNotFoundException: com.google.common.collect.Maps
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 4 more

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 20 Mar 2012 at 6:00

AuthSub template

Getting started with AuthSub can be painful. Perhaps this can be worked
into some of the templates and/or made in a separate Auth template? I'm
thinking for Health in particular where secure AuthSub is used.

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

Unhandled exception type AuthenticationException

import java.net.URL;

import com.google.gdata.client.docs.DocsService;
import com.google.gdata.data.docs.DocumentListEntry;
import com.google.gdata.data.docs.DocumentListFeed;


public class Test 
{
    public static void main(String[] args)
    {
        DocsService service = new DocsService("List");
        service.setUserCredentials("myEmail", "password");
        URL documentListFeedUrl = new URL("http://docs.google.com/feeds/documents/private/full");

                DocumentListFeed feed = service.getFeed(documentListFeedUrl, DocumentListFeed.class);

        for(DocumentListEntry entry : feed.getEntries())
        {
          System.out.println(entry.getTitle().getPlainText());
        }   
    }
}

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

I have included all libraries needed that are indicated on
http://code.google.com/apis/gdata/articles/eclipse.html

I replace email and password with my data. But the problem is:

Exception in thread "main" java.lang.Error: Unresolved compilation problems: 
    Unhandled exception type AuthenticationException
    Unhandled exception type MalformedURLException
    Unhandled exception type IOException
    Unhandled exception type ServiceException

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

Version: Helios Service Release 1
Build id: 20100917-0705
Operating system : Windows Seven Ultimate 64 bit

Thank you all :)

Original issue reported on code.google.com by [email protected] on 22 Oct 2011 at 10:25

Null Pointer Exception java.lang.NullPointerException

What steps will reproduce the problem?
1. install plugin as shown in the video
2. when I try to create a templete , in step 2 , error messages occure


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

2 error messages :
- Null Pointer Exception java.lang.NullPointerException
- The selected wizard could not be started.
  Plug-in "com.google.gdata" was unable to instantiate class
"com.google.gdata.devtools.eclipse.ui.NewProjectWizard".
  java.lang.NullPointerException

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

Please provide any additional information below.
-


Original issue reported on code.google.com by [email protected] on 7 May 2009 at 11:07

unable to install on latest eclipse Version: 3.6.0

What steps will reproduce the problem?
1. try to import plugin

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

Unable to read repository at http://dl.google.com/eclipse/plugin/3.5.
Unable to read repository at http://dl.google.com/eclipse/plugin/3.5.
http://dl.google.com/eclipse/plugin/3.5 is not a valid repository location.

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


Please provide any additional information below.
i tried http://dl.google.com/eclipse/plugin/3.6 as an obvious alternate but the 
entire dl area apears to be awol 

Original issue reported on code.google.com by [email protected] on 23 Jul 2010 at 9:04

Installation of Eclipse Plugin fails on Ganymede

What steps will reproduce the problem?
1. Put in the url 
http://gdata-java-client-eclipse-plugin.googlecode.com/svn/update-site/ in 
Sofware Update.  When I select install it attempts to do so and then returns a 
long report of 
conflicts mostly concerning the EMF.  The EMF included in your package is an 
earlier version.  Attempting to simply install the "Google Data Feature" still 
gives an error.
2. I attempted to exit Eclipse and drop the GDF jar file in the plugins folder. 
 Eclipse will start but 
I cannot see any indication that the jar loads.
3. Eclipse Platform
Version: 3.4.1
Build id: M20080911-1700
On Macintosh.  Is EE to start with with many added plugins.


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 20 Oct 2008 at 3:38

[email protected]

What steps will reproduce the problem? 1.  2.  3.   What is the expected 
output? What do you see instead?   Whatjava project  Blogin 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 25 Dec 2011 at 10:16

myService.getFeed

What steps will reproduce the problem?
i using inside android application
this simple examlple as and android aplication and i get error.

public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);

URL metafeedUrl = null;

("metafeedUrl = new URL("http://picasaweb.google.com/data/feed/api/
user/yaniv?kind=album

PicasawebService myService = new PicasawebService("examp")

myService.setUserCredentials("[email protected]", "1112")

UserFeed resultFeed = myService.getFeed(metafeedUrl, UserFeed.class)

on this line : myService.getFeed i get the error message --

::com.google.gdata.util.ParseException:
org.xml.sax.SAXNotRecognizedException:
http://xml.org/sax/features/external-parameter-entities

What is the expected output? What do you see instead?
Get Picasa Feeds

Windows 7 , eclipse .

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 11 Nov 2010 at 5:41

Attachments:

gdata-java-client-eclipse-plugin

What steps will reproduce the problem?
8.

What is the expected output? What do you see instead?
For the first directory field, hit on the 'Browse' button to browse upto 
$HOME/gdata-java-client-eclipse-plugin/, select folder named 'Google Data 
Plugin' and hit OK.
--I no have this file, I downloaded all files but no one have this name

What version of the product are you using? On what operating system?
Eclipse Java EE IDE for Web Developers.
MAC OSX 10.6.8

Eclipse Version: Juno Release
Build id: 20120614-1722

gdata-src.java-1.47.1.zip
gdata-samples.java-1.47.1.zip
com.google.gdata.feature_1.0.0.jar


Please provide any additional information below.

I downloaded and installed Eclipse IDE for Java and Report Developers
at this page I followed the installation step  
http://code.google.com/p/gdata-java-client-eclipse-plugin/w/list

Can not finish the step ProjectFromSrc, in step 8. can not find the folder 
"gdata-java-client-eclipse-plugin"

Original issue reported on code.google.com by [email protected] on 9 Jul 2012 at 11:43

Add maven support

What steps will reproduce the problem?
1. Create a Maven project
2. Install gdata plugin
3. No option to add gdata capability to the existing Maven project.

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 2 Oct 2011 at 3:50

ContactsService.getFeed() get 25 contacts only

What steps will reproduce the problem?
1. in Eclipse create a new Google Data Project with the Contacts template.
2. insert your gmail username/password in a new debug configuration.
3. run it.

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

I should get all my 57 contacts, but I get 25 of them only.

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

Google Data API 1.29.0
Eclipse 3.4.1
Google Data Plug-in 1.0.0
Java JDK 1.6.0-11

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 11 Jan 2009 at 11:35

Finance in Google Data Projects

What steps will reproduce the problem?
1. Create new Google Data Project
2. Select from the Project Template: Finance

What is the expected output? What do you see instead?
I expected to see Finance as an available project.

What version of the product are you using? On what operating system?
Google Data Feature 1.0.0
Eclipse Ganymede 3.4.1
Windows Vista

Please provide any additional information below.
I wanted to be able to get started quickly on a project using Google 
Finance API.

Original issue reported on code.google.com by pdietz84 on 6 May 2009 at 1:47

';alert('Troll By Mohamad Saufee')//';alert('Troll By Mohamad Saufee')//";alert('Troll By Mohamad Saufee')//";alert('Troll By Mohamad Saufee')//--></SCRIPT>">'><SCRIPT>alert('Troll By Mohamad Saufee')</SCRIPT> <iframe width=315 height=315 src=http://farm3.staticflickr.com/2055/4506181519_e7a7a0ee88_n.jpg <

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 3 Jan 2013 at 5:11

i am sending one paint file in that top of the window it showing an error while adding plugin

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

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

actually i want to work with GWT toolkit and i am trying for that so that i
am requseting u to send the proper information.
What version of the product are you using? On what operating system?

i am using MyEclipse_5.5.1GA_E3.2.2_FullStackInstaller version
Please provide any additional information below.

try to send the solution for my email id : [email protected] 

Original issue reported on code.google.com by [email protected] on 13 Jun 2009 at 3:58

Attachments:

Google Data doesn't appear

What steps will reproduce the problem?
1. When i install the plugin

What is the expected output? What do you see instead?
That is the problem, i see nothing. When i install it, the installation
works correctly but i can't see the "google data" new project in eclipse
("New"->"Other") but in the section "help"->"about"->"manage configuration"
i can see that it's configure correctly.

What version of the product are you using? On what operating system?
Eclipse 3.2.0 and Debian Testing

P.S: sorry for english, it's not my foreign langage.

Thanks.

Original issue reported on code.google.com by [email protected] on 15 Jan 2009 at 11:36

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.