I ran into the same problem, ended up to disable cygwin.

On 6/15/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote:

It's the latest version.

Can you send the full logs?

Emmanuel

Chas Douglass a écrit :
> Running with -X says:
>
> org.apache.maven.plugins:maven-release-plugin:2.0-beta-4
>
>
> Emmanuel Venisse wrote:
>> My mistake. jdk doens't exist for cygwin, you can only use the windows
>> version.
>>
>> I just test it with my cygwin and all working directory are use
>> correctly ie. with a real windows absolute path without a cygwin part
>> before.
>>
>> What is your version of release plugin?
>>
>> Emmanuel
>>
>> Chas Douglass a écrit :
>>> Thank you for the quick response.  I wasn't aware there was a
>>> separate jdk to be installed in cygwin.  Where can I find it?  Google
>>> wasn't immediately helpful.
>>>
>>> Chas Douglass
>>>
>>> Emmanuel Venisse wrote:
>>>> this pb happen when you use a windows jdk instead a jdk installed in
>>>> cygwin.
>>>> When we run svn, we define the working directory with
>>>> workingDirectory.getAbsolutePath(). This commands returns always
>>>> with a windows jdk a path like d:\personal\JEC so for cygwin, this
>>>> path isn't an absolute path but a relative path, it's why it
>>>> concatenate it to the current working directory.
>>>>
>>>> Emmanuel
>>>>
>>>> Chas Douglass a écrit :
>>>>> In the last release of the maven release plugin, releases broke on
>>>>> my systems.  I use Cygwin (under Windows XP) and for some reason
>>>>> the release:perform action creates an invalid combination of paths
>>>>> to pass to Subversion.
>>>>>
>>>>> The error I get is:
>>>>> [INFO] Working directory: d:\personal\JEC        [INFO]
>>>>>
------------------------------------------------------------------------[ERROR]
>>>>> BUILD FAILURE [INFO]
>>>>>
------------------------------------------------------------------------[INFO]
>>>>> Unable to commit files Provider message:        The svn command
>>>>> failed.                Command output:                        svn:
>>>>> '/cygdrive/d/personal/JEC/d:/personal/JEC' is not a working copy
>>>>>
>>>>> This is the "Cygwin" style path (/cygdrive/d/personal/JEC)
>>>>> concatenated with the Windows style path (d:/personal/JEC) for the
>>>>> same location.
>>>>>
>>>>> This still works correctly under Linux, so I'm guessing it's Cygwin
>>>>> specific.  I don't have a Windows environment without Cygwin, so I
>>>>> haven't tested that, but I haven't seen any reports of similar
>>>>> problems there.
>>>>>
>>>>> Chas Douglass
>>>>>
>>>>>
---------------------------------------------------------------------
>>>>> 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]
>>
>>
>
>
> ---------------------------------------------------------------------
> 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]


Reply via email to