Thanks, Piotr! Perhaps you can tell me as well if there are any plans to 
support ClearCase dynamic views?

-----Original Message-----
From: Piotr Kosiorowski [mailto:[EMAIL PROTECTED]
Sent: Monday, January 30, 2006 1:45 PM
To: [email protected]
Subject: Re: Issue with Maven2 SCM ClearCase provider


Look at the thread  maven2 & Continuum & ClearCase posted this weekend - 
I had exactly the same problems and sent some workarounds.
I will create JIR issues for it shortly.
Regards
Piotr
Mcmahon, Chris wrote:
> I'm having an issue with the ClearCase provider for SCM: when I try a 
> checkout, Maven first tries to remove my working directory, then errors out 
> complaining the directory it just removed no longer exists. I found this in 
> the code for the Checkout command:
> 
>           // We have to execute from 1 level up from the working dir, since 
> we had to delete the working dir
>           command.setWorkingDirectory(new File(workingDirectory, 
> "..").getAbsolutePath());
> 
> Am I missing something? If the working directory was just deleted, clearly a 
> reference to it will no longer resolve???
> 

Reply via email to