With this classpath definition you just have the jars in your classpath and not the log4j.properties from the lib dir. This worked previously because a jar for pdf processing erroneously contained a log4j.properties. This is in release 2.0 fixed.
I recommand you to use the provided taskdef.xml (or only classpath.xml if you need to have other classes loaded with the same classpath). You just need to have: <import file="PATH/TO/YOUR/WEBTEST_HOME/lib/taskdef.xml"/> in your build file. Marc. -- View this message in context: http://www.nabble.com/no-log4j-output-displayed-on-the-Console-after-upgrading-to-2.0-t1272172.html#a3380155 Sent from the WebTest forum at Nabble.com. _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

