Pod Metadata inconsistency?
brian
6 Mar 2010
Originally I believe name conflicted with some slot on the base class of build script. But I think in this case being a little more explicit with podName is worth a little bit of inconsistency.
brian
6 Mar 2010
Originally I believe name conflicted with some slot on the base class of build script. But I think in this case being a little more explicit with podName is worth a little bit of inconsistency.
lbertrand
6 Mar 2010
From the documentation on building pods, the metadata associated with a pod are
pod.name,pod.version,pod.srcDirs, ... Which correspond directly to the build script variables, which will havepodName,srcDirs,version, ...But for consistency the variable
podNameshould be changed toname, I think.