com.google.gwt.i18n.tools.gwti18nsrc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gwt-mock-2.5.1 Show documentation
Show all versions of gwt-mock-2.5.1 Show documentation
A mocked implementation for GWT-2.5.1 that can run in the JVM to allow integration testing
#!/bin/sh
APPDIR=`dirname $0`;
java -cp "$APPDIR/src:$APPDIR/bin:@gwtUserPath:@gwtDevPath" @i18nClass -out $APPDIR/src @className @createMessages ;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy