Maybe the maven-gae-plugin group would be more helpful. But:
In the dependencies section, you should use variables like "$
{gae.version}" (without quotes). When defining variables in the
properties section you should use "<gae.version>1.3.7</
gae.version>" (without quotes).
I'd recommend that you use the latest version of the plugin and
install the appengine sdk using "mvn gae:unpack".
Mo.
On 20 Sep., 21:05, Ravi Sharma <[email protected]> wrote:
> Hi All,
> I am trying to maenize my exisitng GAE-GWT project. So first i started with
> a sample new project as mentioned here
>
> http://code.google.com/p/maven-gae-plugin/
>
> I created a project with this command as mentioned on this page
>
> mvn archetype:generate -DarchetypeGroupId=net.kindleit
> -DarchetypeArtifactId=gae-archetype-gwt -DarchetypeVersion=0.7.1
> -DgroupId=com.myapp.test -DartifactId=testapp
>
> And then i imported this project in eclipse(Galileo)
>
> And nothing worked.(I did expected that it will work )
> Version variables are defined like this $${Gae.version}}, which looks absurd
> and feel like this plugin is not good enough to start with.
> even after fixing these problems, it didint work at all.
>
> Does any one have any sample example/steps for GAE-GWT project with maven.
>
> Thanks,
> Ravi.
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" 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-appengine-java?hl=en.