On Feb 13, 4:09 pm, "michael.stella" <
goo...@thismetalsky.org> wrote:
> When I run 'mvn package', I get the trace below. I found out why too
> - whatever is trying to move the .apk into the /tmp directory is
> trying to do with with a hard-link. Since my build directory is not
> on the same filesystem as /tmp, this fails.
I think I know why this might be happening, a temp file is created to
add files to the APK, that is probably not using
java.io.tmpdir at the moment, and needs to be made more robust.
Adding this to the issue tracker now.
> I'm not sure what part would cause this, as I haven't looked into the
> source very closely yet.
>
> Cheers for writing it though, I was using Shane Isbell's stuff as
> well, but I agree with your reasons for this project existing. And
> yours has been easier to use with the brand-new m5-rc14 release of
> Android :)
Thanks. I just started looking at the new release last night, need to
get that in ASAP too (adding that to the tracker also).