Hi,
can anyone say me how to disable the info-messages printed out when running spring beandoc?
I created a log4j.properties like in samples dir and put it in classpath with pathelement. But it doesn't help ;-(
Thanks,Code:<path id="beandoc-classpath"> <pathelement path="${basedir}/../dev/lib/spring-beandoc-0.7"/> <fileset dir="${basedir}/../dev/lib/spring-beandoc-0.7"> <include name="*.jar"/> </fileset> </path>
Juergen


Reply With Quote
