Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.8
-
None
Description
Described at the top of this discussion:
http://marc.theaimsgroup.com/?l=forrest-dev&m=111961459500409&w=2
When tabs, site, and resources were made resolvable through locationmap, everything was placed in a "when-exists" test. That means instead of getting a meaningful error like "The system cannot find the specified file." it goes straight to the transformer code and fails because no generator exists. An "otherwise" should have been used so that it will fail back at the generator section and report a "good" error.
--tim
http://marc.theaimsgroup.com/?l=forrest-dev&m=111961459500409&w=2
When tabs, site, and resources were made resolvable through locationmap, everything was placed in a "when-exists" test. That means instead of getting a meaningful error like "The system cannot find the specified file." it goes straight to the transformer code and fails because no generator exists. An "otherwise" should have been used so that it will fail back at the generator section and report a "good" error.
--tim