The following contents apply only to the Professional Edition.

Overview

NuGram IDE Profesional Edition provides Ant tasks to automate grammar-related tasks:

Installation

NuGram IDE Professional Edition comes with a compressed archive named nugram-anttasks.zip. This archive contains, in its lib folder, all the Java jar files required to run the ant tasks:

These jar files must be put in the classpath of the Ant process. (The actual version number of the files starting with com.nuecho may differ from the ones shown here.) Consult the Ant manual for more information.

The archive also contains an antlib file name nugram-antlib.xml that holds the task definitions. This file must be included in an Ant build file using the typedef element:

<project name="My Project" >

    <typedef file="path_to/nugram-antlib.xml" />

    ...

</project>


Copyright © 2007,2008,2009,2010,2011 Nu Echo Inc.