public class I18nSyncTask
extends org.apache.tools.ant.Task
FooMessages.java classes from
FooMessages.properties classes for GWT's i18n. Configure the Ant task thusly:
<taskdef name="i18nsync" classname="com.threerings.gwt.tools.I18nSyncTask" classpathref="somewhere/gwt-utils.jar"/> <i18nsync srcdir="${src.dir}"><fileset dir="${src.dir}" includes="**/*Messages.properties"/><i18nsync>
| Constructor and Description |
|---|
I18nSyncTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFileset(org.apache.tools.ant.types.FileSet set) |
void |
execute() |
void |
setSrcdir(File srcdir) |
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, init, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic void addFileset(org.apache.tools.ant.types.FileSet set)
public void setSrcdir(File srcdir)
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionCopyright © 2013. All Rights Reserved.