abinder-1
abinder-1
This problem can be solved by installing the openjdk-8-**jdk**. `sudo apt-get update && sudo apt-get install openjdk-8-jdk` But after that the Build-Log-Output changes to: ``` vagrant@shopware:~/www/shopware/build$ ant build-unit Buildfile: /home/vagrant/www/shopware/build/build.xml...
This problem can be solved by changing the PHP Version (VM default is 7.0) by executing `changephp_7.2` and after that (as proposed) ` service apache2 restart`
Now I have a permission problem: ``` vagrant@shopware:~/www/shopware/build$ ant build-unit Buildfile: /home/vagrant/www/shopware/build/build.xml check-composer-binary: install-composer-binary: update-composer-binary: [exec] You are already using composer version 1.9.2 (stable channel). build-composer-install: [exec] Loading composer repositories...
After that I make the file executable `chmod a+x composer-post-install-cmd.sh` and get a "file not found" error ... what is going wrong here? Wrong path? ``` [exec] > ./build/composer-post-install-cmd.sh [exec]...