RE: multiproject:site problem (Intern)

2005-06-15 Thread David.Laas
I think you have come across a bug with Bug ID 4403166 in java.io.File. Another longtime bugaboo for many developers, the issue with paths with more than 255 characters on the Microsoft Windows operating system has finally been resolved. Seems to be fixed in b19 of Mustang :-)

Re: multiproject:site problem (Intern)

2005-06-15 Thread Wim Deblauwe
Hmm.. How can they solve that, windows itself does not support it? 2005/6/15, [EMAIL PROTECTED] [EMAIL PROTECTED]: I think you have come across a bug with Bug ID 4403166 in java.io.File. Another longtime bugaboo for many developers, the issue with paths with more than 255 characters on the

RE: multiproject:site problem (Intern)

2005-06-15 Thread David.Laas
Seems to be a windows problem. You could move your workspace folder and all subfolders to c:\workspace, and run maven multiproject:site from that location. Hope this helps. -- David Låås Hmm.. How can they solve that, windows itself does not support it? I think you have come across a bug

Re: multiproject:site problem (Intern)

2005-06-15 Thread Jake
I guess not... Just use subst to create a drive pointing to it and it should be fine... A workaround, yes, but it's not too much of a hack. --- Wim Deblauwe [EMAIL PROTECTED] wrote: Hmm.. How can they solve that, windows itself does not support it? 2005/6/15, [EMAIL PROTECTED] [EMAIL