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();
description.setNatureIds(new String[]
{JavaCore.NATURE_ID,
ProjectNature.NATURE_ID});
description.setLocation(null); //default
location
I do appreciate it if you can show me how to download the source code
if it is open source and how to use Google Eclipse Plugin in java
code.
Jim
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.