google-code-export / gwt-ext

Automatically exported from code.google.com/p/gwt-ext
0 stars 0 forks source link

Can't find maven repository for gwtext #79

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Dependency to GWT jar can be set by
  <repositories>
    <repository>
      <id>gwt-maven</id>
      <url>http://gwt-maven.googlecode.com/svn/trunk/mavenrepo/</url>
    </repository>
  </repositories>
. . .
   <dependency>
      <groupId>com.google.gwt</groupId>
      <artifactId>gwt-user</artifactId>
      <version>1.4.10</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.google.gwt</groupId>
      <artifactId>gwt-servlet</artifactId>
      <version>1.4.10</version>
    </dependency>
2. But from that repository can't find any gwtext.jar over there. And find
any other Maven repository contain gwtext.jar

What is the expected output? What do you see instead?
Maven repository may provide a a better integration with other open source
project.

What version of the product are you using? On what operating system?

Please provide any additional information below.
Central Repository of Maven:
http://maven.apache.org/guides/mini/guide-central-repository-upload.html

Original issue reported on code.google.com by raymond....@gmail.com on 23 Aug 2007 at 8:56

GoogleCodeExporter commented 9 years ago
I may add it when there's a major release of GWT-Ext. For now just install the 
jar in
your local maven repository.

Original comment by sanjiv.j...@gmail.com on 23 Aug 2007 at 8:32

GoogleCodeExporter commented 9 years ago
Much time has passed, and it seems that since GWT-Ext 2.0 a Major Release has 
been
around.

Maybe you should reconsider uploading the GWT Ext into the Maven Repository.
It would provide considerable ease in jump-starting as well as keeping 
up-to-date.

Original comment by l.dob...@gmail.com on 11 Mar 2008 at 10:40