Post Builds Reports for Import

Some of the information that you find in log "import.summary.log" is also printed on console at end of each import run. That is:

[echo] Executing post build tasks...
[echo]
[echo] ############ POST BUILD REPORT #############
[echo] Report for build Action: [create] ran from [Full_path_of\build.xml]
[echo] Target AMX enterprise connection info: URL [http://localhost:8120], User [root]
[echo] Build Start time: [01 Nov 2014 22:31:43]
[echo] Build End time: [01 Nov 2014 22:31:51]
[echo] Total build time : [7 sec] [Total AMXAdminTask time : 3 sec]
[echo]
[echo] Build Status: BUILD SUCCESSFUL
[echo]
[echo]
[echo]
[echo] ###################################################### [echo] [ AMX Object Type : Number of them found in data files (Count does not reflect success or failure ) ]
[echo] Total AMX environments: 2
[echo] Total AMX Nodes: 2
[echo] Total SOA Applications: 3
[echo] Total Hosts: 4
[echo] Total DAAs: 4
[echo] Total Global Resource Templates: 8
[echo] Total Log Appender: 3
[echo] Total Global Substitution Variables: 2
[echo] Total Users: 0
[echo] Total super Users: 0
[echo] Total Groups: 0
[echo] Total Top Level Permissions: 4
[echo]
[echo] ##################################################################

If you do not want this post build report to be created, you can disable it by setting the property "shouldWeDoBuildFinish" in common.xml to false.

Alternatively, you can pass the same property as follows:

>ant -f build.xml clean -DshouldWeDoBuildFinish=false