[java-identity-provider] 03/06: IDP-1499 Installer: Turn off quiet in ant to allow logback in
Rod Widdowson
rdw at steadingsoftware.com
Thu Oct 24 12:00:32 EDT 2019
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=950de8af023af25025f48d1ad9b59335ec72cee8
commit 950de8af023af25025f48d1ad9b59335ec72cee8
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Oct 22 16:54:07 2019 +0100
IDP-1499 Installer: Turn off quiet in ant to allow logback in
https://issues.shibboleth.net/jira/browse/IDP-1499
---
idp-distribution/src/main/resources/bin/ant.bat | 2 +-
idp-distribution/src/main/resources/bin/ant.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-distribution/src/main/resources/bin/ant.bat b/idp-distribution/src/main/resources/bin/ant.bat
index a3894b8..0ddbdcf 100644
--- a/idp-distribution/src/main/resources/bin/ant.bat
+++ b/idp-distribution/src/main/resources/bin/ant.bat
@@ -31,4 +31,4 @@ if not exist %JAVACMD% (
REM add in the dependency .jar files
set LOCALCLASSPATH=%ANT_HOME%\..\bin\lib\*;%ANT_HOME%\..\webapp\WEB-INF\lib\*;%ANT_HOME%\..\dist\webapp\WEB-INF\lib\*;%JAVA_HOME%\lib\tools.jar;%JAVA_HOME%\lib\classes.zip;%CLASSPATH%
-%JAVACMD% -cp "%LOCALCLASSPATH%" -Dant.home="%ANT_HOME%" %ANT_OPTS% org.apache.tools.ant.Main -e -q -f "%ANT_HOME%/build.xml" %*
\ No newline at end of file
+%JAVACMD% -cp "%LOCALCLASSPATH%" -Dant.home="%ANT_HOME%" %ANT_OPTS% org.apache.tools.ant.Main -e -f "%ANT_HOME%/build.xml" %*
\ No newline at end of file
diff --git a/idp-distribution/src/main/resources/bin/ant.sh b/idp-distribution/src/main/resources/bin/ant.sh
index 78b60e9..f428374 100755
--- a/idp-distribution/src/main/resources/bin/ant.sh
+++ b/idp-distribution/src/main/resources/bin/ant.sh
@@ -82,4 +82,4 @@ if $cygwin; then
JAVA_HOME=`cygpath --path --windows "$JAVA_HOME"`
LOCALCLASSPATH=`cygpath --path --windows "$LOCALCLASSPATH"`
fi
-$JAVACMD -classpath "$LOCALCLASSPATH" -Dant.home="${ANT_HOME}" $ANT_OPTS org.apache.tools.ant.Main -e -q -f "${ANT_HOME}/build.xml" "$@"
+$JAVACMD -classpath "$LOCALCLASSPATH" -Dant.home="${ANT_HOME}" $ANT_OPTS org.apache.tools.ant.Main -e -f "${ANT_HOME}/build.xml" "$@"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list