You are here: Foswiki>Tasks Web>Item392 (05 Dec 2008, CrawfordCurrie)Edit Attach

Item392: BuildContrib's relative path not far enough

pencil
Priority: Urgent
Current State: Closed
Released In:
Target Release:
Applies To: Extension
Component: BuildContrib
Branches:
Reported By: Foswiki:Main.ArthurClemens
Waiting For:
Last Change By: CrawfordCurrie
BuildContrib has stopped working.

In Build.pm line 110 says
if (-e "$buildpldir/../../Foswiki") {

This should be one path further back:

if (-e "$buildpldir/../../../Foswiki") {

Urgent as we all work with it.

Sorry, I had fixed this but forgot to check in frown, sad smile

C.

ItemTemplate edit

Summary BuildContrib's relative path not far enough
ReportedBy Foswiki:Main.ArthurClemens
Codebase
SVN Range TWiki-4.2.3, Wed, 06 Aug 2008, build 17396
AppliesTo Extension
Component BuildContrib
Priority Urgent
CurrentState Closed
WaitingFor
Checkins distro:a442160659d8
ReleasedIn
Topic revision: r4 - 05 Dec 2008, CrawfordCurrie
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy