Closed GoogleCodeExporter closed 9 years ago
Original comment by gael.laz...@gmail.com
on 20 Jul 2012 at 5:07
Original comment by gael.laz...@gmail.com
on 20 Jul 2012 at 5:58
I've just deployed a new 0.40-SNAPSHOT with a fix for the deprecated
TextBoxBase.setTextAlignment(..) method.
Could you please give it a try and post some feedback ? Before upgrading, you
should carefully read this :
http://code.google.com/p/gwt-test-utils/wiki/MigrationTo040
Original comment by gael.laz...@gmail.com
on 20 Jul 2012 at 6:03
I took the code from SVN checkout with URL *http*://
gwt-test-utils.googlecode.com/svn/?(Hoping this has your latest changes) Can
you please provide me one time steps how I can build the gwt-test-utils jar
from this checkout?
Original comment by shivakum...@gmail.com
on 23 Jul 2012 at 6:14
You don't have to connect to the svn and build gwt-test-utils yourself. Every
snapshots are deployed on sonatype oss maven repository.
If you are a maven user, just add the following repository in your pom :
<repository>
<id>sonatype-snapshots</id>
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
Otherwise, you can download it manually by browsing the repo :
https://oss.sonatype.org/content/repositories/snapshots/com/googlecode/gwt-test-
utils/
Original comment by gael.laz...@gmail.com
on 23 Jul 2012 at 1:56
Original issue reported on code.google.com by
shivakum...@gmail.com
on 20 Jul 2012 at 2:52