This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push: new b5c6d41c6e Change some ant logging from warn level to debug b5c6d41c6e is described below commit b5c6d41c6e268e4f2c6ead00cca6cf798d0fc03e Author: Robert Lazarski <robertlazar...@gmail.com> AuthorDate: Tue Feb 18 18:24:07 2025 -1000 Change some ant logging from warn level to debug --- modules/tool/axis2-ant-plugin/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/tool/axis2-ant-plugin/pom.xml b/modules/tool/axis2-ant-plugin/pom.xml index 2894999780..2558c900ab 100644 --- a/modules/tool/axis2-ant-plugin/pom.xml +++ b/modules/tool/axis2-ant-plugin/pom.xml @@ -133,7 +133,7 @@ </classpath> </taskdef> - <echo message="Generating extraclasses*.wsdl" /> + <echo message="Generating extraclasses*.wsdl" level="debug" /> <java2wsdl className="test.Service" outputLocation="${project.build.directory}/java2wsdl" outputFileName="extraclasses1.wsdl"> <extraclass name="test.ExtraClass1" /> @@ -146,7 +146,7 @@ <extraclass name="test.ExtraClass2" /> </java2wsdl> - <echo message="Generating mappings.wsdl" /> + <echo message="Generating mappings.wsdl" level="debug" /> <java2wsdl className="test.Service" outputLocation="${project.build.directory}/java2wsdl" outputFileName="mappings.wsdl" schemaTargetNamespace="http://www.example.org/schema/test-service"> <mapping package="test" namespace="http://www.example.org/schema/test" />