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 :-)
http://java.sun.com/developer/technicalArticles/J2SE/Desktop/Mustang_build39.html

-- David Låås

-Original Message-

For some reason, and I've never gotten this before,
I'm getting aggregate file copy errors.. ex:

Failed to copy C:\Documents and Settings\melnicj1\My
Documents\IBM\wsappdev51\workspace\BusinessProcessComponents\target\docs\xref\com\nationwide\pc\claims\businessprocesscomponents\communication\CommunicationManagementLocal.html


to 

C:\Documents and Settings\melnicj1\My
Documents\IBM\wsappdev51\workspace\HorizonEAR-Build\target\docs\HorizonEAR-Build\multiproject\BusinessProcessComponents\xref\com\nationwide\pc\claims\businessprocesscomponents\communication\CommunicationManagementLocal.html


due to

C:\Documents and Settings\melnicj1\My
Documents\IBM\wsappdev51\workspace\HorizonEAR-Build\target\docs\HorizonEAR-Build\multiproject\BusinessProcessComponents\xref\com\nationwide\pc\claims\businessprocesscomponents\communication\CommunicationManagementLocal.html
(The system cannot find the path specified)

The source file is there, and the destination
directory is there...

Any ideas?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 Microsoft Windows operating system has finally 
 been resolved. Seems to be fixed in b19 of Mustang :-)
 http://java.sun.com/developer/technicalArticles/J2SE/Desktop/Mustang_build39.html
 
 -- David Låås
 
 -Original Message-
 
 For some reason, and I've never gotten this before,
 I'm getting aggregate file copy errors.. ex:
 
 Failed to copy C:\Documents and Settings\melnicj1\My
 Documents\IBM\wsappdev51\workspace\BusinessProcessComponents\target\docs\xref\com\nationwide\pc\claims\businessprocesscomponents\communication\CommunicationManagementLocal.html
 
 
 to
 
 C:\Documents and Settings\melnicj1\My
 Documents\IBM\wsappdev51\workspace\HorizonEAR-Build\target\docs\HorizonEAR-Build\multiproject\BusinessProcessComponents\xref\com\nationwide\pc\claims\businessprocesscomponents\communication\CommunicationManagementLocal.html
 
 
 due to
 
 C:\Documents and Settings\melnicj1\My
 Documents\IBM\wsappdev51\workspace\HorizonEAR-Build\target\docs\HorizonEAR-Build\multiproject\BusinessProcessComponents\xref\com\nationwide\pc\claims\businessprocesscomponents\communication\CommunicationManagementLocal.html
 (The system cannot find the path specified)
 
 The source file is there, and the destination
 directory is there...
 
 Any ideas?
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 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 :-)
 http://java.sun.com/developer/technicalArticles/J2SE/Desktop/Mustang_build39.html
 
 -- David Låås
 
 -Original Message-
 
 For some reason, and I've never gotten this before,
 I'm getting aggregate file copy errors.. ex:
 
 Failed to copy C:\Documents and Settings\melnicj1\My
 Documents\IBM\wsappdev51\workspace\BusinessProcessComponents\target\docs\xref\com\nationwide\pc\claims\businessprocesscomponents\communication\CommunicationManagementLocal.html
 
 
 to
 
 C:\Documents and Settings\melnicj1\My
 Documents\IBM\wsappdev51\workspace\HorizonEAR-Build\target\docs\HorizonEAR-Build\multiproject\BusinessProcessComponents\xref\com\nationwide\pc\claims\businessprocesscomponents\communication\CommunicationManagementLocal.html
 
 
 due to
 
 C:\Documents and Settings\melnicj1\My
 Documents\IBM\wsappdev51\workspace\HorizonEAR-Build\target\docs\HorizonEAR-Build\multiproject\BusinessProcessComponents\xref\com\nationwide\pc\claims\businessprocesscomponents\communication\CommunicationManagementLocal.html
 (The system cannot find the path specified)
 
 The source file is there, and the destination
 directory is there...
 
 Any ideas?
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 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 Microsoft Windows operating system has finally
 been resolved. Seems to be fixed in b19 of Mustang
 :-)
 

http://java.sun.com/developer/technicalArticles/J2SE/Desktop/Mustang_build39.html
  
  -- David Låås
  
  -Original Message-
  
  For some reason, and I've never gotten this
 before,
  I'm getting aggregate file copy errors.. ex:
  
  Failed to copy C:\Documents and
 Settings\melnicj1\My
 

Documents\IBM\wsappdev51\workspace\BusinessProcessComponents\target\docs\xref\com\nationwide\pc\claims\businessprocesscomponents\communication\CommunicationManagementLocal.html
  
  
  to
  
  C:\Documents and Settings\melnicj1\My
 

Documents\IBM\wsappdev51\workspace\HorizonEAR-Build\target\docs\HorizonEAR-Build\multiproject\BusinessProcessComponents\xref\com\nationwide\pc\claims\businessprocesscomponents\communication\CommunicationManagementLocal.html
  
  
  due to
  
  C:\Documents and Settings\melnicj1\My
 

Documents\IBM\wsappdev51\workspace\HorizonEAR-Build\target\docs\HorizonEAR-Build\multiproject\BusinessProcessComponents\xref\com\nationwide\pc\claims\businessprocesscomponents\communication\CommunicationManagementLocal.html
  (The system cannot find the path specified)
  
  The source file is there, and the destination
  directory is there...
  
  Any ideas?
  
 

-
  To unsubscribe, e-mail:
 [EMAIL PROTECTED]
  For additional commands, e-mail:
 [EMAIL PROTECTED]
  
 

-
  To unsubscribe, e-mail:
 [EMAIL PROTECTED]
  For additional commands, e-mail:
 [EMAIL PROTECTED]
  
 
 

-
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
 
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]