On 8/14/06, Daniel Serodio <[EMAIL PROTECTED]> wrote:
Exit code 1 - 'c:\Program' is not recognized as a command, application
or batch file.


Have you tried the age old trick of changing long filenames to their
short counterparts?  C:\Program Files is usually also accessable by
using C:\progra~1, which avoids the space character problem you appear
to be having.

Seeing as maven grew up in the Unix world, you may also want to try
escaping the spaces (\ ) or using forward slashes instead of back
slashes for the directories.

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

Reply via email to