Skip to content
Snippets Groups Projects
Commit 6485c0b3 authored by Demian Katz's avatar Demian Katz
Browse files

Better feedback for Composer task.

parent ce92d8fa
No related merge requests found
...@@ -123,7 +123,7 @@ ...@@ -123,7 +123,7 @@
<target name="composer" description="Install dependencies with Composer"> <target name="composer" description="Install dependencies with Composer">
<httpget url="https://getcomposer.org/composer.phar" sslVerifyPeer="false" dir="${srcdir}" /> <httpget url="https://getcomposer.org/composer.phar" sslVerifyPeer="false" dir="${srcdir}" />
<echo message="Installing dependencies..." /> <echo message="Installing dependencies..." />
<exec command="php ${srcdir}/composer.phar install" /> <exec command="php ${srcdir}/composer.phar install" passthru="true" checkreturn="true" />
</target> </target>
<!-- Install and Activate VuFind --> <!-- Install and Activate VuFind -->
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment