pandamasta

Untitled

Mar 6th, 2014
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. build.properties
  2.  
  3. 1 dir.build=${project.basedir}/build
  4. 2 dir.app=${project.basedir}/application
  5. 3 dir.deploy.temp=${dir.build}/deploy
  6. 4 dir.deploy=../public_html
  7. 5 dir.sub=app/
  8. 6
  9. 7 quirk.kohanarewrite=false
  10. 8 quirk.followsymlinks=false
  11. 9
  12. 10 chown.user=www-data
  13. 11 chown.group=www-data
  14. 12 chmod.required=false
  15. 13
  16. 14 db.host=localhost
  17. 15 db.user=username
  18. 16 db.pass=password
  19. 17 db.name=database
  20. ~
  21.  
  22. $ bin/phing make
  23. Buildfile: /www/app/build.xml
  24. [property] Loading /www/app/./build.properties
  25.  
  26. BUILD FAILED
  27. Target 'make' does not exist in this project.
  28. Total time: 0.0679 seconds
Advertisement
Add Comment
Please, Sign In to add comment