Hi.
I posted a reply to the thread on "[m204]jdk 1.5 String too long?" that
I think is basically all related to this same problem.
From the end of your trace:
C:\pw-90\core\src\main
\java\com\prounlimited\test\domain\client\ClientTestCase�
It is clear that Maven forks javac and it seems that the command that is
constructed is either corrupt, or truncated, or too long for the cmd
interpreter. It's a good bet that it's too long since it looks like the
same issue biting you in the other thread.
The other option is that the code building this command string is
munging it. Does the ClientTestCase source file name have an unusual
character at the position where the question mark is above? If it's in
an odd encoding then something might be encoding the command wrong.
That's where it seems clear that the problem lies: in the command
construction.
Good luck.
Steven Coco.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]