-
24 Aug 2011 6:55 PM #1
Ext GWT 3.0.0 Developer Preview 4 Now Available
-
25 Aug 2011 12:14 PM #2
Not sure if I'm missing something, but I don't see release notes for this version. The release notes in the download is blank. Can you post the release notes or some info about what to expect in this version?
-
12 Sep 2011 5:03 AM #3
Ext GWT 3.0.0 Developer Preview 4 Now Available
Ext GWT 3.0.0 Developer Preview 4 Now Available
Ext GWT 3.0.0 Developer Preview 4 Now Available.
The release is also available in Maven central. to get the snapshot releases, you will need to add the following repository section to your pom.xml:
Release notes for DP4 can be found in the download.Code:<source lang="xml"><repository> <id>sonatype-snapshots</id> <name>Sonatype Snapshots</name> <url>https://oss.sonatype.org/content/repositories/snapshots/</url> <snapshots> <enabled>true</enabled> </snapshots> </repository></source>
-
21 Sep 2011 7:55 PM #4
Importing samples in eclipse
Importing samples in eclipse
Can someone please provide instructions to import the samples in eclipse?
Thanks
Amit
-
22 Sep 2011 9:54 AM #5
Final Release Date?
Final Release Date?
Is there a final release date set yet?
-
22 Sep 2011 10:02 AM #6
-
23 Sep 2011 1:44 PM #7
Hi:
How does one add and run the following code in Eclipse?
gxt-3.0.0-dp4\examples-src
Thanks
Leonid
-
30 Sep 2011 12:45 PM #8
Just a note to people trying to get this running on GWT 2.4.0. The uibinder-bridge jar provided is looking for the release candidate version of GWT. I had to unjar the files and change the UiBinderGenerator to look for the standard "2.4.0" GWT version string and then repack the jar with the changes.
-
1 Oct 2011 9:56 AM #9
Brian --
What happens in GWT 2.4 if you don't do this?
-
3 Oct 2011 6:24 AM #10
It was failing on the GWT compile step in our build scripts.


Reply With Quote