Fanp can't find a pod in a custom ${FAN_REPO} #953
brian
2 Feb 2010
Promoted to ticket #953 and assigned to brian
brian
2 Feb 2010
Ticket resolved in 1.0.50
Fanp will now delegate to Env.findPodFile to resolve the pod file.
So when using a PathEnv (replacement for FAN_REPO) it will search correctly.
If you plug in some Env that fetches pods automatically from the web, that should work too!
msl
2 Feb 2010
Hi all,
If I attempt to run fanp on a pod that's not under
${FANTOM_HOME}/lib/fanbut instead under my local repository${FAN_REPO}/lib/fanI get the following:Short of symlinking my pods into
${FANTOM_HOME}/lib/fan(and needing to remember to do that each time I upgrade) is there any way to have them picked up by fanp?