Re: [appengine-java] Re: Mvenizing GAE/GWT project

2010-09-22 Thread Ravi Sharma
actually i was following this link
http://googlewebtoolkit.blogspot.com/2010/08/how-to-use-google-plugin-for-eclipse.html

may be i am not able to understand it or i am doing something wrong...
I have tried this roo pom too but i am not able to make it work.
Do you guys have a sample pom for GAE+GWT(No extra Spring or roo related
jars, just minimum GAE GWT jars and plugins only) project which a starter
like me can use

Thanks,
Ravi.




On Tue, Sep 21, 2010 at 6:06 PM, har_shan harsha...@gmail.com wrote:

 See

 http://googlewebtoolkit.blogspot.com/2010/08/how-to-use-google-plugin-for-eclipse.html

 Specifically, you might want to see the sample maven + gwt + gae
 project that they have given :

 http://code.google.com/p/google-web-toolkit/source/browse/trunk/samples/expenses/pom.xml

 --
 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.comgoogle-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.



Re: [appengine-java] Re: Mvenizing GAE/GWT project

2010-09-21 Thread Ravi Sharma
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.version1.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.comgoogle-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.



[appengine-java] Re: Mvenizing GAE/GWT project

2010-09-21 Thread drone
Yes, maven-gae-plugin has it's own group at 
http://groups.google.com/group/maven-gae-plugin
Check there for solution or post your own question there.

On Sep 21, 10:08 am, Ravi Sharma ping2r...@gmail.com wrote:
 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.version1.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.comgoogle-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.



[appengine-java] Re: Mvenizing GAE/GWT project

2010-09-21 Thread har_shan
See
http://googlewebtoolkit.blogspot.com/2010/08/how-to-use-google-plugin-for-eclipse.html

Specifically, you might want to see the sample maven + gwt + gae
project that they have given :
http://code.google.com/p/google-web-toolkit/source/browse/trunk/samples/expenses/pom.xml

-- 
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.



[appengine-java] Re: Mvenizing GAE/GWT project

2010-09-20 Thread Moritz
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.version1.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.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.