Selasa, 05 Februari 2013

Menginstall phing pada xampp

     Unduh phing versi terbaru disini, unzip ke dalam direktori
'x:\xampp\php\pear\'
ubah nama folder menjadi 'phing'. Bila sudah ada folder phing, hapus atau pindahkan folder tersebut, Lalu Buka cmd.exe jalankan perintah berikut:
cd x:\xampp\php
x:\xampp\php>pear channel-discover pear.phing.info
x:\xampp\php>pear install phing/phing
x:\xampp\php>phing
Maka akan menghasilkan Buildfile: build.xml does not exist!
x:\xampp\php>phing -v
Maka akan menghasilkan Phing 2.4.13 
x:\xampp\php>phing -h
Maka akan menghasilkan :
phing [options] [target [target2 [target3] ...]]
Options:
  -h -help               print this message
  -l -list               list available targets in this project
  -v -version            print the version information and exit
  -q -quiet              be extra quiet
  -verbose               be extra verbose
  -debug                 print debugging information
  -logfile <file>        use given file for log
  -logger <classname>    the class which is to perform logging
  -f -buildfile <file>   use given buildfile
  -D<property>=<value>   use value for given property
  -find <file>           search for buildfile towards the root of the
                         filesystem and use it

Report bugs to <dev@phing.tigris.org>

Ditulis Oleh : Unknown // Selasa, Februari 05, 2013
Kategori:

0 komentar:

Posting Komentar

 
Diberdayakan oleh Blogger.