Questions tagged [google-code]

Google Code is Google's site for developer tools, APIs and technical resources.

Google Code

Google Code is Google's site for developer tools, APIs and technical resources. The site contains documentation on using Google developer tools and APIs—including discussion groups and blogs for developers using Google's developer products.
There are APIs offered for almost all of Google's popular consumer products, like Google Maps, YouTube, Google Apps and others.

The site also features a variety of developer products and tools built specifically for developers. Google App Engine is a hosting service for web apps. Project Hosting gives users version control for open source code. Google Web Toolkit (GWT) allows developers to create Ajax applications in the Java programming language.

347 questions
4
votes
2 answers

Web GL Globe not working locally

I've been trying to get the Web GL Globe ( http://code.google.com/p/webgl-globe ) working. I downloaded the source code from the Google Code page and unzipped all the files to a single folder. The May 13th release is the latest as of…
4
votes
2 answers

What is the Default Code Style -> Scheme in IntelliJ

I am new to IntelliJ. I have started using it recently and was looking to setup Google Java code style. At present "Default" is selected under Editor -> Code Style -> Scheme. On clicking settings -> "Import Scheme" I see 2 options: 1) IntelliJ IDEA…
4
votes
1 answer

Google Code vs. Google App Engine?

I am confused. I thought these were both hosting solutions that Google sells or makes free. What is the difference between the two? Thanks, Alex
Genadinik
  • 18,153
  • 63
  • 185
  • 284
4
votes
3 answers

How to partially export a git repository?

My company uses git internally and we publish some of our work as an open source on Google Code which uses svn. (Should it support git, the problem would be probably the same.) The problem is that we publish only part of our repository, so using…
Piotr Findeisen
  • 19,480
  • 2
  • 52
  • 82
4
votes
3 answers

Maven + Mercurial + Site Deploy issues

I'm trying to deploy my Maven generated site to a googlecode project using mercurial. When I do a mvn site:deploy I get Transfer error: org.apache.maven.scm.NoSuchCommandScmException: No such command 'list'. Its like its trying to do a "svn list"…
Adam Gent
  • 47,843
  • 23
  • 153
  • 203
4
votes
1 answer

Python Script Fails To Run When Launched From Shell File, But Works When Launched From Terminal

If I launch the Google Code upload Python script from Terminal, it works as expected, but when I launch it using the code below in a Bourne Shell Script file, it fails with the error "close failed in file object destructor: Error in sys.excepthook:…
jrtc27
  • 8,496
  • 3
  • 36
  • 68
4
votes
1 answer

Is there an overview of all my code projects on google code?

Is there an overview of all my code projects on google code? What is the URL I can visit? My projects are not included in the dashboard at https://www.google.com/dashboard/
user89021
  • 14,784
  • 16
  • 53
  • 65
4
votes
1 answer

Bugs in Google Code itself -- where to report?

Where does one go to report bugs in Google Code? Alas, searching for "Google Code" within "Google Code" is futile as the title of every single project page contains the words "Google Code" -- assuming that Google Code is even self-hosting.
Jonathan Gilbert
  • 3,526
  • 20
  • 28
4
votes
2 answers

Google Code SVN Usage Advice

We have been using Google Code SVN to store a school project. As we were experimenting with different ideas, we created new Visual Studio Projects and stored them there. Now we want to merge all the different ideas into one final project. Here is…
Aishwar
  • 9,284
  • 10
  • 59
  • 80
4
votes
2 answers

how to create a tag on source code hosted in code.google.com?

I have hosted my code on code.google.com. I selected subversion as the repository to be used and have checked-in all my code. I am trying to create a tag on the repository and I am unable to find any straightforward way to do this. Can someone…
Aadith Ramia
  • 10,005
  • 19
  • 67
  • 86
4
votes
2 answers

Link jquery.cookie.js from google code?

Could one link the latest jquery.cookie.js from google code instead of having a local copy? if yes, could someone provide me the link for it so I can link it in my page. thanks!
MD SHAHIDUL ISLAM
  • 14,325
  • 6
  • 82
  • 89
4
votes
2 answers

Current alternatives to Google Code

If I understand things correctly, at the end of the year Google Code will be shutting down most of what is useful for an open source project I help maintain, described below. I'm wondering what the current alternatives are to Google Code? I'm…
Alex Reynolds
  • 95,983
  • 54
  • 240
  • 345
4
votes
4 answers

Google Code email notification

I have a question with regards Google Code svn repositories. Is there a way no be notified by email when someone on your team does a commit ? I have been looking around, but I can't find the way to activate this option (if it exists). Thanks for any…
lurks
  • 2,576
  • 4
  • 30
  • 39
4
votes
1 answer

Starting a project on google code: where is download tab?

I started an open source project on google code. I've seen in other google code projects Downloads tab where I suppose to upload my files. I need to share a Liferay project and I prefer in this phase to share a zip/war file (Liferay bundles with…
Alessandra
  • 467
  • 2
  • 6
  • 24
4
votes
1 answer

Can I clean out a Mercurial Repository that has large unused history?

My team has a Mercurial repository with a long history, including large files that are no longer part of the project. The repository is getting so large that it often times out when attempting to clone from the Google Code hosting site. Can we…
Rich
  • 12,068
  • 9
  • 62
  • 94