Ticket #5959 (reopened defect)
the package system should add a "../../name" convention
| Reported by: | alex | Owned by: | alex |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.4 |
| Component: | PackageSystem | Version: | 1.0 |
| Severity: | normal | Keywords: | |
| Cc: | james |
Description (last modified by alex) (diff)
currently, we support transparent peering of modules if they are direct siblings of the directory in which dojo.js exists. This is inconvenient as, in many cases, these modules exist in locations (at least) one more level up in the filesystem hierarchy. In particular, a release copy of Dojo includes an intermediate "dojo-1.x.x-release/" directory, which is often checked into source control as an "immutable" or 3rd-party resource.
It would be better, then, if in addition to the current "../name" auto-peering we also implement "../../name" auto-peering, with "../../name" likely taking precedence
Change History
Note: See
TracTickets for help on using
tickets.