Only JDK versions since 1.6 have the limit removed. It deals with the
underlying operating system call. Previous versions (<= 1.5) used ASCII-only
version of the Windows API which limit the size to around 250-260. Since
1.6, the JDK uses the wide-version (Unicode) of the Windows API which does
not have that restriction.

Paul

On Mon, Jul 21, 2008 at 3:20 PM, Morgovsky, Alexander (US - Glen Mills) <
[EMAIL PROTECTED]> wrote:

> Thanks, good point...Is there a way I could bind the call "cmd /c rmdir
> /s /q ${project.build.directory}" to the clean phase so this is done on
> every clean?
>
>
> This message (including any attachments) contains confidential information
> intended for a specific individual and purpose, and is protected by law.  If
> you are not the intended recipient, you should delete this message.
>
>
> Any disclosure, copying, or distribution of this message, or the taking of
> any action based on it, is strictly prohibited. [v.E.1]
>

Reply via email to