Closed GoogleCodeExporter closed 9 years ago
I'm currently working with CloudBees support to fix this issue. It seems that
they introduced a change to use a symlink for their Android SDK path, and...
http://stackoverflow.com/questions/2471805/listfiles-of-file-not-working-on-symb
olic-links
=> one should use getCanonicalFile() .
File directory = new File("/path/symlink/foo/bar").getCanonicalFile();
String[] files = directory.listFiles();
This is not yet certain, but if it proves right, maybe we should introduce this
small change.
Original comment by py.ricau
on 30 Dec 2011 at 8:24
Sounds good. Want to come to a conclusion and send the pull request? I will
merge and so on..
Original comment by mosa...@gmail.com
on 13 Jan 2012 at 11:14
Cloudbees found they had a permission issue in their r15 release, and after
fixing that it worked again. I don't have the details, but I guess it means
this shouldn't happen again.
I think this issue can be closed as "WontFix" or "Invalid".
I don't know if you can access this, here is the ticket:
https://cloudbees.zendesk.com/requests/2263
Thanks for answering anyway :)
Original comment by py.ricau
on 14 Jan 2012 at 4:48
Closing as requested
Original comment by mosa...@gmail.com
on 16 Jan 2012 at 6:37
Original issue reported on code.google.com by
py.ricau
on 29 Dec 2011 at 1:25