classcamFantomPlugin::FantomUtils

sys::Obj
  camFantomPlugin::FantomUtils

FantomUtils

findBuildGroup

Source

static File? findBuildGroup(File? dir, File? upTo := dir)

Look for a buildgroup build file

findBuildPod

Source

static File? findBuildPod(File? dir, File? upTo)

Try to find a build file of type buildPod first in dir/build.fan Then in dir/src/build.fan Then for a build pod up the directory tree but no further than upTo

getPodName

Source

static Str getPodName(File buildDir)

Relying on dir being == to podName is asking for troublee from build.fan So trying to lokup the real nam