From 4db8f4cdc3bc5e2fdfe3281c275b5298669234b3 Mon Sep 17 00:00:00 2001
From: "Jesse N. Glick"
org.apache.tools.ant.listener.SimpleBigProjectLogger
org.apache.tools.ant.listener.ProfileLogger
ant -logger org.apache.tools.ant.listener.BigProjectLogger
+Like BigProjectLogger
, project-qualified target names are printed,
+useful for big builds with subprojects.
+Otherwise it is as quiet as NoBannerLogger
:
+Buildfile: /sources/myapp/build.xml + +myapp-lib.compile: +Created dir: /sources/myapp/lib/build/classes +Compiling 1 source file to /sources/myapp/lib/build/classes + +myapp-lib.jar: +Building jar: /sources/myapp/lib/build/lib.jar + +myapp.compile: +Created dir: /sources/myapp/build/classes +Compiling 2 source files to /sources/myapp/build/classes +myapp.jar: +Building jar: /sources/myapp/build/myapp.jar + +BUILD SUCCESSFUL +Total time: 1 second ++
since Ant 1.8.1
+To use this listener, use the command:
+
+ant -logger org.apache.tools.ant.listener.SimpleBigProjectLogger
+
This logger stores the time needed for executing a task, target and the whole build and prints