Bug 296896 - Allow to use the nested directories as libraries.
Summary: Allow to use the nested directories as libraries.
Status: NEW
Alias: None
Product: DLTK
Classification: Technology
Component: Common (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: dltk.common-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-04 00:28 EST by matsufuji Mising name CLA
Modified: 2009-12-10 07:33 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description matsufuji Mising name CLA 2009-12-04 00:28:51 EST
User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.15) Gecko/2009102815 Ubuntu/9.04 (jaunty) Firefox/3.0.15 GTB6
Build Identifier: 20090920-1017

I use the PEAR packaging system of the PHP.
It has two rules: PEAR and new PEAR2.

In PEAR rule, a program code is deployed under the PEAR directory.
On the other hand, it is deployed under the "src" directory in PEAR2 rule.

PEAR direcotry:
  /path/to/pear
    |
    +-- Piece
    |
    +-- Stagehand
    |
    .
    .
    .

PEAR2 direcotry:
  /usr/share/pear
    |
    +-- src
           |
           +-- Piece
           |
           +-- Stagehand
           |
           .
           .
           .

Whether it is made according to which rule of PEAR and PEAR2 is different at each package. Therefore, it is likely to exist together in the same environment.

Then, I want to use the directory that is the following nests as a library (build path). 

/usr/share/pear
/usr/share/pear/src


Reproducible: Always