If I attempt to run fanp on a pod that's not under ${FANTOM_HOME}/lib/fan but instead under my local repository ${FAN_REPO}/lib/fan I 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?
brianTue 2 Feb 2010
Promoted to ticket #953 and assigned to brian
brianTue 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 Tue 2 Feb 2010
Hi all,
If I attempt to run fanp on a pod that's not under
${FANTOM_HOME}/lib/fan
but instead under my local repository${FAN_REPO}/lib/fan
I 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?brian Tue 2 Feb 2010
Promoted to ticket #953 and assigned to brian
brian Tue 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!