Thanks Moritz for reply.
So shall i create my project using this command or just create normal maven
project and then convert it into GAE-GWT project manually by adding all
dependecies?

mvn archetype:generate -DarchetypeGroupId=net.kindleit
-DarchetypeArtifactId=gae-archetype-gwt -DarchetypeVersion=0.7.1
-DgroupId=com.myapp.test -DartifactId=testapp

I am new to maven, it looks quite easy but sometimes just stuck. I followed
the documentation at that link and didnt work, will try again from scratch
and then i will post the output.

Thanks,
Ravi.


On Mon, Sep 20, 2010 at 10:30 PM, Moritz <mor...@cloudme.org> wrote:

> 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 <ping2r...@gmail.com> 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
> google-appengine-j...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com<google-appengine-java%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>

-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to