Hi Norman Which repository do you use to get the gwt-incubator dependency?
Downloading: http://download.java.net/maven/2/com/google/gwt/gwt-incubator/20101117-r1766/gwt-incubator-20101117-r1766.pom Downloading: http://gwtupload.googlecode.com/svn/mavenrepo/com/google/gwt/gwt-incubator/20101117-r1766/gwt-incubator-20101117-r1766.pom Downloading: http://gwt-dispatch.googlecode.com/svn/maven2/com/google/gwt/gwt-incubator/20101117-r1766/gwt-incubator-20101117-r1766.pom Downloading: http://gwt-presenter.googlecode.com/svn/maven2/com/google/gwt/gwt-incubator/20101117-r1766/gwt-incubator-20101117-r1766.pom Downloading: http://cobogw.googlecode.com/svn/maven2/com/google/gwt/gwt-incubator/20101117-r1766/gwt-incubator-20101117-r1766.pom Downloading: http://guice-maven.googlecode.com/svn/trunk/com/google/gwt/gwt-incubator/20101117-r1766/gwt-incubator-20101117-r1766.pom Downloading: http://uk.maven.org/maven2/com/google/gwt/gwt-incubator/20101117-r1766/gwt-incubator-20101117-r1766.pom [WARNING] The POM for com.google.gwt:gwt-incubator:jar:20101117-r1766 is missing, no dependency information available
Thanks Felix On 03/11/2011 12:56 PM, [email protected] wrote:
Author: norman Date: Fri Mar 11 11:56:22 2011 New Revision: 1080539 URL: http://svn.apache.org/viewvc?rev=1080539&view=rev Log: Upper memory for gwt maven module and upgrade gwt-dnd and gwt-incubator Modified: james/hupa/trunk/.settings/org.maven.ide.eclipse.prefs james/hupa/trunk/client/pom.xml james/hupa/trunk/pom.xml Modified: james/hupa/trunk/.settings/org.maven.ide.eclipse.prefs URL: http://svn.apache.org/viewvc/james/hupa/trunk/.settings/org.maven.ide.eclipse.prefs?rev=1080539&r1=1080538&r2=1080539&view=diff ============================================================================== --- james/hupa/trunk/.settings/org.maven.ide.eclipse.prefs (original) +++ james/hupa/trunk/.settings/org.maven.ide.eclipse.prefs Fri Mar 11 11:56:22 2011 @@ -1,4 +1,4 @@ -#Mon Sep 07 08:09:58 CEST 2009 +#Fri Mar 11 12:55:35 CET 2011 activeProfiles= eclipse.preferences.version=1 fullBuildGoals=process-test-resources Modified: james/hupa/trunk/client/pom.xml URL: http://svn.apache.org/viewvc/james/hupa/trunk/client/pom.xml?rev=1080539&r1=1080538&r2=1080539&view=diff ============================================================================== --- james/hupa/trunk/client/pom.xml (original) +++ james/hupa/trunk/client/pom.xml Fri Mar 11 11:56:22 2011 @@ -22,7 +22,7 @@ <configuration> <runTarget>Hupa.html</runTarget> <extraJvmArgs> - -Dhupa.config.file=${project.parent.basedir}/server/src/main/webapp/WEB-INF/conf/config.properties + -Xmx1024m -Dhupa.config.file=${project.parent.basedir}/server/src/main/webapp/WEB-INF/conf/config.properties </extraJvmArgs> </configuration> <executions> Modified: james/hupa/trunk/pom.xml URL: http://svn.apache.org/viewvc/james/hupa/trunk/pom.xml?rev=1080539&r1=1080538&r2=1080539&view=diff ============================================================================== --- james/hupa/trunk/pom.xml (original) +++ james/hupa/trunk/pom.xml Fri Mar 11 11:56:22 2011 @@ -464,12 +464,12 @@ <dependency> <groupId>com.google.gwt</groupId> <artifactId>gwt-incubator</artifactId> -<version>20100204-r1747</version> +<version>20101117-r1766</version> </dependency> <dependency> <groupId>com.google.code.gwt-dnd</groupId> <artifactId>gwt-dnd</artifactId> -<version>2.6.5</version> +<version>3.0.1</version> </dependency> <dependency> <groupId>eu.maydu.gwt</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
