Greetings again...

I had to recently reinstall Eclipse Helios and my Zend server, after a
hard disk failure (idiot me... while I had backed up code I was
developing, I thought I could reproduce the server install itself...
not... :/ ).  While I am able to have eclipse debug my ZF applications,
there have always been little problems, and Studio is out of reach for
my budget right now... This time around, I don't seem to have the java
errors while single stepping, but I have an even bigger issue right
now... each time I debug, I am faced with the problem of being asked to
map between say

        
        
usr/local/zend/share/ZendFramework/library/Zend/Application/Bootstrap/Bootstrap.php

and 

    
/usr/local/zend/share/ZendFramework/library/Zend/Application/Bootstrap/Bootstrap.php

With the dozens of ZF files alone, this is a real pain, and it all seems
to be ignoring my library definitions, where I defined libraries with
the full paths for both the Zend and ZendX directories specified.

Any ideas?  And how do you folks define projects which reside in
say /var/www/projects/project1/ (e.g. do you specify the separate
application and public directories, etc.)?  I figure even though I am an
old dog at doing PHP and such, I can always use a few new tricks. :)
Especially given my focus has been much lower levels for a number of
years.

Thanks.

- Doug

Reply via email to