- Antlion
- Welcome
- License
-
- How-To Guides
- Getting Started
- Libraries
- Artifacts
- Subprojects
- Repositories
- Policy Strategies
- Format Strings
- Extending Antlion
- FAQ
-
- Tutorials
- First Tutorial: Simple
-
- Ant Tasks
-
<artifact>
-
<libraryDef>
-
-
<library>
-
<library-policy>
-
-
inner processors
-
-
inner repositories
-
<library-type>
-
<library-repository>
-
<library-urlrepository>
-
<library-mavenrepository>
-
<library-repositoryset>
-
<create-artifact>
-
<subprojects>
-
<run-subproject>
-
<replace-target>
-
- Optional Tasks
- About optional tasks
- RegexpTokenFormatter
-
|
Figuring Out What's Happening
|
After you begin using Antlion, you may want to see more details about what
Antlion is doing under the covers with your libraries. If you turn on
Ant's debug mode (command line argument -debug ), you will see
Antlion reporting each process step. However, Ant, too, will report lots
of data you most probably won't care about.
If you want to enable Antlion process logging, you can set the Ant property
antlion.enable-tracing to true . This will turn the
process step logging into "info" level, which is the default level for Ant.
To set this property from the command-line, pass the argument
-Dantlion.enable-tracing=true along with your normal arguments.
|
|
|