Import Definitions | ||
---|---|---|
File | Description | Comment |
keros-java-project.xml | Contains Keros Java project functionality. | Imports... |
Macro Definitions | ||
---|---|---|
Name | Description | URI |
javacc2java | Defines a simpler javacc - acting similar to javacc. One does not need to specify each and every JavaCC file - simply provide a root or @{src-dir} location from which to start finding javacc files for invocation with the javacc task. The branch directory from @{dest-dir} is computed from @{src-dir} and the javacc files found. | http://keros.sourceforge.net/project/javacc |
Target Definitions | |||
---|---|---|---|
Name | Depends | Unless | Description |
keros-base-project.generate | keros-javacc-project.generate | Not Defined | Not Defined |
keros-javacc-project.generate | Not Defined | keros-javacc-project.generate.SKIP | Generate Java files from JavaCC |
keros-javacc-project.print.properties | Not Defined | Not Defined | Converts Ant scripts to HTML |
@{src-dir}
location from which to start finding javacc files for invocation with the javacc task. The branch directory from @{dest-dir}
is computed from @{src-dir}
and the javacc files found.
Attribute Definitions | ||
---|---|---|
Name | Description | Default |
src-dir | The directory from which to start searching for javacc files. | Not Defined |
dest-dir | The directory where javacc should generate - this is really the root directory from which javacc generation will be relative. | Not Defined |
javacc-home | The location where JavaCC is installed. | Not Defined |
static | Static generation flag for javacc. | true |
listfiles | If true, information will be displayed as to which files are being javac'd. | true |
description | Information about this macro call. | Not Defined |
@{src-dir}
location from which to start finding javacc
files for invocation with the javacc task. The branch directory from @{dest-dir}
is computed
from @{src-dir}
and the javacc files found.
Attributes
@{src-dir}
= the directory from which to start searching for javacc files.
@{javacc-home}
= the directory containing JavaCC.
@{dest-dir}
= the directory where javacc should generate - this is really the root directory
from which javacc generation will be relative.
@{static}
= static generation flag for javacc.
@{listfiles}
= if set to true, information will be displayed as to which files are being javacc'd.
@{description}
= information about calling this macro.
Example
@{src-dir}
= /foo/bar
@{dest-dir}
= /beta/theta