I discovered that ant in /opt/local/bin was actually a symlink to the real location inside the bin directory of /opt/local/share/java/apache-ant, which I think is the default ant on OSX. /opt/local/share/java/apache-ant/lib is still not writable without privilege escalation, for some reason, but at least the surrounding files look more appropriate for a full installation of Ant.
I've almost made it through now, I think. I just need to get all of the environment variables correct for the unit tests. - Josh On Fri, Nov 13, 2015 at 11:44 AM, Alex Harui <aha...@adobe.com> wrote: > > On 11/13/15, 11:13 AM, "Josh Tynjala" <joshtynj...@gmail.com> wrote: > > >I get permission denied errors trying to run the ApproveFalcon.xml script. > >It appears that it can't write to /opt/local/bin/lib. lib doesn't exist in > >/opt/local/bin actually. However, I can manually create that folder (OSX > >asks me for my password), and then I can manually download each of the > >files and copy them there (again, after entering my password). > > > >Anyway, I can get beyond this point manually, but I thought I'd mention > >it, > >in case you weren't aware. I didn't see any mention of running with sudo > >in > >the instructions, so I assume that's not what I'm expected to do. > > > > Yeah, these approval scripts aren’t guaranteed to work smoothly on the > wide variety of configurations of developer machines. I figured most > folks had ANT_HOME pointing to a writeable set of Ant folders. I think > you are pointing to some default ant launchers. Feel free to make > adjustments to the scripts. > > -Alex > >