Hi,
Congrats with the release!
I'm following the instructions on github, but have troubles trying to make a build with the command:
build/bin/phing -f build/phing/build.xml build
Execution of target "make:local" failed for the following reason: /var/www/govcms/build/phing/build.xml:287:38: Drush exited with code 1
[phingcall] /var/www/govcms/build/phing/build.xml:287:38: Drush exited with code 1
[if] Error in IfTask
Execution of target "make" failed for the following reason: /var/www/govcms/build/phing/build.xml:225:12: Error in IfTask
I've tried it on several Linux machines and the outcome is always this. I would be very helpful to any directions towards solving this.
Cheers!
Comments
Comment #1
pkil commentedHey barbun,
Can you please output here what you got from the command you need to run before the phing build command:
composer install --prefer-dist --working-dir=buildHopefully we might be able to find something in there.
Thanks.
Comment #2
barbun commentedHey pkil,
Thanks for your reply.
There were no errors while running this command (
composer install --prefer-dist --working-dir=build), what I currently get is:Don't think you can tell anything from this?:)
Btw, I'm running Ubuntu.
Comment #3
pkil commentedMigrated to https://github.com/govCMS/govCMS/issues/4 as per the Project Overview issue tracking
Comment #4
wiifmShould be fixed in https://github.com/govCMS/govCMS/pull/10
Comment #5
barbun commentedThanks for your help!
However, still no luck. Now it fails a bit farther though :)
Then, as a workaround, I tried to set my root password to empty value, and got this:
Also, I was expecting to specify the database and credentials myself, so I went to /build/phing/ and created build.properties based on the default.build.properties file that is already in there. Then when I try to:
../bin/phing build:no-cleanI get
And if I just run the usual build the build.properties file gets erased.
Comment #6
wiifmHey @barbun, can you please transfer your comment to github, we are not going to use 2 issues trackers for govCMS ;) Your issue is here https://github.com/govCMS/govCMS/issues/4