summaryrefslogtreecommitdiff
path: root/phing
diff options
context:
space:
mode:
authorctrlaltca <>2012-11-18 17:18:54 +0000
committerctrlaltca <>2012-11-18 17:18:54 +0000
commitcfd546c6b3240bd9d1ef34a9f6201b360fac3261 (patch)
tree626b0885f54cc5a066e92b3d6b4307756ace09c2 /phing
parent17139224a1f1f2bbdcc1f1a98cb20f60a12bdfab (diff)
update ping. Part 2: added ping 2.4.12, fixed caller script
Diffstat (limited to 'phing')
-rw-r--r--phing14
1 files changed, 11 insertions, 3 deletions
diff --git a/phing b/phing
index c2930e4c..a2f05a15 100644
--- a/phing
+++ b/phing
@@ -1,5 +1,13 @@
#!/bin/sh
-PHING_HOME=`pwd`/buildscripts/phing
-export PHING_HOME
-php -d html_errors=off -qC buildscripts/phing/bin/phing.php $@
+# Old version: call phing directly (still working)
+#PHING_HOME=`pwd`/buildscripts/phing
+#export PHING_HOME
+
+#PHP_CLASSPATH=$PHING_HOME/classes
+#export PHP_CLASSPATH
+
+#php -d html_errors=off -qC buildscripts/phing/bin/phing.php $@
+
+# New version: let phing's wrapper do the dirty job
+./buildscripts/phing/bin/phing $@ \ No newline at end of file