I tried mvn gae:unpack and it worked, but after that when i ran mvn
eclipse:clean eclipse:eclipse it failed again with following error. I dont
think this zip file comes with GWT installation any more.

Downloading:
http://www.datanucleus.org/downloads/maven/com.google.gwt/zips/gwt-dev-2.1.0.M3-windows-libs.zip
[INFO] Unable to find resource
'com.google.gwt:gwt-dev:zip:windows-libs:2.1.0.M3' in repository
DataNucleus_Repos (http://www.datanucleus.org/downloads/maven)
Downloading:
http://www.datanucleus.org/downloads/maven2/com/google/gwt/gwt-dev/2.1.0.M3/gwt-dev-2.1.0.M3-windows-libs.zip
[INFO] Unable to find resource
'com.google.gwt:gwt-dev:zip:windows-libs:2.1.0.M3' in repository
DataNucleus_Repos2 (http://www.datanucleus.org/downloads/maven2)
Downloading:
http://maven-gae-plugin.googlecode.com/svn/repository//com/google/gwt/gwt-dev/2.1.0.M3/gwt-dev-2.1.0.M3-windows-libs.zip
[INFO] Unable to find resource
'com.google.gwt:gwt-dev:zip:windows-libs:2.1.0.M3' in repository
maven-gae-plugin-repo (
http://maven-gae-plugin.googlecode.com/svn/repository/)
Downloading:
http://gwt-youtube-api.googlecode.com/svn/releases-repository/com/google/gwt/gwt-dev/2.1.0.M3/gwt-dev-2.1.0.M3-windows-libs.zip
[INFO] Unable to find resource
'com.google.gwt:gwt-dev:zip:windows-libs:2.1.0.M3' in repository
GWT_GOOGLE_RELEASE (
http://gwt-youtube-api.googlecode.com/svn/releases-repository)
Downloading:
http://gwt-youtube-api.googlecode.com/svn/snapshots-repository/com/google/gwt/gwt-dev/2.1.0.M3/gwt-dev-2.1.0.M3-windows-libs.zip
[INFO] Unable to find resource
'com.google.gwt:gwt-dev:zip:windows-libs:2.1.0.M3' in repository
GWT_GOOGLE_SNAPSHOT (
http://gwt-youtube-api.googlecode.com/svn/snapshots-repository)
Downloading:
http://repo1.maven.org/maven2/com/google/gwt/gwt-dev/2.1.0.M3/gwt-dev-2.1.0.M3-windows-libs.zip
[INFO] Unable to find resource
'com.google.gwt:gwt-dev:zip:windows-libs:2.1.0.M3' in repository central (
http://repo1.maven.org/maven2)
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] artifact not found - Unable to download the artifact from any
repository

Try downloading the file manually from the project website.

Then, install it using the command:
    mvn install:install-file -DgroupId=com.google.gwt -DartifactId=gwt-dev
-Dversion=2.1.0.M3 -Dclassifier=windows-libs -Dpackaging=zip
-Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file
there:
    mvn deploy:deploy-file -DgroupId=com.google.gwt -DartifactId=gwt-dev
-Dversion=2.1.0.M3 -Dclassifier=windows-libs -Dpackaging=zip
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]


  com.google.gwt:gwt-dev:zip:2.1.0.M3


On Tue, Sep 21, 2010 at 9:08 AM, drone <[email protected]> wrote:

> 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 <[email protected]> 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 <[email protected]> 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 <[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]<google-appengine-java%[email protected]>
> <google-appengine-java%[email protected]<google-appengine-java%[email protected]>
> >
> > > .
> > > 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
> [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-appengine-java%[email protected]>
> .
> 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 [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.

Reply via email to