Re: [Components] setup env bash script

2010-04-16 Thread James Pic
I slightly elaborated on http://ezcusers.org/DumbAutoload Regards -- http://jamespic.com/contact Customer is king - Le client est roi - El cliente es rei. -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] setup env bash script

2010-04-16 Thread Maxime Thomas - Wascou
Hi, You can also make your own in a true PHP style with the help of ezcBaseFile::findRecursive() ! Maxime 2010/4/14 James Pic > Good initiative, i'll share mine ;) > > I use one autoload array for all components an

Re: [Components] setup env bash script

2010-04-14 Thread James Pic
Good initiative, i'll share mine ;) I use one autoload array for all components and my classes, generated by this script: #!/bin/sh scanPath="." if [[ $1 != "" ]]; then scanPath=$1; fi; echo " '\1',\ @"`; echo `find -L $scanPath -name "*php" | xargs grep "^abstract class " | sed -e "s...@\

[Components] setup env bash script

2010-01-08 Thread José Moreira
I was getting errors while executing the bash script taht sets up autoloading after svn checkout and after some discussion with the guys at #bash i re-wrote the script to: #!/bin/bash cd trunk echo "Creating autoload environment for 'trunk':"; if test -d autoload; then echo "Autoload dir