That seems to have done it. I ran the script with the latest commit and
there is nothing new in /. Quick work :)
On 5/10/10 2:09 PM, Sean Owen wrote:
Yes that sounds like a symptom of the last issue I fixed up. I just
committed a similar fix.
Basically wherever we did...
String path = parent + "/foo"
and it became
Path path = new Path(parent, "/foo")
the "/" needs to go away. Perhaps surprisingly, in something like the
above, parent gets ignored.
On Mon, May 10, 2010 at 10:06 PM, Jeff Eastman
<[email protected]> wrote:
Yup, I drive a Mac and I've got /tokenized-documents on my root too. Need to
investigate this further...
On 5/10/10 1:43 PM, Florent Empis wrote:
Hi,
It might help for the build part, but probably won't fix the 2nd issue?
The / is not writeable on most systems so creation of
/tokenized-documents/_temporary
will still fail?