Hi,
„ant test-help“ shows you everything you need: [help] # Include additional information like what is printed to [help] # sysout/syserr, even if the test passes. [help] # Enabled automatically when running for a single test case. [help] ant -Dtests.showSuccess=true test Uwe ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de <http://www.thetaphi.de/> eMail: [email protected] From: S G [mailto:[email protected]] Sent: Wednesday, February 25, 2015 12:16 AM To: [email protected] Subject: Ant output of solr tests Hi, I want to print some information in a Solr test. But I am unable to get it to print on console or file. I have tried System.out.println and log.error but the output is not coming anywhere. log4j.properties also looks ok to me. Command run: ant test -Dtestcase=CloudSolrClientTest Can someone help me point in the right direction? Thanks Sachin
