gate.resources.creole.bootstrap.Template.README Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gate-core Show documentation
Show all versions of gate-core Show documentation
GATE - general achitecture for text engineering - is open source
software capable of solving almost any text processing problem. This
artifact enables you to embed the core GATE Embedded with its essential
dependencies. You will able to use the GATE Embedded API and load and
store GATE XML documents. This artifact is the perfect dependency for
CREOLE plugins or for applications that need to customize the GATE
dependencies due to confict with their own dependencies or for lower
footprint.
The newest version!
___RESOURCE___
This directory has been created by the GATE bootstrap wizard.
The following files and directories have been created:
___RESOURCE___/
|
+-- src/
| put all your Java sources in here.
+-- resources/
| any external files used by your plugin (e.g. configuration files,
| JAPE grammars, gazetteer lists, etc.) go in here.
+-- build.xml
| Ant build file for building your plugin.
+-- build.properties
| property definitions that control the build process go in here,
| in particular, make sure that gate.home points to your copy of GATE.
+-- creole.xml
plugin configuration file for GATE - edit this to add parameters, etc.,
for your resources.
To build your plugin you can use Ant:
ant jar
This will compile the Java code and package the classes into a JAR file. The
build file also has a target to create JavaDoc documentation - "ant javadoc".
If you run Ant without any arguments it will build everything in one pass.
The build process creates additional files and directories:
___RESOURCE___/
|
+-- classes/
| compiled classes are placed in here.
+-- doc/
| +-- javadoc/
+-- ___RESOURCE___.jar