Re: com.google.gwt.eclipse.core.gwtNature

2010-03-22 Thread Jason Parekh
Hi Jim, Sorry, the Google Plugin for Eclipse's source code is not available. You might be able to achieve what you want by looking at a sample GWT project's .project file, which will contain the GWT project nature ID. You should be able to add this to your project description. I'm curious,

Re: com.google.gwt.eclipse.core.gwtNature

2010-03-22 Thread Jason Parekh
Oh, I missed the subject of the thread. It looks like you've already found the ID of the GWT nature. Try adding that to your array of Strings which is being passed to setNatureIds. jason On Mon, Mar 22, 2010 at 10:15 AM, Jason Parekh jasonpar...@gmail.comwrote: Hi Jim, Sorry, the Google

com.google.gwt.eclipse.core.gwtNature

2010-03-21 Thread Jim
I want to create a Google Application Project from Java Code instead of IDE. How can I do it? Is Google Eclipse Plugin for GWT open source? I know how to create a Java project through Java code like: final IProjectDescription description = project.getDescription();